Can't edit it myself... In the article http://activemq.apache.org/camel/running-examples.html it is mentioned how to convert a project to eclipse using mvn eclipse:eclipse.
Following this I had to reconfigure the eclipse build part, as all java code had been excluded (...!). I would get the error "the resource is not on the build path of a java project". Looking at the build path (properties->Java Build Path->Source), an exclusion had been defined removing all java files (**.java). It was a brand new installation of Eclipse 3.4.1,. Removing the exclusion solved the problem. -- View this message in context: http://www.nabble.com/Comment-on-Documentation-http%3A--activemq.apache.org-camel-running-examples.html-tp20641662s22882p20641662.html Sent from the Camel - Users mailing list archive at Nabble.com.
