Author: nickboldt
Date: 2010-12-02 11:52:33 -0500 (Thu, 02 Dec 2010)
New Revision: 27115
Modified:
trunk/build/target-platform/build.xml
Log:
add help re: jbds.target file use
Modified: trunk/build/target-platform/build.xml
===================================================================
--- trunk/build/target-platform/build.xml 2010-12-02 16:51:01 UTC (rev 27114)
+++ trunk/build/target-platform/build.xml 2010-12-02 16:52:33 UTC (rev 27115)
@@ -66,9 +66,13 @@
* test.local.target.platform.repo
* test.local.target.platform.installed.base (deprecated)
-Thus, run script like this:
+Thus, default operation is this (if run w/ these options or NO options):
$ ant -DtargetFile=multiple.target build.local.target.platform.repo
+
+To run for JBDS target file instead of JBT target files, pass in alternate target file
and resulting repo path:
+
+ $ ant -DtargetFile=jbds.target -DrepoDir=/tmp/JBDS_REPO/
</echo>
</target>
Show replies by date