> I am sure that I found that the target directory was not created by
> default and I had to do it explicitly. This afternoon I took a few
> minutes to look at the source and it looked like the target dir should
> be created by default so I removed my code that was creating the dir
> and gave it a spin, and it worked. I don't know if I was using an
> earlier version of gradle at some point that didn't create the dir or
> maybe I had something else out of whack at my end. In any case, it
> looks like I do not need to create the dir on my own at this point,
> which is what I want.
I believe that the Groovy compile task in 0.5 does not create the
output directory. So if you only have/had files in "src/main/groovy"
(or equivalent) you would run into the problem you found. If you have
Java files under "src/main/java", then the Java compile task does
create the output directory.
This has now been fixed.
Cheers,
Peter
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email