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? 

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


Reply via email to