try harder to point new users to the cc-buildloop paranoid build, especially for initialising a new sandbox.

cusax-fix
Brian Burch 20 years ago
parent 168e361702
commit 189a5b7cb9

@ -88,9 +88,9 @@
<!-- default Ant target does nothing except print helpful options -->
<!-- Ant-internal target does not appear in its own help display -->
<target name="usage" >
<echo message="execute 'ant -projecthelp' for useful build targets" />
<echo message="execute 'ant cc-buildloop' to initialise a sandbox (cruise control build cycle)" />
<echo message="execute 'ant rebuild' for a clean/build/test sequence" />
<echo message="execute 'ant cc-buildloop' for a cruise control build cycle" />
<echo message="execute 'ant -projecthelp' for other useful build targets" />
<echo message="execute 'ant -help' for Ant help" />
</target>
@ -335,7 +335,7 @@
<!--CRUISE CONTROL BUILD LOOP target-->
<target name="cc-buildloop" depends="rebuild,bundles,test"
description="Comprehensive rebuild and test (used by Cruise Control)."/>
description="Comprehensive (paranoid) rebuild and test (used by Cruise Control)."/>
<!-- - - NetBeans Targets for specific files selected via ide-actions - -->

Loading…
Cancel
Save