Re: Build Failure at Revision 753390

2009-03-14 Thread Thilina Buddhika
Hi Aidan, Thanks for the guidelines. I followed your steps and it worked for me. Following is the set of steps I followed, in case someone needs it in the future. 1. Run the ant build from the root directory of Java trunk. 2. Add /build/broker, /build/client, /build/common as 3 Eclipse projects.

Re: Build Failure at Revision 753390

2009-03-14 Thread Rajika Kumarasiri
On Sat, 2009-03-14 at 13:31 +, Aidan Skinner wrote: hi Aidan, > On Sat, Mar 14, 2009 at 10:18 AM, Thilina Buddhika > wrote: > > > Then I imported the broker module to the eclipse via the Ant build file and > > attached the jars of the lib folder manually. Now there are some errors in > > the

Re: Build Failure at Revision 753390

2009-03-14 Thread Aidan Skinner
On Sat, Mar 14, 2009 at 10:18 AM, Thilina Buddhika wrote: > Then I imported the broker module to the eclipse via the Ant build file and > attached the jars of the lib folder manually. Now there are some errors in > the org.apache.qpid.server.protocol.AMQPFastProtocolHandler class. It says > that

Re: Build Failure at Revision 753390

2009-03-14 Thread Thilina Buddhika
Hi Robert, Thanks for the advice and I was able to build it. Now I am struggling to import this project to a Java IDE (IntelliJ IDEA or Eclipse). I tried to follow the instructions given by Lahiru in his blogpost,[1] but Maven build is failing since there is no pom.xml. Then I imported the broker