You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@shindig.apache.org by "Stanton Sievers (JIRA)" <ji...@apache.org> on 2012/07/27 18:39:34 UTC

[jira] [Created] (SHINDIG-1829) Add Java 7 build support in Shindig

Stanton Sievers created SHINDIG-1829:
----------------------------------------

             Summary: Add Java 7 build support in Shindig
                 Key: SHINDIG-1829
                 URL: https://issues.apache.org/jira/browse/SHINDIG-1829
             Project: Shindig
          Issue Type: Improvement
          Components: Build
    Affects Versions: 2.0.2
         Environment: Java 7
            Reporter: Stanton Sievers
            Assignee: Stanton Sievers
             Fix For: 3.0.0


Currently if one tries to build Shindig against Java 7 the build will fail.  This results from the source package resolution in shindig-gadgets at build time.  There are two packages: one for Java1.5 and one for Java1.6.  If Java 7 is being used, Maven won't include either source package, causing build time errors.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (SHINDIG-1829) Add Java 7 build support in Shindig

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

Stanton Sievers resolved SHINDIG-1829.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.5.0-beta4
    
> Add Java 7 build support in Shindig
> -----------------------------------
>
>                 Key: SHINDIG-1829
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1829
>             Project: Shindig
>          Issue Type: Improvement
>          Components: Build
>    Affects Versions: 2.0.2
>         Environment: Java 7
>            Reporter: Stanton Sievers
>            Assignee: Stanton Sievers
>              Labels: build
>             Fix For: 2.5.0-beta4
>
>         Attachments: SHINDIG-1829_Use_JDK_range_for_Java_7_support.patch
>
>
> Currently if one tries to build Shindig against Java 7 the build will fail.  This results from the source package resolution in shindig-gadgets at build time.  There are two packages: one for Java1.5 and one for Java1.6.  If Java 7 is being used, Maven won't include either source package, causing build time errors.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (SHINDIG-1829) Add Java 7 build support in Shindig

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

Jasha Joachimsthal updated SHINDIG-1829:
----------------------------------------

    Attachment: SHINDIG-1829_Use_JDK_range_for_Java_7_support.patch

Also lets Java 1.7 and up use the profile java6 in gadgets
                
> Add Java 7 build support in Shindig
> -----------------------------------
>
>                 Key: SHINDIG-1829
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1829
>             Project: Shindig
>          Issue Type: Improvement
>          Components: Build
>    Affects Versions: 2.0.2
>         Environment: Java 7
>            Reporter: Stanton Sievers
>            Assignee: Stanton Sievers
>              Labels: build
>         Attachments: SHINDIG-1829_Use_JDK_range_for_Java_7_support.patch
>
>
> Currently if one tries to build Shindig against Java 7 the build will fail.  This results from the source package resolution in shindig-gadgets at build time.  There are two packages: one for Java1.5 and one for Java1.6.  If Java 7 is being used, Maven won't include either source package, causing build time errors.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (SHINDIG-1829) Add Java 7 build support in Shindig

Posted by "Henry Saputra (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SHINDIG-1829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13424044#comment-13424044 ] 

Henry Saputra commented on SHINDIG-1829:
----------------------------------------

Good fix. +1
                
> Add Java 7 build support in Shindig
> -----------------------------------
>
>                 Key: SHINDIG-1829
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1829
>             Project: Shindig
>          Issue Type: Improvement
>          Components: Build
>    Affects Versions: 2.0.2
>         Environment: Java 7
>            Reporter: Stanton Sievers
>            Assignee: Stanton Sievers
>              Labels: build
>         Attachments: SHINDIG-1829_Use_JDK_range_for_Java_7_support.patch
>
>
> Currently if one tries to build Shindig against Java 7 the build will fail.  This results from the source package resolution in shindig-gadgets at build time.  There are two packages: one for Java1.5 and one for Java1.6.  If Java 7 is being used, Maven won't include either source package, causing build time errors.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (SHINDIG-1829) Add Java 7 build support in Shindig

Posted by "Stanton Sievers (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SHINDIG-1829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13424072#comment-13424072 ] 

Stanton Sievers commented on SHINDIG-1829:
------------------------------------------

Very nice.  Thanks Jasha!  

Committed revision 1366498.
                
> Add Java 7 build support in Shindig
> -----------------------------------
>
>                 Key: SHINDIG-1829
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1829
>             Project: Shindig
>          Issue Type: Improvement
>          Components: Build
>    Affects Versions: 2.0.2
>         Environment: Java 7
>            Reporter: Stanton Sievers
>            Assignee: Stanton Sievers
>              Labels: build
>         Attachments: SHINDIG-1829_Use_JDK_range_for_Java_7_support.patch
>
>
> Currently if one tries to build Shindig against Java 7 the build will fail.  This results from the source package resolution in shindig-gadgets at build time.  There are two packages: one for Java1.5 and one for Java1.6.  If Java 7 is being used, Maven won't include either source package, causing build time errors.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (SHINDIG-1829) Add Java 7 build support in Shindig

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

Stanton Sievers updated SHINDIG-1829:
-------------------------------------

    Fix Version/s:     (was: 3.0.0)
    
> Add Java 7 build support in Shindig
> -----------------------------------
>
>                 Key: SHINDIG-1829
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1829
>             Project: Shindig
>          Issue Type: Improvement
>          Components: Build
>    Affects Versions: 2.0.2
>         Environment: Java 7
>            Reporter: Stanton Sievers
>            Assignee: Stanton Sievers
>              Labels: build
>
> Currently if one tries to build Shindig against Java 7 the build will fail.  This results from the source package resolution in shindig-gadgets at build time.  There are two packages: one for Java1.5 and one for Java1.6.  If Java 7 is being used, Maven won't include either source package, causing build time errors.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira