Will the axis2 site ( http://ws.apache.org/axis2/svn.html ) be updated to show the step-by-step instructions on how to build/test it?  Even before this split I've never been able to successfully build and run all of the tests and I'm sure it must have been a setup issue.
thanks,
-Doug



Bill Nagy <[EMAIL PROTECTED]>

03/30/2006 12:16 PM

Please respond to
axis-dev

To
[email protected]
cc
Subject
Re: [Axis2] Error when running maven using the war target





Hi Sanjiva,

The offending section of the maven.xml is:

<!-- Copy the doom jar -->
<ant:copy toDir="target/temp/war/lib">
 <ant:fileset file="modules/doom/target/axis2-doom-
${pom.currentVersion}.jar"/>
</ant:copy>

but as you indicated, the doom module has been moved into another
project (i.e. the modules/doom directory no longer exists in the axis2
project.)

Am I supposed to check out Axiom (or some portion of it) underneath the
Axis2 tree, or does the maven target need to be modified to pull the
required jar in from the ${war_dep_cache} like some of the other
dependencies, with the expectation that it will have been built
separately?

-Bill

On Thu, 2006-03-30 at 14:57 +0600, Sanjiva Weerawarana wrote:
> Hi Bill,
>
> You need checkouts of a bunch of commons projects- we've refactored bits
> out of Axis2 in WS Commons. You'll need XmlSchema, Policy, Axiom and (if
> you want the tool) Tcpmon.
>
> Sanjiva.
>
> On Wed, 2006-03-29 at 22:30 -0500, Bill Nagy wrote:
> > Hi,
> >
> > I've just updated from the source tree (I haven't updated in a while)
> > and when I attempt to do a 'maven war', I get:
> >
> > BUILD FAILED
> > File...... /home/apache/axis2/maven.xml
> > Element... ant:copy
> > Line...... 398
> > Column.... 47
> > /home/apache/axis2/modules/doom/target not found.
> >
> > I tried checking the tree out from scratch as well with the same result.
> >
> > -Bill
> >
> >


Reply via email to