Versions Compared

Key

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

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.Note: WebWork from the CVS compiles with the latest 1.5 J2sdk, However, only J2sdk 1.4.2 is required to run it

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