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.M3
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