Thanks Ted. I was just about to send you a message saying that I'd prefer you 
did that. I looked into all of the steps to get a release out and it's more 
than I'm ready 
to take on at the moment. I don't have any of the SSH/PGP keys setup yet and I 
don't want to hold up the release while I learn the ropes.

James


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ted Husted
Sent: Sunday, July 22, 2007 9:53 PM
To: Struts Developers List; [EMAIL PROTECTED]
Subject: Struts 2.0.9 release (was Re: S2 security fix release planning (XWork 
2.0.4 is out))

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]


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

Reply via email to