[jboss-dev-forums] [JBoss Transactions Development] - Re: Starting with JBoss Transactions
adinn
do-not-reply at jboss.com
Wed Oct 7 04:31:26 EDT 2009
anonymous wrote :
| I have a problem building AS. When I execute build.bat some errors appears:
|
| Error building POM (may not be this projectÃÂôs POM)
| Project ID: org.jboss.jbossas:jboss-as-component-matrix:5.1.0.GA
| Reason: Cannot find parent: org.jboss:jboss-parent for project: org.jboss.jbossas: jboss-as-component-matrix:pom:5.1.0.GA
|
Hmm, well I am afraid I am no maven guru . . . I actually have 5.1.0.CR1 installed on my machine. Looking at the pom hierarchy starting from the build directory I see that the parent entries in the pom.xml files points from ASTree/build/pom.xml to ASTree/pom.xml to ASTree/component-matrix/pom.xml. The respective maven projects are jboss-as-build, jboss-as-parent and jboss-as-component-matrix. The last of these three projects does indeed declare its parent to be jboss-parent (not jboss-as-parent). Clearly the error is referring to this last entry but I don't know why it works on my machine but fails on yours.
Which maven version are you using? I built my AS using maven 2.0.10. Perhaps that is the problem. If not then perhaps you could try the CR1 release as I have. Failing that the AS users forum is the best place to aks.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259059#4259059
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259059
More information about the jboss-dev-forums
mailing list