jvanzyl 01/09/12 08:02:40
Modified: . build.properties build.xml
Log:
- trying to get the 2.x sample app working again.
Revision Changes Path
1.2 +1 -0 jakarta-turbine-tdk/build.properties
Index: build.properties
===================================================================
RCS file: /home/cvs/jakarta-turbine-tdk/build.properties,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- build.properties 2001/09/07 01:40:05 1.1
+++ build.properties 2001/09/12 15:02:40 1.2
@@ -91,6 +91,7 @@
xalan.jar = ${lib.repo}/xalan-2.1.0.jar
xerces.jar = ${lib.repo}/xerces-1.3.0.jar
xmlrpc.jar = ${lib.repo}/xmlrpc.jar
+xmlrpc-helma.jar = ${lib.repo}/xmlrpc-helma.jar
# These are the JARs that we include with the TDK.
# Primarily testing and JDBC drivers.
1.2 +10 -2 jakarta-turbine-tdk/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-tdk/build.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- build.xml 2001/09/07 01:40:05 1.1
+++ build.xml 2001/09/12 15:02:40 1.2
@@ -135,6 +135,7 @@
<copy file="${xalan.jar}" todir="${tdk.dist}/${tdk.share.dir}/lib"/>
<copy file="${xerces.jar}" todir="${tdk.dist}/${tdk.share.dir}/lib"/>
<copy file="${xmlrpc.jar}" todir="${tdk.dist}/${tdk.share.dir}/lib"/>
+ <copy file="${xmlrpc-helma.jar}" todir="${tdk.dist}/${tdk.share.dir}/lib"/>
<!-- Additional JARs -->
<!-- I wish there was a foreach task to do this -->
@@ -157,20 +158,27 @@
Flux should be handled more generally as a subapp
because people may want to include several subapps. -->
+ <antcall target="assemble-turbine2"/>
+ <antcall target="assemble-turbine3"/>
+
+ </target>
+
+ <target name="assemble-turbine2">
<antcall target="prepare">
<param name="share.dir" value="${app2.template}"/>
<param name="turbine.home" value="${turbine2.home}"/>
<param name="ancillary.dir" value="${ancillary2.dir}"/>
<param name="flux.home" value="${flux2.home}"/>
</antcall>
-
+ </target>
+
+ <target name="assemble-turbine3">
<antcall target="prepare">
<param name="share.dir" value="${app3.template}"/>
<param name="turbine.home" value="${turbine3.home}"/>
<param name="ancillary.dir" value="${ancillary3.dir}"/>
<param name="flux.home" value="${flux3.home}"/>
</antcall>
-
</target>
<!-- =================================================================== -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]