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.


Adam

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to