Author: nickboldt
Date: 2010-05-03 12:48:26 -0400 (Mon, 03 May 2010)
New Revision: 21858
Modified:
branches/modular_build/build/build.xml
Log:
document syntax for rebuilding update site w/o first building all components
Modified: branches/modular_build/build/build.xml
===================================================================
--- branches/modular_build/build/build.xml 2010-05-03 16:45:44 UTC (rev 21857)
+++ branches/modular_build/build/build.xml 2010-05-03 16:48:26 UTC (rev 21858)
@@ -57,6 +57,10 @@
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"
+
+or, to re-build the update site w/o building first:
+ cd /home/nboldt/workspace36/jbosstools-modular_build; \
+ ant create.overall.update.site -Dbuild.if.sources.unchanged=true
Note: if tests stall on Linux, install Xvfb and this script will use that to run Maven.
Show replies by date