[jbosstools-issues] [JBoss JIRA] (JBIDE-10765) Quick fix to change Builder order causes a deadlock

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Fri Feb 3 15:47:48 EST 2012


     [ https://issues.jboss.org/browse/JBIDE-10765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Kazakov updated JBIDE-10765:
-----------------------------------

    Description: 
1. Create a Seam Web Project.
2. Open .project
3. Re-place WST validation builder before KB builder:
{code}
<buildCommand>
    <name>org.eclipse.wst.validation.validationbuilder</name>
        <arguments>
	</arguments>
</buildCommand>
<buildCommand>
    <name>org.jboss.tools.jst.web.kb.kbbuilder</name>
        <arguments>
        </arguments>
</buildCommand>
{code}
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.

    
> Quick fix to change Builder order causes a deadlock
> ---------------------------------------------------
>
>                 Key: JBIDE-10765
>                 URL: https://issues.jboss.org/browse/JBIDE-10765
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: common/jst/core
>    Affects Versions: 3.3.0.Beta1
>            Reporter: Alexey Kazakov
>            Assignee: Alexey Kazakov
>             Fix For: 3.3.0.Beta1
>
>
> 1. Create a Seam Web Project.
> 2. Open .project
> 3. Re-place WST validation builder before KB builder:
> {code}
> <buildCommand>
>     <name>org.eclipse.wst.validation.validationbuilder</name>
>         <arguments>
> 	</arguments>
> </buildCommand>
> <buildCommand>
>     <name>org.jboss.tools.jst.web.kb.kbbuilder</name>
>         <arguments>
>         </arguments>
> </buildCommand>
> {code}
> 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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list