Author: nickboldt
Date: 2011-05-29 01:44:11 -0400 (Sun, 29 May 2011)
New Revision: 31608
Modified:
trunk/build/target-platform/build.xml
Log:
add instructions for building JBDS while JBT is running in parallel (avoid collisions)
Modified: trunk/build/target-platform/build.xml
===================================================================
--- trunk/build/target-platform/build.xml 2011-05-29 05:43:58 UTC (rev 31607)
+++ trunk/build/target-platform/build.xml 2011-05-29 05:44:11 UTC (rev 31608)
@@ -77,6 +77,10 @@
Or, simply call the jbds target, to use the defaults in the previous example:
$ ant jbds
+
+To run for JBDS target file WHILE JBT target file is being run:
+
+ $ ant jbds -DWORKINGDIR=${basedir}
</echo>
</target>
Show replies by date