Prerequisites:
Installation:
runDist.bat
has to be executed. java
is not recognized by the system, the path to the file java.exe
has to be added at the beginning of the script.)
runDist.sh
has to be executed.
Prerequisites:
Approach:
Further approach for Windows
For Windows the following scripts are available:
compile.bat
- Compile the source coderun.bat
- Run the applicationdist.bat
- Creation of the distribution packagedoc.bat
- Creation of the Javadocs
For all scripts in the first two lines the path to ant and the JDK installation has to be set. At the moment the following
settings are made.
set ANT_HOME=C:\proggen\ant\
set JAVA_HOME=C:\Program Files\Java\jdk1.8.0_152\
Further approach for Linux
For Linux the following scripts are available:
compile.sh
- Compile the source coderun.sh
- Run the applicationdist.sh
- Creation of the distribution packagedoc.sh
- Creation of the Javadocs