Issue 121697

Summary: includeantruntime must be set to false using ant 1.8.1 and higher. Patch to fix warning is included.
Product: Build Tools Reporter: Fred Ollinger <follinge>
Component: external prerequisitesAssignee: AOO issues mailing list <issues>
Status: CONFIRMED --- QA Contact:
Severity: Normal    
Priority: P3 CC: issues
Version: 4.0.0-dev   
Target Milestone: ---   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

Description Fred Ollinger 2013-01-31 19:38:32 UTC
When using ant v. Apache Ant version 1.8.1 compiled on October 13 2010, we get errors about includeantruntime is not set. This simple patch shuts this down:

30a31,34
>    <presetdef name="javac">
>     <javac includeantruntime="false" />
>    </presetdef>
> 

local_dev300/hsqldb/unxlngi6.pro/misc/build/hsqldb/build/build.xml