nowarn attribute? On Tue, 2005-12-20 at 16:31, Burgess, Benjamin wrote: > This is as a result of using a 1.5 JVM to compile. Only switching to a > 1.4 JVM will prevent this warning from occurring. > > Ben > > -----Original Message----- > From: Lim, Teck Hooi [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 20, 2005 6:15 AM > To: user@ant.apache.org > Subject: <javac> source attribute > > Hi, > > > > I have used <javac> tag with the following attributes > > > > <javac destdir="${root.build.dir}" > > debug="${compile.debug}" > > deprecation="${compile.deprecation}" > > optimize="${compile.optimize}" > > fork="true" > > source="1.4" > > > <classpath refid="module.path" /> > > ... > > </javac> > > > > As you can see I try to compile 1.4 sources with "enum" as a variable > name > and causes this > > > > [javac] d:\project\mybasic\src\com\acme\TestQueue.java:192: warning: > as > of release 1.5, 'enum' is a keyword, and may not be used as an > identifier > > [javac] (try -source 1.5 to use 'enum' as a keyword) > > [javac] Enumeration enum = > qb.getEnumeration(); > > [javac] ^ > > .... > > > > How do I remove this warning? I have used fork="true" and source="1.4", > am I > missing anything else? My Ant version is 1.6.5. Please advise. TQ > > > > /lim/ > > > > ************************************************************** > This message, including any attachments, contains confidential information > intended for a specific individual and purpose, and is protected by law. If > you are not the intended recipient, please contact sender immediately by > reply e-mail and destroy all copies. You are hereby notified that any > disclosure, copying, or distribution of this message, or the taking of any > action based on it, is strictly prohibited. > TIAA-CREF > ************************************************************** > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]