Re: [Axis2] 1.4 branch broken?

2009-03-06 Thread keith chapman
Hi Dennis, You should go into the tools folder and build the axis2-aar-maven-plugin and the axais-mar-maven-plugin first. Then build axis2 from the root level. Thanks, Keith. On Fri, Mar 6, 2009 at 12:57 PM, Dennis Sosnoski d...@sosnoski.com wrote: Ok, so that's not the cause of the problem.

Re: [Axis2] 1.4 branch broken?

2009-03-06 Thread Dennis Sosnoski
Thanks, Keith - that got me as far as the codgen build. I then had to manually change the adb pom.xml to use version 1.4-SNAPSHOT, since the svn version of the pom is using 1.4.1. Now it dies during xmlbeans tests, but I got as far as I needed. - Dennis keith chapman wrote: Hi Dennis,

[Axis2] 1.4 branch broken?

2009-03-05 Thread Dennis Sosnoski
I did a fresh checkout of the Java 1.4 branch from svn in order to retrofit some code. When I try running mvn install, I get: Downloading: http://people.apache.org/repo/m2-snapshot-repository/org/apache/axis2/axis2-mar-maven-plugin/1.4-SNAPSHOT/axis2-mar-maven-plugin-1.4-SNAPSHOT.jar

Re: [Axis2] 1.4 branch broken?

2009-03-05 Thread keith chapman
Dennis, Isn't that the correct behaviour? The tag should be versioned 1.4.1 while the branch stays on 1.4-SNAPSHOT. Thanks, Keith, On Fri, Mar 6, 2009 at 12:33 PM, Dennis Sosnoski d...@sosnoski.com wrote: I did a fresh checkout of the Java 1.4 branch from svn in order to retrofit some code.

Re: [Axis2] 1.4 branch broken?

2009-03-05 Thread Dennis Sosnoski
Ok, so that's not the cause of the problem. I guess the real issue is just that there's no longer a 1.4-SNAPSHOT repository available. So anyone have any ideas on how I can get the code to build? - Dennis keith chapman wrote: Dennis, Isn't that the correct behaviour? The tag should be