Hi there - I'm trying to check out the qpid Java code using Eclipse and subclipse (SVN). I can get the code to work fine but only with a lot of manual project tweaks. Eclipse likes the various files in one happy directory versus Apache's organization which breaks them up like so:
broker/src/main/java/org/apache/* client/src/main/java/org/apache/* common/src/main/java/org/* ect Before I write a script to move the source code into one common directory, is there some easier trick I'm missing? Maybe an ant target? Thanks for your help, Brian
