jvanzyl 01/09/20 19:19:20
Modified: src/tdk/apps/2 build.xml
Log:
- short explanation about why ${build.properties} is set
as a property.
Revision Changes Path
1.14 +7 -0 jakarta-turbine-tdk/src/tdk/apps/2/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-tdk/src/tdk/apps/2/build.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- build.xml 2001/09/21 01:57:14 1.13
+++ build.xml 2001/09/21 02:19:20 1.14
@@ -4,6 +4,13 @@
<property file="${user.home}/build.properties"/>
<property file="build.properties"/>
+
+ <!-- This value is currently set as a property because
+ the top level tdk build.xml file runs the "init" target
+ as part of testing and texen doesn't obey the ${basedir}
+ property so we must pass in the full path to the
+ build.properties for use with the contextProperties attribute.
+ -->
<property name="build.properties" value="build.properties"/>
<path id="classpath">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]