Versions Compared

Key

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

...

Code Block
> svn co https://svn.apache.org/repos/asf/incubatorstruts/action2/webwork2trunk/

Building with Maven

The default build environment is Maven. To get started with Maven

...

Note
titleSkipping dependency resolution

The build now knows the property "skip.ivy". This may be specified from build.properties file or from a command line ant execution with -Dskip.ivy=true. If set, dependency resolution via Ivy is omitted and build is done with current jars found in lib directory. This behaviour is turned on by default for builds from the distribution package.

...

JUnit and Clover

The full Ant build process will require JUnit and Clover.

...

  • The framework requires JDK 1.4.2+ to build. JDK 5.0 is not required for building.
  • Action2-based applications require JRE 1.4.2+ to run. JRE 5.0 is not required to run unless your application uses the optional xwork-tiger module, which adds some Java 5.0 specific features to the framework.
    Info

    Java 5 with Java 1.4 backward compatibility is being considered for SAF 2