buildframework/helium/external/helium-antlib/doc/src/build.rst
changeset 217 0f5e3a7fb6af
parent 179 d8ac696cc51f
--- a/buildframework/helium/external/helium-antlib/doc/src/build.rst	Fri Feb 05 11:59:41 2010 +0000
+++ b/buildframework/helium/external/helium-antlib/doc/src/build.rst	Thu Mar 04 15:10:37 2010 +0200
@@ -11,79 +11,12 @@
 Building
 --------
 
-Simply run the following command on the route of your delivery:
-
-::
-   
-   > bld build
-   Buildfile: build.xml
-   
-   build:
-   
-   compile:
-        [echo] Compiling helium-core
-       [mkdir] Created dir: C:\development\workspace\helium-antlib-dragonfly-trunk\sf\build\core\classes
-       [javac] Compiling 25 source files to C:\development\workspace\helium-antlib-dragonfly-trunk\sf\build\core\classes
-       [javac] Note: Some input files use unchecked or unsafe operations.
-       [javac] Note: Recompile with -Xlint:unchecked for details.
-   
-   ...
-   
-   build:
-        [echo] helium-signaling is built.
-   
-   BUILD SUCCESSFUL
-   Total time: 6 seconds
+Run the following command on the route of your delivery `bld` or `bld -Dcomponent=module_name` to build only one module.
    
 Cleaning
 --------
 
-To cleanup the generated files just run:
-
-::
-   
-   > bld clean
-   Buildfile: build.xml
-   
-   clean:
-   
-   clean:
-        [echo] Cleaning helium-core
-      [delete] Deleting directory C:\development\workspace\helium-antlib-dragonfly-trunk\sf\build\core\classes
-      [delete] Deleting: C:\development\workspace\helium-antlib-dragonfly-trunk\sf\bin\helium-core.jar
-
-   clean:
-        [echo] Cleaning helium-diamonds
-      [delete] Deleting directory C:\development\workspace\helium-antlib-dragonfly-trunk\sf\build\diamonds\classes
-      [delete] Deleting: C:\development\workspace\helium-antlib-dragonfly-trunk\sf\bin\helium-diamonds.jar
-   
-   clean:
-        [echo] Cleaning helium-metadata
-      [delete] Deleting directory C:\development\workspace\helium-antlib-dragonfly-trunk\sf\build\metadata\classes
-      [delete] Deleting: C:\development\workspace\helium-antlib-dragonfly-trunk\sf\bin\helium-metadata.jar
-   
-   clean:
-        [echo] Cleaning helium-quality
-      [delete] Deleting directory C:\development\workspace\helium-antlib-dragonfly-trunk\sf\build\quality\classes
-      [delete] Deleting: C:\development\workspace\helium-antlib-dragonfly-trunk\sf\bin\helium-quality.jar
-
-   clean:
-        [echo] Cleaning helium-scm
-      [delete] Deleting directory C:\development\workspace\helium-antlib-dragonfly-trunk\sf\build\scm\classes
-      [delete] Deleting: C:\development\workspace\helium-antlib-dragonfly-trunk\sf\bin\helium-scm.jar
-   
-   clean:
-        [echo] Cleaning helium-signaling
-      [delete] Deleting directory C:\development\workspace\helium-antlib-dragonfly-trunk\sf\build\signaling\classes
-      [delete] Deleting: C:\development\workspace\helium-antlib-dragonfly-trunk\sf\bin\helium-signaling.jar
-      
-   clean:
-        [echo] Cleaning helium-logging
-      [delete] Deleting directory C:\development\workspace\helium-antlib-dragonfly-trunk\sf\build\logging\classes
-      [delete] Deleting: C:\development\workspace\helium-antlib-dragonfly-trunk\sf\bin\helium-logging.jar
-   
-   BUILD SUCCESSFUL
-   Total time: 1 second
+To cleanup the generated files just run `bld clean`
    
 Testing
 -------