You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Denis Lila (JIRA)" <ji...@apache.org> on 2011/06/01 21:05:47 UTC

[jira] [Created] (DISCOVERY-18) Discovery fails to compile with opendjk6's javac

Discovery fails to compile with opendjk6's javac
------------------------------------------------

                 Key: DISCOVERY-18
                 URL: https://issues.apache.org/jira/browse/DISCOVERY-18
             Project: Commons Discovery
          Issue Type: Improvement
    Affects Versions: 0.5
         Environment: java version "1.6.0_18"
OpenJDK Runtime Environment (IcedTea6 1.8.7) (fedora-50.1.8.7.fc13-x86_64)
OpenJDK 64-Bit Server VM (build 14.0-b16, mixed mode)
            Reporter: Denis Lila
            Priority: Minor


Discovery fails to compile with opendjk6's javac. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (DISCOVERY-18) Discovery fails to compile with opendjk6's javac

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

Denis Lila updated DISCOVERY-18:
--------------------------------

    Attachment: ojdk-javac-workaround.patch

This works around the compiler problem by adding the type parameters to the calls instead of letting the compiler infer them.

> Discovery fails to compile with opendjk6's javac
> ------------------------------------------------
>
>                 Key: DISCOVERY-18
>                 URL: https://issues.apache.org/jira/browse/DISCOVERY-18
>             Project: Commons Discovery
>          Issue Type: Improvement
>    Affects Versions: 0.5
>         Environment: java version "1.6.0_18"
> OpenJDK Runtime Environment (IcedTea6 1.8.7) (fedora-50.1.8.7.fc13-x86_64)
> OpenJDK 64-Bit Server VM (build 14.0-b16, mixed mode)
>            Reporter: Denis Lila
>            Priority: Minor
>         Attachments: ojdk-javac-workaround.patch
>
>
> Discovery fails to compile with opendjk6's javac. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (DISCOVERY-18) Discovery fails to compile with opendjk6's javac

Posted by "Denis Lila (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DISCOVERY-18?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13042424#comment-13042424 ] 

Denis Lila commented on DISCOVERY-18:
-------------------------------------

Hi Simone.

I just did what you asked. I can confirm that it works.

> Discovery fails to compile with opendjk6's javac
> ------------------------------------------------
>
>                 Key: DISCOVERY-18
>                 URL: https://issues.apache.org/jira/browse/DISCOVERY-18
>             Project: Commons Discovery
>          Issue Type: Improvement
>    Affects Versions: 0.6
>         Environment: java version "1.6.0_18"
> OpenJDK Runtime Environment (IcedTea6 1.8.7) (fedora-50.1.8.7.fc13-x86_64)
> OpenJDK 64-Bit Server VM (build 14.0-b16, mixed mode)
>            Reporter: Denis Lila
>            Assignee: Simone Tripodi
>            Priority: Minor
>             Fix For: 0.6
>
>         Attachments: ojdk-javac-workaround.patch
>
>
> Discovery fails to compile with opendjk6's javac. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (DISCOVERY-18) Discovery fails to compile with opendjk6's javac

Posted by "Simone Tripodi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DISCOVERY-18?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13042396#comment-13042396 ] 

Simone Tripodi commented on DISCOVERY-18:
-----------------------------------------

I successfully applied your patch, it works like a charm with my Apple's JVM
Can you please checkout latest Discovery HEAD and check against OpenJDK?
Please let me know so I can mark the issue as resolved. Thanks!

> Discovery fails to compile with opendjk6's javac
> ------------------------------------------------
>
>                 Key: DISCOVERY-18
>                 URL: https://issues.apache.org/jira/browse/DISCOVERY-18
>             Project: Commons Discovery
>          Issue Type: Improvement
>    Affects Versions: 0.5
>         Environment: java version "1.6.0_18"
> OpenJDK Runtime Environment (IcedTea6 1.8.7) (fedora-50.1.8.7.fc13-x86_64)
> OpenJDK 64-Bit Server VM (build 14.0-b16, mixed mode)
>            Reporter: Denis Lila
>            Priority: Minor
>         Attachments: ojdk-javac-workaround.patch
>
>
> Discovery fails to compile with opendjk6's javac. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (DISCOVERY-18) Discovery fails to compile with opendjk6's javac

Posted by "Simone Tripodi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DISCOVERY-18?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13042805#comment-13042805 ] 

