Uploaded image for project: 'James Server'
  1. James Server
  2. JAMES-343

James does not compile using Sun JDK 5.0

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Duplicate
    • 2.3.0
    • 2.3.0
    • None
    • None
    • Sun JDK 5.0
      Ant 1.6.2

    Description

      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.

      Attachments

        Activity

          People

            bago Stefano Bagnara
            jkeyser Jeff Keyser
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: