Re: source attribute

2005-12-21 Thread Steve Loughran
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 or jikes, which is faster. I've actually debated adding a filter to javac to strip out some of this stuff. But then I went and fixed all our

RE: source attribute

2005-12-20 Thread Lim, Teck Hooi
OK. I got it. Many thanks guys. This is my 1st using source option with . -Original Message- From: Stefan Bodewig [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 21, 2005 12:52 PM To: user@ant.apache.org Subject: Re: source attribute On Tue, 20 Dec 2005, Teck Hooi Lim <[EM

Re: source attribute

2005-12-20 Thread Stefan Bodewig
quot; it would be an error. That's all the source attribute can do for you. nowarn can be used to disable warning on top of that. Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: source attribute

2005-12-20 Thread Chang, Jing
Exactly. I ran into the same problem and here is what I ended up with: Cheers, Jing -Original Message- From: James Abley [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 20, 2005 10:34 AM To: Ant Users List Subject: RE: source attribute nowarn attribute? On Tue, 2005-12-20 at 16

RE: source attribute

2005-12-20 Thread James Abley
IL PROTECTED] > Sent: Tuesday, December 20, 2005 6:15 AM > To: user@ant.apache.org > Subject: source attribute > > Hi, > > > > I have used tag with the following attributes > > > > >debug="${co

RE: source attribute

2005-12-20 Thread Burgess, Benjamin
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: source attribute Hi

RE: source attribute

2005-12-20 Thread Lim, Teck Hooi
Thanks but it doesn't work. -Original Message- From: Jeffrey E Care [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 20, 2005 10:05 PM To: Ant Users List Subject: Re: source attribute Try source="1.4" as well as target="1.4" -- Jeffrey E. Care ([EMAIL PROTECT

Re: source attribute

2005-12-20 Thread Jeffrey E Care
Try source="1.4" as well as target="1.4" -- Jeffrey E. Care ([EMAIL PROTECTED]) WebSphere v7 Release Engineer WebSphere Build Tooling Lead (Project Mantis) "Lim, Teck Hooi" <[EMAIL PROTECTED]> wrote on 12/20/2005 06:14:35 AM: > Hi, > > > > I have used tag with the following attributes >

source attribute

2005-12-20 Thread Lim, Teck Hooi
Hi, I have used tag with the following attributes ... 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 relea