Simone Tripodi commented on DISCOVERY-18:
-----------------------------------------

I totally agree :) Looking forward to next Discovery release, I'll let you know!

> Discovery fails to compile with opendjk6's javac
> ------------------------------------------------
>
>                 Key: DISCOVERY-18
>                 URL: https://issues.apache.org/jira/browse/DISCOVERY-18
>             Project: Commons Discovery
>          Issue Type: Improvement
>    Affects Versions: 0.6
>         Environment: java version "1.6.0_18"
> OpenJDK Runtime Environment (IcedTea6 1.8.7) (fedora-50.1.8.7.fc13-x86_64)
> OpenJDK 64-Bit Server VM (build 14.0-b16, mixed mode)
>            Reporter: Denis Lila
>            Assignee: Simone Tripodi
>            Priority: Minor
>             Fix For: 0.6
>
>         Attachments: ojdk-javac-workaround.patch
>
>
> Discovery fails to compile with opendjk6's javac. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (DISCOVERY-18) Discovery fails to compile with opendjk6's javac

Posted by "Denis Lila (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DISCOVERY-18?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13042782#comment-13042782 ] 

Denis Lila commented on DISCOVERY-18:
-------------------------------------

Thank you for including it.
It's much easier to change client applications than compilers ;-).

> Discovery fails to compile with opendjk6's javac
> ------------------------------------------------
>
>                 Key: DISCOVERY-18
>                 URL: https://issues.apache.org/jira/browse/DISCOVERY-18
>             Project: Commons Discovery
>          Issue Type: Improvement
>    Affects Versions: 0.6
>         Environment: java version "1.6.0_18"
> OpenJDK Runtime Environment (IcedTea6 1.8.7) (fedora-50.1.8.7.fc13-x86_64)
> OpenJDK 64-Bit Server VM (build 14.0-b16, mixed mode)
>            Reporter: Denis Lila
>            Assignee: Simone Tripodi
>            Priority: Minor
>             Fix For: 0.6
>
>         Attachments: ojdk-javac-workaround.patch
>
>
> Discovery fails to compile with opendjk6's javac. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (DISCOVERY-18) Discovery fails to compile with opendjk6's javac

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

Simone Tripodi updated DISCOVERY-18:
------------------------------------

    Affects Version/s:     (was: 0.5)
                       0.6
        Fix Version/s: 0.6
             Assignee: Simone Tripodi

> Discovery fails to compile with opendjk6's javac
> ------------------------------------------------
>
>                 Key: DISCOVERY-18
>                 URL: https://issues.apache.org/jira/browse/DISCOVERY-18
>             Project: Commons Discovery
>          Issue Type: Improvement
>    Affects Versions: 0.6
>         Environment: java version "1.6.0_18"
> OpenJDK Runtime Environment (IcedTea6 1.8.7) (fedora-50.1.8.7.fc13-x86_64)
> OpenJDK 64-Bit Server VM (build 14.0-b16, mixed mode)
>            Reporter: Denis Lila
>            Assignee: Simone Tripodi
>            Priority: Minor
>             Fix For: 0.6
>
>         Attachments: ojdk-javac-workaround.patch
>
>
> Discovery fails to compile with opendjk6's javac. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (DISCOVERY-18) Discovery fails to compile with opendjk6's javac

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

Simone Tripodi resolved DISCOVERY-18.
-------------------------------------

    Resolution: Fixed

patch successfully applied and working on r1130284, thanks Denis for your help!

> Discovery fails to compile with opendjk6's javac
> ------------------------------------------------
>
>                 Key: DISCOVERY-18
>                 URL: https://issues.apache.org/jira/browse/DISCOVERY-18
>             Project: Commons Discovery
>          Issue Type: Improvement
>    Affects Versions: 0.6
>         Environment: java version "1.6.0_18"
> OpenJDK Runtime Environment (IcedTea6 1.8.7) (fedora-50.1.8.7.fc13-x86_64)
> OpenJDK 64-Bit Server VM (build 14.0-b16, mixed mode)
>            Reporter: Denis Lila
>            Assignee: Simone Tripodi
>            Priority: Minor
>             Fix For: 0.6
>
>         Attachments: ojdk-javac-workaround.patch
>
>
> Discovery fails to compile with opendjk6's javac. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira