root/trunk/build/platforms/jboss-bedenote.xml

Revision 3537 (checked in by douglm, 1 year ago)

Two intertwined updates here.

Most projects are changed to go some way towards maven. Use maven-ant tasks to deal with build dependencies. Mostly chnages to build.xml and the additon of pom.xml.

Additionally, added a new bedenote project which handles JMS messages. This removes the need for special support from activemq.

Removed the auto-deploy of activemq config and made it a special target - "deployActivemq"

To install this stuff:

1. Check out the bedenote project
2. execute the deployActivemq target
3. Build/deploy bedenote
4. Restart


Line 
1 <?xml version="1.0"?>
2
3 <!-- ===================================================================
4      This file is imported by termination/build.xml and adds the targets
5      which will be invoked by that file.
6         doPlatform - misc stuff
7      =================================================================== -->
8
9 <project name="bedework.platformTermination" default="doPlatform" >
10   <target name="doPlatform" >
11     <!-- If requested copy in the db configuration.
12
13     <if>
14       <istrue value="${org.bedework.global.copy.bedeworksynchds.config}" />
15       <then>
16         <copy file="${org.bedework.config.home}/bedework-synch-ds.xml"
17               tofile="${org.bedework.appserver.deploy.dir}/bedework-synch-ds.xml"
18               overwrite="yes" />
19       </then>
20     </if> -->
21   </target>
22 </project>
Note: See TracBrowser for help on using the browser.