Author: nickboldt
Date: 2010-05-03 22:04:43 -0400 (Mon, 03 May 2010)
New Revision: 21878
Modified:
branches/modular_build/build/build.xml
Log:
more help doc
Modified: branches/modular_build/build/build.xml
===================================================================
--- branches/modular_build/build/build.xml 2010-05-04 02:03:09 UTC (rev 21877)
+++ branches/modular_build/build/build.xml 2010-05-04 02:04:43 UTC (rev 21878)
@@ -59,6 +59,10 @@
cd /home/nboldt/workspace36/jbosstools-modular_build; \
ant -DCOMPONENTS=tests,common -Dbuild.if.sources.unchanged=true
+or, to fetch fresh sources, then build anew:
+ cd /home/nboldt/workspace36/jbosstools-modular_build; \
+ ant -DCOMPONENTS=tests,common,flow,jbpm -Dclean.sources=true
+
or, to (re-)run tests w/o (re-)building first:
cd /home/nboldt/workspace36/jbosstools-modular_build; \
ant -DCOMPONENTS=tests,common,jmx -DMAVEN_FLAGS="osgi-test:test -B -fn"