On Tue, 2008-12-30 at 08:14 +1100, Adam Murdoch wrote: > > Russel Winder wrote: > > I just did a "gradlew install" with gradle_installDir and > > gradle_installDirName set in ~/.gradle/gradle.properties. I have ended > > up with the following jars in the install directory. Something is > > clearly going wrong somewhere, there really shouldn't be three gradle > > and three gradle-wrapper jars. > > > > > > The same thing happens when you build a dist multiple times, you end up > with a bunch of gradle* jars. > > The problem is that each time you run the dist/install task, a new > gradle jar is generated in the dist's lib directory, alongside any old > ones that were there from previous executions. The dist task then simply > zips up everything in the lib directory, and the install task unzips > that dist into the install location.
Given that we are using Gradle, and not Ant or Maven, for the build, we ought to be able to do a bit better than this ;-) -- Russel. ==================================================== Dr Russel Winder Partner Concertant LLP t: +44 20 7585 2200, +44 20 7193 9203 41 Buckmaster Road, f: +44 8700 516 084 London SW11 1EN, UK. m: +44 7770 465 077
signature.asc
Description: This is a digitally signed message part
