Difference between revisions of "Building Source Code"

From Toolsverse Knowledge Base
Jump to: navigation, search
(Created page with "ETL framework comes with a source code for core components, test suite and build scripts. In order to build ETL framework source code you need to have Java JDK 6.0 or up insta...")
 
Line 1: Line 1:
 +
== Running build ==
 +
 
ETL framework comes with a source code for core components, test suite and build scripts. In order to build ETL framework source code you need to have Java JDK 6.0 or up installed and latest version of the [http://ant.apache.org/ Apache Ant].
 
ETL framework comes with a source code for core components, test suite and build scripts. In order to build ETL framework source code you need to have Java JDK 6.0 or up installed and latest version of the [http://ant.apache.org/ Apache Ant].
 +
 +
To build source code execute ant while you are in the ETL Framework home folder. Ant will use ETL_FRAMEWORK_HOME\build.xml.
 +
 +
== Configuring build ==
 +
 +
To configure build use ETL_FRAMEWORK_HOME\build.properties file. To change build number use ETL_FRAMEWORK_HOME\build.num.

Revision as of 15:34, 3 August 2014

Running build

ETL framework comes with a source code for core components, test suite and build scripts. In order to build ETL framework source code you need to have Java JDK 6.0 or up installed and latest version of the Apache Ant.

To build source code execute ant while you are in the ETL Framework home folder. Ant will use ETL_FRAMEWORK_HOME\build.xml.

Configuring build

To configure build use ETL_FRAMEWORK_HOME\build.properties file. To change build number use ETL_FRAMEWORK_HOME\build.num.