In the interest of time, I'm trying to pickup where James left off
with the 2.0.9 release, so that we can get the XWork fix out into the
wild.

The good news is that I have confirmed that dropping in the new XWork
2.0.4 JAR does fix the problem for Struts 2.0.8, and probably prior.
Anyone who wants a fix today should be able to replace the XWork JAR
and restart.

* http://opensymphony.com/xwork/download.action

The bad news is that I'm having trouble building Struts 2.0.9 against
XWork 2.0.4. Maven complained that it couldn't download the JAR, so I
installed it locally (using the script generated command), and it
still wouldn't build (mvn install).

I'm still "banging the rocks together" when it comes to Maven. Can
anyone confirm the problem, help me work around it, or confirm that we
need to do something on the OpenSymphony side.

-Ted.

----

GroupId: opensymphony
ArtifactId: xwork
Version: 2.0.4

Reason: Unable to download the artifact from any repository

Try downloading the file manually from the project website.

Then, install it using the command:
   mvn install:install-file -DgroupId=opensymphony -DartifactId=xwork \
       -Dversion=2.0.4 -Dpackaging=jar -Dfile=/path/to/file


 opensymphony:xwork:jar:2.0.4

from the specified remote repositories:
 Maven Snapshots (http://snapshots.maven.codehaus.org/maven2/),
 central (http://repo1.maven.org/maven2),
 opensymphony (http://maven.opensymphony.com),
 apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
 snapshots-maven-codehaus (http://snapshots.maven.codehaus.org/maven2)

----

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

Reply via email to