You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Freeman Fang (JIRA)" <ji...@apache.org> on 2012/09/12 14:03:07 UTC

[jira] [Work started] (SMX4-1244) Velocity bundle - Make ORO optional

     [ https://issues.apache.org/jira/browse/SMX4-1244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on SMX4-1244 started by Freeman Fang.

> Velocity bundle - Make ORO optional
> -----------------------------------
>
>                 Key: SMX4-1244
>                 URL: https://issues.apache.org/jira/browse/SMX4-1244
>             Project: ServiceMix 4
>          Issue Type: Task
>          Components: Bundles
>            Reporter: Claus Ibsen
>            Assignee: Freeman Fang
>            Priority: Minor
>
> Velocity bundle
> http://repo2.maven.org/maven2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.velocity/1.7_4/
> The ORO library is only needed for JDK1.4 or older. JDK1.5 has regexp built in the JVM now.
> The bundle should have marked the ORO library option, so we can install and use it without that old not needed library.
> Error executing command: Could not start bundle mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.velocity/1.7_4 in feature(s) activemq-5.7-SNAPSHOT: Unresolved constraint in bundle org.apache.servicemix.bundles.velocity [58]: Unable to resolve 58.0: missing requirement [58.0] package; (package=org.apache.oro.text.perl)
> The Velocity 1.7 JAR has it marked as optional as well
>   <dependency>
>       <groupId>oro</groupId>
>       <artifactId>oro</artifactId>
>       <version>2.0.8</version>
>       <optional>true</optional>
>     </dependency>

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