On May 27, 2009, at 6:40 PM, David Hodge wrote:

Just to chime in, many IDEs can "find" your src directories quite easily and I am wondering if that could be a feature in Gradle. I have an open source code generator and the generated java code needs to exist separately from the hand written code. I have been looking at Gradle because I think build files should be scripts and I am a fan of Apache Ivy. I am curious to hear thoughts on an autofind feature.

Interesting idea. On the other hand I consider the build script also as an executable document being expressive about your build. I would be afraid that this is too much automagic. But Gradle does support multiple source roots. And if there are many and they follow some pattern, you can of course add them programmatically.

- Hans

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


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

   http://xircles.codehaus.org/manage_email


Reply via email to