Willem Bamboo fails since it can not find the new dependency you added in components/pom.xml
<module>camel-spring-integration</module> Med venlig hilsen Claus Ibsen ...................................... Silverbullet Skovsgårdsvænget 21 8362 Hørning Tlf. +45 2962 7576 Web: www.silverbullet.dk -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 8. april 2008 02:55 To: [EMAIL PROTECTED] Subject: svn commit: r645747 - in /activemq/camel/trunk: components/camel-scala/ components/pom.xml tooling/archetypes/camel-component/src/main/resources/archetype-resources/pom.xml Author: ningjiang Date: Mon Apr 7 17:54:50 2008 New Revision: 645747 URL: http://svn.apache.org/viewvc?rev=645747&view=rev Log: Fixed the camel-scala's properties and a mini error in camel-component's archetype-resources Modified: activemq/camel/trunk/components/camel-scala/ (props changed) activemq/camel/trunk/components/pom.xml activemq/camel/trunk/tooling/archetypes/camel-component/src/main/resources/archetype-resources/pom.xml Propchange: activemq/camel/trunk/components/camel-scala/ ('svn:ignor' removed) Propchange: activemq/camel/trunk/components/camel-scala/ ------------------------------------------------------------------------------ --- svn:ignore (added) +++ svn:ignore Mon Apr 7 17:54:50 2008 @@ -0,0 +1,7 @@ +.project +.pmd +.checkstyle +.classpath +target +.settings +eclipse-classes Modified: activemq/camel/trunk/components/pom.xml URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/pom.xml?rev=645747&r1=645746&r2=645747&view=diff ============================================================================== --- activemq/camel/trunk/components/pom.xml (original) +++ activemq/camel/trunk/components/pom.xml Mon Apr 7 17:54:50 2008 @@ -77,7 +77,8 @@ <module>camel-velocity</module> <module>camel-xmlbeans</module> <module>camel-xmpp</module> - <module>camel-xstream</module> + <module>camel-xstream</module> + <module>camel-spring-integration</module> </modules> </project> Modified: activemq/camel/trunk/tooling/archetypes/camel-component/src/main/resources/archetype-resources/pom.xml URL: http://svn.apache.org/viewvc/activemq/camel/trunk/tooling/archetypes/camel-component/src/main/resources/archetype-resources/pom.xml?rev=645747&r1=645746&r2=645747&view=diff ============================================================================== --- activemq/camel/trunk/tooling/archetypes/camel-component/src/main/resources/archetype-resources/pom.xml (original) +++ activemq/camel/trunk/tooling/archetypes/camel-component/src/main/resources/archetype-resources/pom.xml Mon Apr 7 17:54:50 2008 @@ -27,7 +27,7 @@ <packaging>jar</packaging> <version>${version}</version> - <name>A Camel Route</name> + <name>A Camel Component</name> <url>http://www.myorganization.org</url> <properties>
