You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Ed Burnette (JIRA)" <ji...@apache.org> on 2007/07/17 15:15:04 UTC

[jira] Created: (JCR-1033) webapp doesn't compile (use of enum keyword)

webapp doesn't compile (use of enum keyword)
--------------------------------------------

                 Key: JCR-1033
                 URL: https://issues.apache.org/jira/browse/JCR-1033
             Project: Jackrabbit
          Issue Type: Bug
          Components: webapp
    Affects Versions: 1.4
            Reporter: Ed Burnette


AbstractConfig.java and JNDIConfig.java have local variables named 'enum' that aren't allowed when using JDK5 or later compilers.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (JCR-1033) webapp doesn't compile (use of enum keyword)

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-1033?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jukka Zitting resolved JCR-1033.
--------------------------------

    Resolution: Fixed

Patch committed in revision 558142 and merged to the 1.3 branch in revision 558145. Thanks!

> webapp doesn't compile (use of enum keyword)
> --------------------------------------------
>
>                 Key: JCR-1033
>                 URL: https://issues.apache.org/jira/browse/JCR-1033
>             Project: Jackrabbit
>          Issue Type: Bug
>          Components: webapp
>    Affects Versions: 1.3
>            Reporter: Ed Burnette
>            Assignee: Jukka Zitting
>            Priority: Trivial
>             Fix For: 1.3.1
>
>         Attachments: j2ee.patch
>
>
> AbstractConfig.java and JNDIConfig.java have local variables named 'enum' that aren't allowed when using JDK5 or later compilers.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (JCR-1033) webapp doesn't compile (use of enum keyword)

Posted by "Ed Burnette (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-1033?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ed Burnette updated JCR-1033:
-----------------------------

    Attachment: j2ee.patch

Trivial changes to use different variable names to make the compiler happy.

> webapp doesn't compile (use of enum keyword)
> --------------------------------------------
>
>                 Key: JCR-1033
>                 URL: https://issues.apache.org/jira/browse/JCR-1033
>             Project: Jackrabbit
>          Issue Type: Bug
>          Components: webapp
>    Affects Versions: 1.4
>            Reporter: Ed Burnette
>         Attachments: j2ee.patch
>
>
> AbstractConfig.java and JNDIConfig.java have local variables named 'enum' that aren't allowed when using JDK5 or later compilers.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (JCR-1033) webapp doesn't compile (use of enum keyword)

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-1033?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jukka Zitting updated JCR-1033:
-------------------------------

        Fix Version/s: 1.3.1
             Assignee: Jukka Zitting
             Priority: Trivial  (was: Major)
    Affects Version/s:     (was: 1.4)
                       1.3

> webapp doesn't compile (use of enum keyword)
> --------------------------------------------
>
>                 Key: JCR-1033
>                 URL: https://issues.apache.org/jira/browse/JCR-1033
>             Project: Jackrabbit
>          Issue Type: Bug
>          Components: webapp
>    Affects Versions: 1.3
>            Reporter: Ed Burnette
>            Assignee: Jukka Zitting
>            Priority: Trivial
>             Fix For: 1.3.1
>
>         Attachments: j2ee.patch
>
>
> AbstractConfig.java and JNDIConfig.java have local variables named 'enum' that aren't allowed when using JDK5 or later compilers.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.