[esb-issues] [JBoss JIRA] Commented: (JBESB-509) Change source tree structure

Daniel Bevenius (JIRA) jira-events at lists.jboss.org
Thu Jun 21 02:30:52 EDT 2007


    [ http://jira.jboss.com/jira/browse/JBESB-509?page=comments#action_12366267 ] 
            
Daniel Bevenius commented on JBESB-509:
---------------------------------------

I noticed that the deploy target in the main build.xml does not deploy the service .esb archives. When the dist target is run they are copied into build/jbossesb-server-4.2MR2/server/default/deploy but if you edit install/deployment.properties to point to a different server, running the deploy target will not copy those .esb archives.

Modifying build.xmls 'deploy' target like this fixes this issue :
<target name="deploy" depends="jar" description="deploys the ESB .sar to an application server">
        <ant antfile="build-distr.xml" target="build.sar" />
        <ant dir="install" target="deploy"/>
        <copy  todir="${org.jboss.esb.server.home}/server/${org.jboss.esb.server.config}/deploy">
            <fileset dir="build" includes="jbossesb.sar/**"/></copy>
</target>

I'll add this to my branch but perhaps I should do this in main straight away as some people are having trouble with a few quickstarts.


> Change source tree structure
> ----------------------------
>
>                 Key: JBESB-509
>                 URL: http://jira.jboss.com/jira/browse/JBESB-509
>             Project: JBoss ESB
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: Packaging
>    Affects Versions: 4.2 Milestone Release 1
>            Reporter: Mark Little
>         Assigned To: Daniel Bevenius
>             Fix For: 4.2
>
>
> Now we have a separate directory for services outside of core, I'd like to remove the core itself and merge listeners and rosetta into rosetta (promoting it to the same level as services).

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

        



More information about the esb-issues mailing list