So I made an attempt at cutting a 5.3.8 release and after fixing various errors for JDK 1.5 compatibility (I feel like an archeologist) the generateRelease target fails with:
--- Converting class org.gradle.api.internal.artifacts.publish.ArchivePublishArtifact to File using toString() method has been deprecated and is scheduled to be removed in Gradle 2.0. Please use java.io.File, java.lang.String, java.net.URL, or java.net.URI instead. FAILURE: Build aborted because of an internal error. * What went wrong: Build aborted because of an unexpected internal error. Please file an issue at: http://forums.gradle.org. * Try: Run with --debug option to get additional debug info. * Exception is: org.gradle.api.UncheckedIOException: Could not normalize path for file 'C:\Users\kaosko\Documents\personal\git-tapestry5\ArchivePublishArtifact plastic:jar:jar:'. --- I'm at a loss at what I should do to fix it. Note that Gradle 2.x uses JRE 1.6 minimum so I'm using Gradle 1.5. As you can see, I'm on Windows which may be too tall of an order but this is the best machine I have for this work, I really don't want to start setting up an extra linux box with all ancient tools just for this. Looks like it finished staging all the libs to Nexus successfully, I'm tempted to close it there and just push the bits, then call oopsies. What do you guys want me to do? Can I short-circuit the process somehow? One way would be to revert my previous commit, accept JDK 1.6 and try again with newer tools. Kalle On Thu, Nov 6, 2014 at 1:53 AM, Jochen Kemnade <jochen.kemn...@eddyson.de> wrote: > Am 15.10.2014 um 17:12 schrieb Jochen Kemnade: > >> Hi, >> >> can somebody with the appropriate permissions please close the 5.3.7 >> release in JIRA [1]? >> > > Pretty please? :-) > > > And while you're at it, the 5.4 release's description says "Tapestry >> 2012 release" [2]. That might be a little too optimistic. ;-) >> >> Thanks, >> Jochen >> >> [1] https://issues.apache.org/jira/browse/TAP5/fixforversion/12323355 >> [2] https://issues.apache.org/jira/browse/TAP5/fixforversion/12316401 >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org >> For additional commands, e-mail: dev-h...@tapestry.apache.org >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org > For additional commands, e-mail: dev-h...@tapestry.apache.org > >