Luke Stephens wrote: > > 2. As I posted in another post, there can be huge environment based issues > (gradle run inside of eclipse runs totally differently than gradle run at > the command line) >
I think this is a very important aspect of a build tool, which unfortunately does not seem to get enough attention right from the start of the implementation of a new build tool. I am currently working on a very thin wrapper around Gradle to ensure that exactly the same build environment is used on every machine on which the code is built. This means making sure the correct JDK, Gradle, Ant library, Jython, ... versions are used for a project/branch, and no environment-specific things that may influence the build are picked up by any of the tools. It is a bit of a shame that I have to do this myself, and I have not even tried to get it run from inside an IDE. Hopefully improvements in this area can be made before 1.0. ----- -- Regards, Johan -- View this message in context: http://gradle.1045684.n5.nabble.com/Hibernate-Pojo-project-tp4658742p4662237.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
