Author: nickboldt
Date: 2010-10-27 17:23:23 -0400 (Wed, 27 Oct 2010)
New Revision: 26094
Modified:
trunk/build/target-platform/build.xml
Log:
add help target to explain 4 main targets
Modified: trunk/build/target-platform/build.xml
===================================================================
--- trunk/build/target-platform/build.xml 2010-10-27 20:51:06 UTC (rev 26093)
+++ trunk/build/target-platform/build.xml 2010-10-27 21:23:23 UTC (rev 26094)
@@ -1,4 +1,4 @@
-<project default="install" name="jbosstools target platform p2.mirror
generator - ant script for Hudson">
+<project default="build.local.target.platform.repo" name="jbosstools
target platform p2.mirror generator - ant script for Hudson">
<property name="targetFile" value="e361-wtp322.target" />
<!-- if useLatest = true, omit versions from p2.mirror script to fetch latest version
available;
@@ -38,6 +38,27 @@
<!--
********************************************************************************** -->
+ <target name="help">
+ <echo>Default target is:
+
+ * build.local.target.platform.repo
+
+Can also attempt to:
+
+ * install.local.target.platform.repo
+
+There are also integration tests (will build JBT using platform repo or platform
installed base):
+
+ * test.local.target.platform.repo
+ * test.local.target.platform.installed.base
+
+Thus, run script like this:
+
+ $ ant -DtargetFile=e361-wtp322.target build.local.target.platform.repo
+</echo>
+ </target>
+
+
<!-- do everything but tests -->
<target name="all" depends="install"/>
Show replies by date