Re: need help adding a command to the compile task

2005-07-17 Thread Simon Kitching
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 docum

need help adding a command to the compile task

2005-07-17 Thread Paul Goepfert
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? -Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit