[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-4570) New ESB project has ... ... very odd... component xml file

Rob Stryker (JIRA) jira-events at lists.jboss.org
Mon Jul 6 05:16:52 EDT 2009


New ESB project has ... ... very odd... component xml file
----------------------------------------------------------

                 Key: JBIDE-4570
                 URL: https://jira.jboss.org/jira/browse/JBIDE-4570
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: esb
    Affects Versions: 3.1.0.M1
            Reporter: Rob Stryker
            Assignee: Denny Xu
            Priority: Critical
             Fix For: 3.1.0.M3


A new ESB project has hte following inside it's component.xml file:

	<wb-module deploy-name="TestESB">
		<wb-resource deploy-path="/" source-path="/esbcontent" />
		<wb-resource deploy-path="/esbcontent" source-path="/src" />
		<property name="java-output-path" value="/build/classes/" />
	</wb-module>

The question is, why is the following line in there at all?
		<wb-resource deploy-path="/esbcontent" source-path="/src" />

If the Module Factory were properly made and checked the VCF for all mappings, (a goal that we have for the future), this would make all files in Project/src be published in Project.esb/esbcontent,  which is clearly incorrect.

Do you mean that source-path /src   should be mapped to deploy-path / ?  

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