On Tue, Apr 28, 2015 at 12:12 AM, Jan Matèrne (jhm) wrote: > 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.
It would be really nice if that warning can be suppressed. I work on a project where Ant is used (under-the-hood), but only the JRE is required. Ant tasks used do not require the JDK. We have to include in the user documentation that the "tools.jar" message can be ignored, but we still on occassion get a user asking about it. --ewh --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org