I am now having problems with getting the flatDirResolver to work, which I
plan to use rather than the unmanagedClasspath.  I have added:
addFlatDirResolver('common',
commonLib).addArtifactPattern('[artifact].[ext]')
in the dependencies portion, followed by:
compile "common-lib:jar"
and I have tried combinations by playing with the compile "common-lib:jar"
to get different notations, like:
compile "common-lib.jar"
compile ":common-lib::jar"
etc
and I also tried changing the addFlatDirResolver line:
addArtifactPattern('[artifact]:[ext]')
addArtifactPattern('[artifact]:[type]')
addArtifactPattern('[artifact].[type]')
The closest I came was when it looked for the jar (combination
[artifact].[ext], ":common-lib::jar") but couldn't find it because it was
still concatenating a - on the end.  Any idea what I'm doing wrong? Thanks
for the help.

-Jerod
-- 
View this message in context: 
http://www.nabble.com/gradlefile-cleaning--tp17650512p17734529.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