[GRADLE-744] translateLibsTo14 task is broken in Gradle's build Created: 13/Nov/09 Updated: 04/Jan/13 Resolved: 24/Nov/10 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | 0.9-rc-1 |
Type: | Bug | ||
Reporter: | Steve Appling | Assignee: | Adam Murdoch |
Resolution: | Fixed | Votes: | 0 |
Description |
I am having trouble building from source now. Gradlew assemble (one of the default tasks) ends up failing with: :translateLibsTo14 FAILURE: Build failed with an exception.
It looks like the retrotranslator call is interperted as a normal method call and not using antbuilder. This problem began with Adam's checkin upgrading to the new snapshot - hash 3e098680f292dd406934cbb81ae7b3cd25bcbe5e |
Comments |
Comment by Adam Murdoch [ 01/Dec/09 ] |
I've removed the JDK 1.4 distribution to 'fix' this issue. |