- Aug 21, 2018
-
-
Grégory Mantelet authored
Thus, the UPLOAD management is much more stable and relies on a well documented and maintained library (but at the cost of the additionnal size of the final JAR). The most important point is the capability to efficiently limit the size of the incoming file and on the disk/memory management when uploading the file(s) and in case of error during this process (i.e. files must be deleted).
-
- Aug 07, 2018
-
-
Grégory Mantelet authored
Then, UWS or TAP implementors are free to use whatever logging system they want (e.g. log4j, logback, ...).
-
- Feb 26, 2018
-
-
gmantele authored
-
- 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
-