Skip to content
Snippets Groups Projects
  1. May 26, 2016
    • gmantele's avatar
      [ALL] Fix the JUnit validation using the ANT scripts. · 88e99ad2
      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`).
      88e99ad2
  2. Nov 12, 2015
  3. Jul 08, 2015
  4. Jun 08, 2015
  5. May 19, 2015
    • Mark Taylor's avatar
      fix ADQL build file to permit cross-compilation · 7a618199
      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).
      7a618199
  6. May 04, 2015
  7. Mar 10, 2015
  8. Feb 20, 2015
  9. Jan 23, 2015
  10. May 28, 2014
  11. Apr 11, 2014
  12. Apr 10, 2014
  13. Apr 03, 2014
Loading