You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Rogério Pereira Araújo (JIRA)" <de...@myfaces.apache.org> on 2008/10/13 22:28:44 UTC

[jira] Created: (TOMAHAWK-1354) Tomahawk for JSF 1.2 should be compiled with Java 5 compatibility

Tomahawk for JSF 1.2 should be compiled with Java 5 compatibility
-----------------------------------------------------------------

                 Key: TOMAHAWK-1354
                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1354
             Project: MyFaces Tomahawk
          Issue Type: Improvement
          Components: Build Process (Assembly)
    Affects Versions: 1.1.7
         Environment: Java 5, Tomcat 6
            Reporter: Rogério Pereira Araújo


The jar available at central maven repo has been compiled with Java 6 compatibility only, is it correct?

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


[jira] Commented: (TOMAHAWK-1354) Tomahawk for JSF 1.2 should be compiled with Java 5 compatibility

Posted by "Simon Kitching (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOMAHAWK-1354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12639751#action_12639751 ] 

Simon Kitching commented on TOMAHAWK-1354:
------------------------------------------

I've created issue TOMAHAWK-1356 which is related to this issue.

But as Leonardo points out, the released jar *is* 1.5-compatible so this issue is invalid. For things like this, please ask on the user mailing list; this is a bug-tracker system not a help forum.

> Tomahawk for JSF 1.2 should be compiled with Java 5 compatibility
> -----------------------------------------------------------------
>
>                 Key: TOMAHAWK-1354
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1354
>             Project: MyFaces Tomahawk
>          Issue Type: Improvement
>          Components: Build Process (Assembly)
>    Affects Versions: 1.1.7
>         Environment: Java 5, Tomcat 6
>            Reporter: Rogério Pereira Araújo
>            Assignee: Leonardo Uribe
>
> The jar available at central maven repo has been compiled with Java 6 compatibility only, is it correct?

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


[jira] Commented: (TOMAHAWK-1354) Tomahawk for JSF 1.2 should be compiled with Java 5 compatibility

Posted by "Leonardo Uribe (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOMAHAWK-1354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12639654#action_12639654 ] 

Leonardo Uribe commented on TOMAHAWK-1354:
------------------------------------------

on tomahawk 1.2 pom there is this plugin configuration for compile.

      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-compiler-plugin</artifactId>
        <configuration>
          <source>1.5</source>
          <target>1.5</target>
        </configuration>
      </plugin>

so the jar available on central maven repo is java 5 compatible (but it was built on a machine with jdk 6).

I'll close this issue as invalid.

> Tomahawk for JSF 1.2 should be compiled with Java 5 compatibility
> -----------------------------------------------------------------
>
>                 Key: TOMAHAWK-1354
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1354
>             Project: MyFaces Tomahawk
>          Issue Type: Improvement
>          Components: Build Process (Assembly)
>    Affects Versions: 1.1.7
>         Environment: Java 5, Tomcat 6
>            Reporter: Rogério Pereira Araújo
>
> The jar available at central maven repo has been compiled with Java 6 compatibility only, is it correct?

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


[jira] Resolved: (TOMAHAWK-1354) Tomahawk for JSF 1.2 should be compiled with Java 5 compatibility

Posted by "Leonardo Uribe (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TOMAHAWK-1354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leonardo Uribe resolved TOMAHAWK-1354.
--------------------------------------

    Resolution: Invalid
      Assignee: Leonardo Uribe

> Tomahawk for JSF 1.2 should be compiled with Java 5 compatibility
> -----------------------------------------------------------------
>
>                 Key: TOMAHAWK-1354
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1354
>             Project: MyFaces Tomahawk
>          Issue Type: Improvement
>          Components: Build Process (Assembly)
>    Affects Versions: 1.1.7
>         Environment: Java 5, Tomcat 6
>            Reporter: Rogério Pereira Araújo
>            Assignee: Leonardo Uribe
>
> The jar available at central maven repo has been compiled with Java 6 compatibility only, is it correct?

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


[jira] Commented: (TOMAHAWK-1354) Tomahawk for JSF 1.2 should be compiled with Java 5 compatibility

Posted by "Rogério Pereira Araújo (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOMAHAWK-1354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12639819#action_12639819 ] 

Rogério Pereira Araújo commented on TOMAHAWK-1354:
--------------------------------------------------

Thanks for opening the TOMAHAWK-1356 issue, and no, I'm not using the issue tracker as help forum, I asked on mailing list before but I misunderstood something.

I really had problems on my application that makes me open this issue and when I open the manifest file of tomahawk jar I guessed that I found the problem. I'll take more care before open another issue like this in the future.

> Tomahawk for JSF 1.2 should be compiled with Java 5 compatibility
> -----------------------------------------------------------------
>
>                 Key: TOMAHAWK-1354
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1354
>             Project: MyFaces Tomahawk
>          Issue Type: Improvement
>          Components: Build Process (Assembly)
>    Affects Versions: 1.1.7
>         Environment: Java 5, Tomcat 6
>            Reporter: Rogério Pereira Araújo
>            Assignee: Leonardo Uribe
>
> The jar available at central maven repo has been compiled with Java 6 compatibility only, is it correct?

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