That is what I figured. So, would my best bet just be to modify the ant
source code for my own personal version to run javac with the -nowarn flag?
I think that's probably my only option now. Does anyone know if the -nowarn
flag is going to be implemented in the release version of ant any time soon?
Thanks,
Brian
> -----Original Message-----
> From: Erik Hatcher [mailto:erikhatcher@earthlink.net]
> Sent: Saturday, August 11, 2001 4:39 PM
> To: ant-user@jakarta.apache.org
> Subject: Re: Using the -nowarn flag with Javac
>
>
> No, its still that only the Jikes compiler utilizes this switch.
>
> Erik
>
> ----- Original Message -----
> From: "Robert Leftwich" <digital@ix.net.au>
> To: <ant-user@jakarta.apache.org>
> Sent: Saturday, August 11, 2001 4:01 PM
> Subject: Re: Using the -nowarn flag with Javac
>
>
> > At 08:38 AM 11/08/2001, Brian Lenz wrote:
> > >Hello,
> > >
> > >I was just wondering how I can issue the -nowarn flag when
> using javac as
> > >the compiler. I haven't been able to find any documentation regarding
> this
> > >anywhere. I would really appreciate your help!
> >
> > Well build.compiler.warnings=true/false was originally a Jikes-only
> switch,
> > but it may have been fixed in the 1.4 beta (or the nightly
> builds) if that
> > is any use to you.
> >
> > Robert
> >
>
>
|