Details
Description
If I do an "ant install" (for instance) there are a series of warnings in the output:
[javac] C:\Projects\Pivot\svn\trunk\build.xml:127: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
It would be cleaner if the build.xml set "includeAntRuntime='false'" on all the "javac" tasks to get rid of this warning (or else persuade the Ant project to change this behavior )