On Sun, 2005-07-17 at 21:32 -0600, Paul Goepfert wrote: > I have been writing a java program with apache ant. When I complie I > get a warning that say to recompile with -Xlint:unchecked for details. > How do I do that in ant? >
See the section on the "compilerarg" tag in the javac task documentation. Regards, Simon --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
