buildframework/helium/external/helium-antlib/doc/src/build.rst
author wbernard
Thu, 04 Mar 2010 15:10:37 +0200
changeset 217 0f5e3a7fb6af
parent 179 d8ac696cc51f
permissions -rw-r--r--
helium_8.0-r15308

======================
Building Helium Antlib
======================

Prerequisite
------------

Before using bld commands please make sure your *JAVA_HOME* environment variable is pointing to the required JDK.  


Building
--------

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`
   
Testing
-------

To run all the testing (junit + antunit):

::
   
   > bld test


JUnit testing:
::
   
   > bld junit

AntUnit testing:
::
   
   > bld unittest