Well, in my case, all I did was download the source (either a source distribution like the ones in http://activemq.apache.org/activemq-411-release.html, or from svn). Then, after installing maven, you can go to the directory which holds all the ActiveMQ files and folders (like activemq-core, activemq-console, etc) and run mvn eclipse:eclipse -DdownloadSources=true
This will download all the jars needed and place them in your hard drive, in the maven repository folder. It will also build the .project and .classpath files that eclipse needs. Then you only have to import the projects from Eclipse. If you have problems building a project, build them one by one executing mvn eclipse:eclipse -DdownloadSources=true not in the main folder but in every project's folder. Also sometimes mvn cannot download a jar or something else because the remote site is not available, then, you just have to keep trying... chahir wrote: > > Hello everybody, > > I want to thank James, Adrian and all those who gave me advises about > building ActiveMQ source. > Finally I've succeded to build the source, to run the broker, to monitor > it and to test samples. > Now, I want to know if there is a tutoriel of how to use eclipse with > ActiveMQ(with details): is there a solution to test samples and to execute > java files directly with eclipse without using ant and build.xml. > I've worked with WMQ 6.0 of IBM and it offers the possibility to run java > files from eclipse directly and then messages will be sent to queues. > > Thank you for your advice. > -- View this message in context: http://www.nabble.com/Eclipse---activeMQ-tf3680286s2354.html#a10371700 Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.
