- 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
-
- Jun 08, 2015
-
-
gmantele authored
-
- May 19, 2015
-
-
Mark Taylor authored
You can now set the adql.bootclasspath system property to use an alternative bootclasspath, for instance that for a different JRE than that used by the compiler. For instance, this cross-compiles to java 1.5: ant -Dant.build.javac.target=1.5 -Dadql.bootclasspath=/usr/java/jdk1.5.0_22/jre/lib/rt.jar -f buildADQL.xml buildLib Note the java used by ant has to be at least java 6 because of the @Override source constructs on methods inherited from interfaces (only methods from abstract or non-abstract classes can be annotated with @Override in java 5).
-
- 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
-
- May 28, 2014
-
-
gmantele authored
[ADQL] Change the version number inside the ADQL library builder...next modifications will be for the version 1.3 or more.
-
- 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
-