Author: nickboldt
Date: 2010-04-24 00:08:21 -0400 (Sat, 24 Apr 2010)
New Revision: 21654
Modified:
branches/modular_build/build/build.xml
Log:
add note about -Dbuild.if.sources.unchanged=true in usage instructions
Modified: branches/modular_build/build/build.xml
===================================================================
--- branches/modular_build/build/build.xml 2010-04-24 04:04:21 UTC (rev 21653)
+++ branches/modular_build/build/build.xml 2010-04-24 04:08:21 UTC (rev 21654)
@@ -33,6 +33,8 @@
cd /home/nboldt/workspace36/jbosstools-modular_build; ant
-DMAVEN_FLAGS="-Dmaven.test.skip"
or, to build specific module(s):
cd /home/nboldt/workspace36/jbosstools-modular_build; ant
-DCOMPONENTS=tests,common,flow,jbpm
+ or, to rebuild even if sources have not changed:
+ cd /home/nboldt/workspace36/jbosstools-modular_build; ant -DCOMPONENTS=tests,common
-Dbuild.if.sources.unchanged=true
-->
<target name="run" depends="init, get.bootstrap.scripts, get.sources,
get.components.to.build, install" />
Show replies by date