You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Matt Quail <ma...@cortexebusiness.com.au> on 2003/02/23 02:28:20 UTC

FYI: An Ant compiler adapter for the JSR 14 (Generics) early access compiler.

I've hacked together a small compiler adapter so that you can use the <javac> 
task to compile with the Generics early access compiler.

This should make it easy to Generics-enable your code and still use your old 
Ant build files (until JDK1.5 comes out, in any event.)

You can get the adapter here:
http://madbean.com/blog/3/

=Matt