Re: default value for configurable bootclasspath in javac

2021-04-19 Thread basinilya
I managed to solve the problem with a script: var bootclasspath = project.getProperty("javac.bootclasspath"); /* bootclasspath="" fails with Eclipse Compiler */ if (bootclasspath)

[ANNOUNCE] Apache Ant 1.10.10 released

2021-04-19 Thread Jaikiran Pai
The Apache Ant Team is pleased to announce the release of Apache Ant 1.10.10. Apache Ant is a Java library and command-line tool that helps building software. The Apache Ant team currently maintains two lines of development. The 1.9.x releases require Java 5 at runtime and 1.10.x requires Ja