Hi Pieter,

On Jul 10, 2008, at 1:15 PM, pieter.smit wrote:


hi,

To get round this problem, i currently do the following:

subprojects {
  //task("${project.name}_jar").destinationDir = file(distDir)

  task('libs').doLast { task ->
    task.project.task('libs').archiveNames.each {archiveName ->
       ant.copy(file: task.project."$archiveName".archivePath, todir:
distDir, overwrite:true)
    }
  }
}

Sorry. I had no time yet to have a look at this. Could you please file a Jira with fix for 0.3?

BTW: Thanks for your code for generating eclipse files :)

- Hans

--
View this message in context: http://www.nabble.com/inter-project- artifact-resolving-tp18379446p18380662.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



--
Hans Dockter
Gradle Project lead
http://www.gradle.org





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

   http://xircles.codehaus.org/manage_email


Reply via email to