Hi James, I got below error when I run mvn install in the camel-ruby module with JDK 1.5.0_13. Can we downgrade the jruby version to 1.1.5 ?
Running org.apache.camel.ruby.RouteUsingNestedScopesTest Error: Some library (perhaps JRuby) was built with a later JVM version. Please use libraries built with the version you intend to use or an earlier one. Thanks, Willem [EMAIL PROTECTED] wrote: > Author: jstrachan > Date: Tue Dec 9 07:39:14 2008 > New Revision: 724761 > > URL: http://svn.apache.org/viewvc?rev=724761&view=rev > Log: > added @Documented annotation (not that javadoc seems to need it :) > > Modified: > ... > activemq/camel/trunk/components/camel-ruby/pom.xml > ... > activemq/camel/trunk/components/pom.xml > > Modified: activemq/camel/trunk/components/camel-ruby/pom.xml > URL: > http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-ruby/pom.xml?rev=724761&r1=724760&r2=724761&view=diff > ============================================================================== > --- activemq/camel/trunk/components/camel-ruby/pom.xml (original) > +++ activemq/camel/trunk/components/camel-ruby/pom.xml Tue Dec 9 07:39:14 > 2008 > @@ -50,7 +50,7 @@ > <dependency> > <groupId>org.jruby</groupId> > <artifactId>jruby</artifactId> > - <version>1.1.5</version> > + <version>1.1.6RC1</version> > </dependency> > > <!-- testing --> > > Modified: activemq/camel/trunk/components/pom.xml > URL: > http://svn.apache.org/viewvc/activemq/camel/trunk/components/pom.xml?rev=724761&r1=724760&r2=724761&view=diff > ============================================================================== > --- activemq/camel/trunk/components/pom.xml (original) > +++ activemq/camel/trunk/components/pom.xml Tue Dec 9 07:39:14 2008 > @@ -72,7 +72,7 @@ > <module>camel-quartz</module> > <module>camel-rest</module> > <module>camel-rmi</module> > - <!--<module>camel-ruby</module>--> > + <module>camel-ruby</module> > <module>camel-rss</module> > <module>camel-saxon</module> > <module>camel-scala</module> > > >
