Re: Karaf Camel feature - and blueprint

2012-05-05 Thread Claus Ibsen
Hi I logged a JIRA https://issues.apache.org/jira/browse/CAMEL-5249 On Thu, May 3, 2012 at 4:25 PM, Claus Ibsen wrote: > Hi > > When you install Camel in Karaf, then it instals spring-dm by default. > But blueprint you need to install manually with camel-blueprint feature. > > I wonder if we sho

Re: About Camel source which doesn't build under Maven 3.0.4

2012-05-05 Thread Babak Vahdat
O.K. backporting to the 2.9.x worked well, however doing the same for the 2.8.x branch is not possible as to my understanding something on this branch is corrupted: ~/dev/workspace/camel-2.8.x>svnmerge.py avail svnmerge: Invalid path identifier '' Also using the -F & -i options didn't help as wel

Re: About Camel source which doesn't build under Maven 3.0.4

2012-05-05 Thread Babak Vahdat
Thanks Dude! That did the trick... Babak -- View this message in context: http://camel.465427.n5.nabble.com/About-Camel-source-which-doesn-t-build-under-Maven-3-0-4-tp5517301p5687764.html Sent from the Camel Development mailing list archive at Nabble.com.

Re: About Camel source which doesn't build under Maven 3.0.4

2012-05-05 Thread Claus Ibsen
There is a svnmerge.py unblock command. Maybe you need to do this first. On Sat, May 5, 2012 at 12:22 PM, Babak Vahdat wrote: > Hi > > since yesterday I've seen one JIRA ticket & one question on the user forum > about people having trouble to build the 2.9.x branch source using Maven > 3.0.4. So

Re: About Camel source which doesn't build under Maven 3.0.4

2012-05-05 Thread Babak Vahdat
Hi since yesterday I've seen one JIRA ticket & one question on the user forum about people having trouble to build the 2.9.x branch source using Maven 3.0.4. So that I intend to backport the following revision: http://svn.apache.org/viewvc?view=revision&revision=1300914 to both 2.9.x & 2.8.x bra