- May 26, 2016
-
-
gmantele authored
Before, the scripts relied unfortunately on the compilation performed by Eclipse. Now, all the JUnit test cases are compiled all the time before performing the JUnit validation (i.e. ANT task named `junitValidation`).
-
- Nov 12, 2015
-
-
gmantele authored
This is very useful when getting a stack trace of an exception: without this option, no method and line information can be provided...so, without this option, the stack trace becomes pretty useless. (NOTE: this option increases a little the size of the compiled classes)
-
- Jul 08, 2015
-
-
gmantele authored
in the log output. For that the function UWSToolBox.getParamsMap(...) had to be modified.
-
- Jun 08, 2015
-
-
gmantele authored
-
- May 04, 2015
-
-
gmantele authored
[TAP] Upgrade STIL version + Specify charset encoding for Javadoc generation in all Ant build scripts.
-
- Mar 10, 2015
-
-
gmantele authored
-
- Feb 20, 2015
-
-
gmantele authored
[ALL] Update ANT build scripts to test all existings JUnit tests before compiling. In case of error, the compilation does not complete.
-
- Jan 23, 2015
-
-
gmantele authored
-
- Apr 11, 2014
-
-
gmantele authored
-
- Apr 10, 2014
-
-
gmantele authored
TAP: Execute all JUnit tests before building the TAP library. At any JUnit failure, the build is canceled + Update the version number for the generated JARs.
-
- Apr 03, 2014
-
-
gmantele authored
-