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 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? Thanks, Peter --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email