Re: build errors for activemq5.3.2

2010-07-23 Thread Gary Tully
maven 2.2.0 and jdk 1.5 for trunk is what I am using but it is not tied to a particluar version just that later versions may be more particular w.r.t dependencies and properties. sorry about the reference to 2.0.9. same will work with 5.3.2 With eclipse and the m2plugin, be sure to add the missin

Re: build errors for activemq5.3.2

2010-07-23 Thread codescoder
okay..now i have downloaded the code from trunk (http://svn.apache.org/repos/asf/activemq/trunk/) then its listing following error in eclipse.. "Build errors for activemq-core; org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-p

Re: build errors for activemq5.3.2

2010-07-23 Thread Gary Tully
It looks like the maven version you are using is more picky than that which was used for the development of 5.3.2, those discrepancies have been resolved on trunk for a large part. I guess you have a few options, use something like mvn 2.0.9 or use trunk or patch your checkout of 5.3.2 with the fi

Re: build errors for activemq5.3.2

2010-07-23 Thread codescoder
using pointing the m2eclipseplugin import capability at the projects i am getting following error.. [ERROR] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: activesoap:jaxp-api:jar -> duplicate declaration of version 1.3 @ org.apache.activemq:ac

Re: build errors for activemq5.3.2

2010-07-23 Thread codescoder
yes i have tired with that option also.. still i am getting errors like "Description ResourcePathLocationType The type org.springframework.transaction.PlatformTransactionManager cannot be resolved. It is indirectly referenced from required .class files ActiveMQConfiguration.

Re: build errors for activemq5.3.2

2010-07-23 Thread Gary Tully
rather than mvn eclipse:eclipse, I find that pointing the m2eclipse plugin import capability at the projects works well. There are a few caveats - the generated sources from protobuf in activemq-core/target/generated-source need to be manually included to the project source list (there is an add to

Re: build errors for activemq5.3.2

2010-07-23 Thread codescoder
if i add the jar files manually its working fine.. do i need to do any other settings rather than manually adding jars to the path. codescoder wrote: > > Hi, > i downloaded the code from > http://svn.apache.org/repos/asf/activemq/tags/activemq-parent-5.3.2 > and given following commands > 1) mvn