Build Environment

Your component is stored in a directory structure off of an assigned location. The following directory structure uses iWay guidelines.

Directory

Description

\src

Root of the Java source. The package structure descends from here.

\ini

Root of the JNI elements. The package structure descends from here.

\test

junit tests root from here. Under \test are the packages needed and \data.

\doc

Documentation.

An example of an ANT script that can generate a component jar is in Sample ANT Build Script.


iWay Software