Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-10765

Quick fix to change Builder order causes a deadlock

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 3.3.0.Beta1
    • 3.3.0.Beta1
    • common
    • None

      1. Create a Seam Web Project.
      2. Open .project
      3. Re-place WST validation builder before KB builder:

      <buildCommand>
          <name>org.eclipse.wst.validation.validationbuilder</name>
              <arguments>
      	</arguments>
      </buildCommand>
      <buildCommand>
          <name>org.jboss.tools.jst.web.kb.kbbuilder</name>
              <arguments>
              </arguments>
      </buildCommand>
      

      4. Save the file.
      5. See problems view. Here is an error about incorrect builder order.
      6. Invoke the corresponding quick fix (see pop up menu for the error) to re-order the builders.
      7. Sometimes Eclipse hangs here.

            alexeykazakov Alexey Kazakov
            alexeykazakov Alexey Kazakov
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: