jvanzyl 01/09/20 19:11:50
Modified: . build.xml
Log:
- adding some notes on why ${build.properties} must be set in
the "test" target.
Revision Changes Path
1.16 +6 -0 jakarta-turbine-tdk/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-tdk/build.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- build.xml 2001/09/21 01:57:14 1.15
+++ build.xml 2001/09/21 02:11:50 1.16
@@ -85,6 +85,12 @@
<!-- 1) Builds the TDK -->
<!-- 2) Generates the sample application -->
<!-- 3) Runs the "init" target in the sample app build.xml file -->
+ <!-- -->
+ <!-- Note: the ${build.properties} property is being set here because -->
+ <!-- Texen doesn't currently obey the ${basedir} property so running -->
+ <!-- the sample app "init" target from this directory without setting -->
+ <!-- ${build.properties} results in texen not processing the -->
+ <!-- contextProperties attribute correctly and the build will fail. -->
<!-- =================================================================== -->
<target name="test">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]