[jbosstools-issues] [JBoss JIRA] Updated: (JBIDE-4654) JBossESBFacetInstallationDelegate adds incorrect mapping

Max Rydahl Andersen (JIRA) jira-events at lists.jboss.org
Thu Aug 27 18:36:26 EDT 2009


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

Max Rydahl Andersen updated JBIDE-4654:
---------------------------------------

    Fix Version/s: 3.1.0.M4
                       (was: 3.1.0.M3)


slip to next version.

> JBossESBFacetInstallationDelegate adds incorrect mapping
> --------------------------------------------------------
>
>                 Key: JBIDE-4654
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-4654
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: esb
>    Affects Versions: 3.1.0.M2
>            Reporter: Rob Stryker
>            Assignee: Denny Xu
>            Priority: Critical
>             Fix For: 3.1.0.M4
>
>         Attachments: JBIDE-4654.patch
>
>
> This class has several errors:
> 1) It does not take account of a different build path
>    a) Always sets <property name="java-output-path" value="build/classes"/> even if user typed build/otherfodler in the wizard
> 2) Incorrectly maps src to esbcontent
>   a) types the following: <wb-resource deploy-path="/esbcontent" source-path="src"/>
>   b) should type <wb-resource deploy-path="/" source-path="src"/>
>   c) but actually it'd be better for the long term if we did <wb-resource deploy-path="/" source-path="/build/classes"/>
> Patch to be attached

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list