Re: Importing the source into eclipse

2010-01-25 Thread Stephen Gargan
Be sure to add a -DdownloadSources=true as it will grab and attach the sources for Camel's dependencies too. Admittedly this might take a while, but it is well worth it. If its just taking too long you can run this on individual components and projects to cherry pick the ones you're most interested

Re: Importing the source into eclipse

2010-01-25 Thread Stan Lewis
Use "mvn eclipse:eclipse" first and then import everything into eclipse, shouldn't take nearly as long. On Mon, Jan 25, 2010 at 10:29 AM, James Carr wrote: > Hi, > > I checked the source out from svn and would like to poke around in it > to understand camel better, but trying to import all the mo