You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Leonardo Uribe (JIRA)" <de...@myfaces.apache.org> on 2008/10/15 02:02:44 UTC

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

    [ 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.