https://issues.apache.org/bugzilla/show_bug.cgi?id=43114
Jason Pyeron <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #25 from Jason Pyeron <[email protected]> 2011-01-20 13:24:09 EST --- work around for older versions of ant: add any package level annotation to the package line of the package-info.java file. Ex: @Generated(value={}) package x.y.z; import javax.annotation.Generated; Tested with $ ant -version Apache Ant version 1.6.5 compiled on June 2 2005 $ javac -version javac 1.6.0_20 -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
