On Fri, 2010-12-10 at 18:22 +0000, Robbie Gemmell wrote: > > -----Original Message----- > > From: Andrew Stitcher [mailto:[email protected]] > > Sent: 10 December 2010 18:09 > > <snip> > > > There is a web page a little out of date, and hard to understand (to me > > at least). And it's true that even with these project files you will > > still need to run ant to generate the generated code before doing > > anything else. It would be nice to figure out an eclipse project to do > > the generation. > > > > The build system is Ant based and Ant is built into Eclipse, so I'm not sure > there is much to do here? Including the output scratch folders in the build > path is all that's required.
That's not how it seems to work for me! There was actually a fair bit of understanding exactly what dependencies I needed for what project (including inter project dependences). It looks like many java developers just include absolutely everything they might need on the classpath, but I wanted to know what was going on and carefully added only what was necessary (to the extent I understand what's going on!) for the projects I'm building. > > > Should I register this as an objection to checking in the eclipse > > project files? > > > > I wouldn't bother personally and won't be using them, but it's not an > objection as such. Ok, my major reason for wanting to do this is to share the project files over the several development machines I use, is there some better way of doing that? Andrew --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
