[CLJ-921] Ant 1.8 gives warning about 'includeantruntime' when building Clojure Created: 30/Jan/12 Updated: 01/Mar/13 Resolved: 03/Feb/12 |
|
| Status: | Closed |
| Project: | Clojure |
| Component/s: | None |
| Affects Version/s: | Release 1.4 |
| Fix Version/s: | None |
| Type: | Enhancement | Priority: | Trivial |
| Reporter: | Steve Miner | Assignee: | Stuart Sierra |
| Resolution: | Completed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Mac OS X 10.7, Ant 1.8.2, Java 1.6 |
||
| Attachments: |
|
| Patch: | Fixed |
| Description |
|
I'm building Clojure locally with Ant 1.8.2. I get a warning: compile-java: 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". |