I suppose you are running into the same known Ivy bug that's giving me
headaches. See: http://jira.codehaus.org/browse/GRADLE-600
Cheers,
Peter
Meikel Brandmeyer-3 wrote:
>
> Hi,
>
> Am 07.06.2010 um 22:09 schrieb Hans Dockter:
>
>> Either this or it is a bug. Could you give more information on the build
>> script?
>
> This is the buildscript:
>
> buildscript {
> repositories {
> flatDir name: 'gradleHome',
> dirs: System.getenv('GRADLE_HOME') + '/lib/plugins'
> }
> dependencies {
> classpath 'clojuresque:clojuresque:1.4.0-SNAPSHOT'
> }
> }
>
> apply plugin: 'clojure'
>
> clojureSnapshotsRepo repositories
> gradleHomeRepo repositories
>
> dependencies {
> compile 'org.clojure:clojure:1.2.0-master-SNAPSHOT'
>
> development 'vimclojure:vimclojure:2.2.0-SNAPSHOT'
> }
>
> clojuresque is said third-party plugin. I put it in the plugins directory
> of the gradle installation (preview1, btw). vimclojure is also in the
> plugins directory and picked up from there. clojureSnapshotsRepo and
> gradleHomeRepo are convenience functions provided by the plugin to add
> certain repositories to the build.
>
> The dependency in question is the one on Clojure. It gets downloaded
> several times.
>
> Sincerely
> Meikel
>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
> http://xircles.codehaus.org/manage_email
>
>
>
>
--
View this message in context:
http://old.nabble.com/Multiple-download-of-dependency-tp28809877p28811338.html
Sent from the gradle-user mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email