Details
-
Type:
Enhancement
-
Status:
Closed
-
Priority:
Trivial
-
Resolution: Completed
-
Affects Version/s: Release 1.4
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:Mac OS X 10.7, Ant 1.8.2, Java 1.6
-
Patch:Fixed
Description
I'm building Clojure locally with Ant 1.8.2. I get a warning:
compile-java:
[javac] /Users/miner/cljproj/clojure/build.xml:39: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
A good explanation is available here:
http://stackoverflow.com/questions/5103384/ant-warning-includeantruntime-was-not-set
The simple fix is to add an attribute to the javac task: includeAntRuntime="false".
Attachments
Activity
Stuart Sierra
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Stuart Sierra [ stuart.sierra ] |
Stuart Sierra
made changes -
| Resolution | Completed [ 1 ] | |
| Status | Open [ 1 ] | Resolved [ 5 ] |
Stuart Halloway
made changes -
| Status | Resolved [ 5 ] | Closed [ 6 ] |