jvanzyl 01/09/24 10:04:19
Modified: src/tdk build.xml
Log:
- key more values off ${tdk.home}, testing changes as i go.
Revision Changes Path
1.18 +10 -8 jakarta-turbine-tdk/src/tdk/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-tdk/src/tdk/build.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- build.xml 2001/09/24 16:49:49 1.17
+++ build.xml 2001/09/24 17:04:19 1.18
@@ -51,12 +51,13 @@
<antcall target="build-base"/>
<antcall target="name-project-conf-files"/>
- <antcall target="libs"/>
- <antcall target="deployment-descriptor"/>
<antcall target="turbine-resources"/>
<antcall target="message"/>
- <mkdir dir="webapps/${tdk.project}/WEB-INF/classes"/>
- <mkdir dir="webapps/${tdk.project}/WEB-INF/db"/>
+
+ <mkdir dir="${tdk.home}/webapps/${tdk.project}/WEB-INF/classes"/>
+ <mkdir dir="${tdk.home}/webapps/${tdk.project}/WEB-INF/db"/>
+ <antcall target="deployment-descriptor"/>
+ <antcall target="libs"/>
</target>
<target name="cvslayout-properties">
@@ -81,12 +82,13 @@
<antcall target="build-base"/>
<antcall target="adjust-for-classic"/>
<antcall target="name-project-conf-files"/>
- <antcall target="libs"/>
- <antcall target="deployment-descriptor"/>
<antcall target="turbine-resources"/>
<antcall target="message"/>
- <mkdir dir="webapps/${tdk.project}/WEB-INF/db"/>
- <mkdir dir="webapps/${tdk.project}/WEB-INF/classes"/>
+
+ <mkdir dir="${tdk.home}/webapps/${tdk.project}/WEB-INF/db"/>
+ <mkdir dir="${tdk.home}/webapps/${tdk.project}/WEB-INF/classes"/>
+ <antcall target="deployment-descriptor"/>
+ <antcall target="libs"/>
</target>
<target name="adjust-for-classic">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]