RE: Ant 1.6.5 , JDK 1.5 build error pointing to an apache class

2006-03-22 Thread Ferrer, Eric
Message- From: Dominique Devienne [mailto:[EMAIL PROTECTED] Sent: Friday, March 17, 2006 8:29 PM To: Ant Users List Subject: Re: Ant 1.6.5 , JDK 1.5 build error pointing to an apache class > [C:\builder\builds\fle\staging\src\com\myhome\ParamDataType.java:8: as > of release 1.5, '

Re: Ant 1.6.5 , JDK 1.5 build error pointing to an apache class

2006-03-17 Thread Dominique Devienne
> [C:\builder\builds\fle\staging\src\com\myhome\ParamDataType.java:8: as > of release 1.5, 'enum' is a keyword, and may not be used as an > identifier >[javac] (try -source 1.4 or lower to use 'enum' as an identifier) >[javac] import org.apache.commons.lang.enum.Enum; >[javac]

Ant 1.6.5 , JDK 1.5 build error pointing to an apache class

2006-03-06 Thread Ferrer, Eric
Hi, I have been porting our code to jdk 1.5 and ant 1.6.5 and when I run my current build (which works with jdk 1.4x) I get the following error [C:\builder\builds\fle\staging\src\com\myhome\ParamDataType.java:8: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier [ja