miguel01997 / cookcc

Automatically exported from code.google.com/p/cookcc
Other
0 stars 1 forks source link

Add support for Java 6 annotation processors #21

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
CookCC presently uses APT, which is specific to Sun Java and is associated with 
the end-of-lifed Java 5 series, and does not integrate well with Maven.

It should be relatively straightforward change to move to the Java 6 API at 
this point, and would make it much easier to use cookcc in new projects.

Original issue reported on code.google.com by dmllo...@gmail.com on 12 Jan 2011 at 6:45

GoogleCodeExporter commented 9 years ago
Should have been marked as an enhancement, not a defect.  Sorry about that

Original comment by dmllo...@gmail.com on 12 Jan 2011 at 6:45

GoogleCodeExporter commented 9 years ago
I am using JDK6, but it doesn't appear to be a big problem since even though 
APT is now part of javac, a separate APT tool still exists.  Will investigate 
further.

Original comment by superdup...@gmail.com on 6 Jan 2012 at 6:16

GoogleCodeExporter commented 9 years ago
APT was removed in Java 8. As result cookcc doesn't work anymore.

Original comment by tomaz.ce...@gmail.com on 29 Sep 2014 at 4:53