> [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]                                ^
>
> I would rather not try the -source 1.4 arg.  Is there any work around,
> or am I looking at some refactoring.

You have no choice if you want to use 1.5 sources, you must change the
code. If you can't or won't, you'll be stuck with 1.4 sources. This is
not an Ant question, BTW... --DD

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to