Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment:

Update instructions

From a Distribution

Note

A distribution of Struts Action Framework 2 is not yet available. For now, the only option is to check out the source code from the repository (Subversion). A SAF2 distribution is expected by August 2006.

The latest releases, including beta releases, can be downloaded from the Apache Struts Project.

From the Repository

Use Subversion to checkout the source code.

Code Block

> svn co https://svn.apache.org/repos/asf/incubator/webwork2/

Use Maven 2 to build a distribution.

Code Block

> mvn install

For a detailed description, see Building Webwork

Distibution package

The latest distribution packages including official beta versions are found on Java DevNet.

From CVS (The Bleeding Edge)

Short answer:

cvs -d :pserver:guest@cvs.dev.java.net:/cvs login
(Use an empty password, just hit enter..)
cvs -d :pserver:guest@cvs.dev.java.net:/cvs checkout opensymphony
cvs -d :pserver:guest@cvs.dev.java.net:/cvs checkout webwork

optional:
cvs -d :pserver:guest@cvs.dev.java.net:/cvs checkout xwork

Note: One needs to have ivy in $ANT_HOME/lib, cause WebWork uses ivy to manage its library dependencies.

Long answer:
See Building Webwork for a detailed description, including information on Ivy and JDK compatibility.