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, '
> [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]
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