Peter Ledbrook wrote:
Hi, I have a single build source file in my project: buildSrc/src/main/java/org/grails/gradle/Grails.java When I try to execute a build that uses this task, I am presented with the error: Execution failed for task :compile. Cause: destination directory ".../buildSrc/build/classes" does not exist or is not a directory
Does the output really have '...' in it (ie 3 dots)? or is that a typo?
Which is fair enough, because the directory doesn't exist. Yet if I manually create it, I still get the error. Any idea what's up?
Do you have a build.gradle file in your buildSrc directory or are you using the default?
Adam --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
