Dims,
Thanks - that worked. Clean build and all tests working :)
Overall this went very well. I only needed 2 continuum config/environment
changes:
1. before starting Continuum I had to:
export LC_ALL=en_US.utf8
to get around this build error:
Provider message: The svn command failed.
Command output:
-------------------------------------------------------------------------------
svn: error: cannot set LC_ALL locale
svn: error: environment variable LANG is en_US
svn: error: please check that your locale name is correct
-------------------------------------------------------------------------------
See:
http://mail-archives.apache.org/mod_mbox/maven-continuum-users/200709.mbox/[EMAIL
PROTECTED]
2. Had to change the Continuum console default port because 8080 is used by
jaxws tests.
(simply change <jetty.port> in [continuum_home]/conf/plexus.xml )
-Tom
On Jan 24, 2008 11:42 AM, Davanum Srinivas <[EMAIL PROTECTED]> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Tom,
>
> When you use "Add Maven 2.0+ Project". Click on the check box marked -
> "For multi modules project, load only root as
> recursive build".
>
> Oh, delete all the projects you have now before you try again.
>
> - -- dims
>
> Tom Seelbach wrote:
> | I just installed Continuum 1.1 and tried to build Axis2. On the "Add
> Maven
> | 2.0+ project" panel, in the POM URL field I put
> | http://svn.apache.org/repos/asf/webservices/axis2/trunk/java/pom.xml
> | and changed the "Build Definition Template" to "default maven2 template"
> and
> | pressed "Add".
> |
> | I get the following 2 errors:
> |
> | 1. Missing artifact trying to build the POM. Check that its parent POM
> is
> | available or add it first in Continuum. (error repeats 13 times,
> "parent"
> | module is 14th one listed in pom.xml)
> |
> | In the log the error shows up as "add.project.artifact.not.found.error"
> | with no details.
> |
> | If the module named "parent" was the first module listed, I think these
> | errors would go away...
> |
> |
> | 2. Missing 'scm' element in the POM. (error msg for each module/pom.xml)
> |
> | Looks like Continuum want to see an SCM tag in the pom.xml. Could we
> add
> | one? Something like this:
> |
> | <scm <http://maven.apache.org/ref/2.0.8/maven-model/maven.html#class_scm
> >>
> | <connection>scm:svn:
> http://svn.apache.org/repos/asf/webservices/axis2/trunk/java</connection>
> | <developerConnection>scm:svn:
> https://svn.apache.org/repos/asf/webservices/axis2/trunk/java
> </developerConnection>
> | <url>http://svn.apache.org/repos/asf/webservices/axis2</url>
> | </scm>
> |
> |
> | -Tom
> |
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.5 (Cygwin)
>
> iD8DBQFHmL/ZgNg6eWEDv1kRAhVDAKCFirbQcR3pHv4E+pOTGX6+n4+T+wCfcvbv
> 5FusEvGp1OY95ISUUf1TVnM=
> =bAJS
> -----END PGP SIGNATURE-----
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>