Hi Pieter,

On Jul 10, 2008, at 11:52 AM, pieter.smit wrote:


hi Hans,

I did the following:

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

This causes the libs task to output all my subprojects generated jars in a single directory of my choice, which was what I intended. What I didn't
intend was the following:

missing artifact com.bla#bla-interface;1.0!bla-interface.jar:

/home/pieter/development/trunk/bla-interface/build/bla- interface-1.0.jar
file does not exist

/home/pieter/development/trunk/bla-interface/build/distributions/ bla-interface-1.0.jar
file does not exist
        published ivy to
/home/pieter/development/trunk/build-resolver/com.bla/bla-interface/ 1.0/ivys/ivy.xml

this happens when I try to compile a project with the depency:

 dependencies {
        compile project(':bla-interface'),
 }

How can I tell the resolver to find the project in my new location?

I gonna have a look into this as soon as possible. Sorry for the delay.

- Hans

--
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