This project has retired. For details please refer to its Attic page.
Apache - Request Microframework - Apache Request Microframework Fork me on GitHub

Building the Request Microframework

Prerequisites

For all the next instructions, we assume that you downloaded and installed Maven.

To download packages from the source repository, you need to download and install Subversion.

If you want to build something including JavaDocs (assemblies, sites and JavaDoc report itself) you need to install GraphViz, otherwise you will notice missing pictures inside JavaDocs pages.

Building main packages

To build the Request Microframework from source you need to:

  • download the source distribution, or checkout the latest version:

    svn co http://svn.apache.org/repos/asf/tiles/framework/trunk/tiles-request
  • go into the source directory and type:

    mvn package

You will find the generated JARs under:

  • {tiles-dir}/tiles-request-api/target/tiles-request-api-${version}.jar
  • {tiles-dir}/tiles-request-{implementation}/target/tiles-request-{implementation}-${version}.jar

Building the websites

There are four Tiles websites: the main website and the projects websites (tiles-request, tiles-autotag and framework).

Building the main website

To build the main website:

  • checkout the site from the source repository:

    svn co http://svn.apache.org/repos/asf/tiles/site/
  • go into the site directory and type:

    mvn clean site site:stage

You will find the generated distribution under {tiles-site-dir}/target/staging.

Building the tiles-request website

To build a project's website:

  • download the source distribution, or checkout the latest version:

    svn co http://svn.apache.org/repos/asf/tiles/framework/trunk/tiles-request
  • go into the source directory and type:

    mvn clean site site:stage

You will find the generated website under:

  • {tiles-request-dir}/target/staging