James does not compile using Sun JDK 5.0
----------------------------------------

         Key: JAMES-343
         URL: http://issues.apache.org/jira/browse/JAMES-343
     Project: James
        Type: Bug
    Versions: 2.2.1    
 Environment: Sun JDK 5.0
Ant 1.6.2
    Reporter: Jeff Keyser
    Priority: Trivial


Several of the source files use a variable called "enum" for Enumerators.  This 
is a new keyword in Java 1.5, and the Sun JDK 5.0 compiler fails when it sees 
these variables.

Please add "source='1.4'" (or whichever language version is officially 
supported) to the "javac" task in build.xml.

Changing the names of these variables would also work, but the "source" 
attribute provides better forward compatability as the Java language evolves.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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

Reply via email to