Hi,

Thanks for that.

Re. Stax:
The implementation is available at: http://dev2dev.bea.com/xml/stax.html
and, the Stax RI is JSR173 available at: http://ftpna2.bea.com/pub/downloads/jsr173.jar

For some reason building Maven Model ("m2 eclipse:eclipse") also comes up with:
<snip>
[WARNING] Unable to get resource from repository http://repo1.maven.org/maven2 Downloading: http://www.ibiblio.org/maven2//servletapi/servlet/2.4/servlet-2.4.pom [WARNING] Unable to get resource from repository http://repo1.maven.org/maven2
<snip>

I think the 'artifactId' above should be 'servletapi'. Should I be filing bugs for these build failure issues, rather than making noise on mailing list :-)

Cheers,
Rahul


Brett Porter wrote:

Yeah, this is because of a newer modello version that has xfire generation support. We need to split it out. The jaf problem is fixed in CVS, but I don't know about stax.

This is also a problem that clean:clean needs to resolve dependencies of plugins, which should not be necessary. I'll file a bug to try and make it smarter.

- Brett

Rahul wrote:

Hi,
I am running "m2 clean:clean" on latest SVN checkout and getting a build failure with the message below. I checked this artifact is not there on Ibiblio repo.

On a related note:
(a) I noticed on running the m2-bootstrap-all.bat that while building modello plugin, the activation (JAF) is being referred incorrectly as http://www.ibiblio.org/maven2/activation/activation/1.0.2/activation-1.0.2.pom and hence not being downloaded. I think the groupId should be 'jaf'. (b) All artifacts are currently being looked up at http://www.ibiblio.org/. Can I enforce it to be the repository http://test.maven.codehaus.org/maven2 (I have mirrors set up in settings.xml but I gather from the M2 webpages that this is not yet implemented)

Any suggestions how I can get around these ?

Many thanks,
Rahul

<snip>
Downloading: http://www.ibiblio.org/maven2//stax/stax-ri/1.0/stax-ri-1.0.pom [WARNING] Unable to get resource from repository http://repo1.maven.org/maven2 Downloading: http://www.ibiblio.org/maven2//stax/stax-ri/1.0/stax-ri-1.0.pom [WARNING] Unable to get resource from repository http://repo1.maven.org/maven2 [INFO] ----------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ----------------------------------------------------------------------------
[INFO] Main Error:
 Unable to download the artifact from any repository
 stax:stax-ri:1.0:pom

from the specified remote repositories:
 http://repo1.maven.org/maven2, http://repo1.maven.org/maven2
</snip>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to