There are currently a few warnings about deprecated features being generated during the build - these are easy to fix (see Groovy-1858), but in order to see what the problem is, you need to change the build file to include this parameter...
Description
I would suggest adding the parameter
deprecation="on"
to the <javac> task in the ant build file.
There are currently a few warnings about deprecated features being generated during the build - these are easy to fix (see Groovy-1858), but in order to see what the problem is, you need to change the build file to include this parameter...