You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by "Alex Coles (JIRA)" <ji...@apache.org> on 2009/08/25 13:01:59 UTC

[jira] Created: (ROL-1826) Compilation broken on Roller trunk for JDK 1.5

Compilation broken on Roller trunk for JDK 1.5
----------------------------------------------

                 Key: ROL-1826
                 URL: https://issues.apache.org/jira/browse/ROL-1826
             Project: Roller
          Issue Type: Bug
          Components: JPA Backend
    Affects Versions: 5.0
         Environment: Mac OS X 10.5.8
            Reporter: Alex Coles
            Assignee: Roller Unassigned


Compilation is broken on Roller trunk for JDK 1.5.

java.util.Properties#load(FileReader), as used in JPAMediaFileManagerImpl, is only available in JDK 1.6.


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


[jira] Assigned: (ROL-1826) Compilation broken on Roller trunk for JDK 1.5

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

Anil Gangolli reassigned ROL-1826:
----------------------------------

    Assignee: Anil Gangolli  (was: Roller Unassigned)

> Compilation broken on Roller trunk for JDK 1.5
> ----------------------------------------------
>
>                 Key: ROL-1826
>                 URL: https://issues.apache.org/jira/browse/ROL-1826
>             Project: Roller
>          Issue Type: Bug
>          Components: JPA Backend
>    Affects Versions: 5.0
>         Environment: Mac OS X 10.5.8
>            Reporter: Alex Coles
>            Assignee: Anil Gangolli
>            Priority: Critical
>             Fix For: 5.0
>
>         Attachments: 0001-Fix-for-compilation-on-JDK-1.5.patch
>
>   Original Estimate: 0.17h
>  Remaining Estimate: 0.17h
>
> Compilation is broken on Roller trunk for JDK 1.5.
> java.util.Properties#load(FileReader), as used in JPAMediaFileManagerImpl, is only available in JDK 1.6.

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


[jira] Resolved: (ROL-1826) Compilation broken on Roller trunk for JDK 1.5

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

Anil Gangolli resolved ROL-1826.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 5.0

Fixed to use FileInputStream not FileReader.

> Compilation broken on Roller trunk for JDK 1.5
> ----------------------------------------------
>
>                 Key: ROL-1826
>                 URL: https://issues.apache.org/jira/browse/ROL-1826
>             Project: Roller
>          Issue Type: Bug
>          Components: JPA Backend
>    Affects Versions: 5.0
>         Environment: Mac OS X 10.5.8
>            Reporter: Alex Coles
>            Assignee: Anil Gangolli
>            Priority: Critical
>             Fix For: 5.0
>
>         Attachments: 0001-Fix-for-compilation-on-JDK-1.5.patch
>
>   Original Estimate: 0.17h
>  Remaining Estimate: 0.17h
>
> Compilation is broken on Roller trunk for JDK 1.5.
> java.util.Properties#load(FileReader), as used in JPAMediaFileManagerImpl, is only available in JDK 1.6.

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


[jira] Updated: (ROL-1826) Compilation broken on Roller trunk for JDK 1.5

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

Alex Coles updated ROL-1826:
----------------------------

    Attachment: 0001-Fix-for-compilation-on-JDK-1.5.patch

Patch attached.

> Compilation broken on Roller trunk for JDK 1.5
> ----------------------------------------------
>
>                 Key: ROL-1826
>                 URL: https://issues.apache.org/jira/browse/ROL-1826
>             Project: Roller
>          Issue Type: Bug
>          Components: JPA Backend
>    Affects Versions: 5.0
>         Environment: Mac OS X 10.5.8
>            Reporter: Alex Coles
>            Assignee: Roller Unassigned
>         Attachments: 0001-Fix-for-compilation-on-JDK-1.5.patch
>
>   Original Estimate: 0.17h
>  Remaining Estimate: 0.17h
>
> Compilation is broken on Roller trunk for JDK 1.5.
> java.util.Properties#load(FileReader), as used in JPAMediaFileManagerImpl, is only available in JDK 1.6.

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


[jira] Updated: (ROL-1826) Compilation broken on Roller trunk for JDK 1.5

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

Anil Gangolli updated ROL-1826:
-------------------------------

    Priority: Critical  (was: Major)


Fix required prior to release.

> Compilation broken on Roller trunk for JDK 1.5
> ----------------------------------------------
>
>                 Key: ROL-1826
>                 URL: https://issues.apache.org/jira/browse/ROL-1826
>             Project: Roller
>          Issue Type: Bug
>          Components: JPA Backend
>    Affects Versions: 5.0
>         Environment: Mac OS X 10.5.8
>            Reporter: Alex Coles
>            Assignee: Roller Unassigned
>            Priority: Critical
>         Attachments: 0001-Fix-for-compilation-on-JDK-1.5.patch
>
>   Original Estimate: 0.17h
>  Remaining Estimate: 0.17h
>
> Compilation is broken on Roller trunk for JDK 1.5.
> java.util.Properties#load(FileReader), as used in JPAMediaFileManagerImpl, is only available in JDK 1.6.

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


[jira] Commented: (ROL-1826) Compilation broken on Roller trunk for JDK 1.5

Posted by "Ludovic Maître (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ROL-1826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12756001#action_12756001 ] 

Ludovic Maître commented on ROL-1826:
-------------------------------------

Would it be possible to fix this issue quickly ? It's really not fine for peoples which checkout roller for the first time and would like to build it! Thanks in advance! (i'm ok that the fix is trivial but i was wondering if the project was still maintained with such a trivial error ;-) )

> Compilation broken on Roller trunk for JDK 1.5
> ----------------------------------------------
>
>                 Key: ROL-1826
>                 URL: https://issues.apache.org/jira/browse/ROL-1826
>             Project: Roller
>          Issue Type: Bug
>          Components: JPA Backend
>    Affects Versions: 5.0
>         Environment: Mac OS X 10.5.8
>            Reporter: Alex Coles
>            Assignee: Roller Unassigned
>            Priority: Critical
>         Attachments: 0001-Fix-for-compilation-on-JDK-1.5.patch
>
>   Original Estimate: 0.17h
>  Remaining Estimate: 0.17h
>
> Compilation is broken on Roller trunk for JDK 1.5.
> java.util.Properties#load(FileReader), as used in JPAMediaFileManagerImpl, is only available in JDK 1.6.

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