Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.1-beta-2
-
Component/s: Ant integration
-
Labels:None
-
Number of attachments :
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...
Fixed in head. Thanks for the suggestion.