> For making your approach work you can use the method:
>
> dependencies.antpath('<configurationName')
>
> Here is an example here:
> http://gradle.org/userguide/latest/masterch15.html#x51-13400015.3
>
> See Javadoc:
> http://gradle.org/api/0.4/org/gradle/api/DependencyManager.html#antpath(java.lang.String)That looks like just the ticket. Thanks Hans. > For your refactoring it probably makes sense first to stick to the ant > script way of doing things until things are working. Then it might be > interesting to think about having more modularization in the Gradle build by > introducing subprojects. I'm more than happy to have a look at the Grails > build and share my opinion on how I would do things. Cool. This is in fact what I was hoping to do, so thanks for the offer. Cheers, Peter -- Software Engineer G2One, Inc. http://www.g2one.com/ --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
