AW: tools.jar not found

2015-04-28 Thread jhm
I could implement a "suppress system property" (ant.suppress.toolsjar.warning). But I am not convinced of that idea ... What do the other committers think of that? Jan > -Ursprüngliche Nachricht- > Von: David J. B. Hollis [mailto:dhol...@aandoconsultancy.ltd.uk] > Gesendet: Dienstag, 28

AW: tools.jar not found

2015-04-28 Thread jhm
I thought using a custom Logger could solve your problem. That logger would simply supress special messages. But after failing tests I searched for that message: Locator.getToolsJar() prints directly to SYSO: public static File getToolsJar() { ... try to find tools.jar if (!tool

AW: tools.jar not found

2015-04-27 Thread jhm
Ant is a build tool. For some tasks (for example javac, javadoc) the tools from the Java _Development_ Kit are required. If you run with just a Java _Runtime_ Environment most of its tasks could be used, but not all - hence the warning. Set your JAVA_HOME to the installation path of your JDK. htt