You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by "ricou7b (JIRA)" <ji...@apache.org> on 2013/07/09 12:15:48 UTC

[jira] [Commented] (MTOMCAT-231) tomcat6:run fail with jdk1.5 because commons-io-2.4 requires jdk1.6

    [ https://issues.apache.org/jira/browse/MTOMCAT-231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13703118#comment-13703118 ] 

ricou7b commented on MTOMCAT-231:
---------------------------------

Hi,

I've modified the file tomcat-maven-plugin-2.0.pom to use commons-io 2.2 and it works:

l497 to l501:
      <dependency>
        <groupId>commons-io</groupId>
        <artifactId>commons-io</artifactId>
        <version>2.2</version>
      </dependency>

Regards,
                
> tomcat6:run fail with jdk1.5 because commons-io-2.4 requires jdk1.6
> -------------------------------------------------------------------
>
>                 Key: MTOMCAT-231
>                 URL: https://issues.apache.org/jira/browse/MTOMCAT-231
>             Project: Apache Tomcat Maven Plugin
>          Issue Type: Bug
>          Components: tomcat6
>    Affects Versions: 2.0, 2.1
>         Environment: all
>            Reporter: ricou7b
>            Assignee: Olivier Lamy (*$^¨%`£)
>              Labels: jdk1.5, newbie, tomcat6:run
>
> You can't launch mvn tomcat6:run with jdk5 because the plugin dependency commons-io-2.4 requires jdk6.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org