[Download] | [Documentation Home] | [Release Note]
This page of the installation guide explains how to build the WSO2 WSAS using the source distribution of the release.
WSO2 WSAS is available as a extractable binary or an installable package. The Installation Guide contain instructions on the installation of these distributions.)
For the more adventurous user, this release provides a source distribution so that they can build the WSO2 WSAS from the source.
Download WSO2 WSAS Source Distribution: wso2wsas-2.1-src.zip
Java Runtime Environment | 1.4 or 1.5 (For instructions on setting up the JRE in different operating systems, visit http://java.sun.com) |
Maven | 2.0.6 or higher (2.0.7 recommended) in Maven 2.x series (download). Please download maven 2.x version. |
Operating System | Tested on Windows XP, Linux(Fedora core, Ubuntu and Gentoo), Mac OS X & Sun Solaris |
The WSO2 WSAS build is based on Maven. Hence, a prerequisite to build WSO2 WSAS from the source distribution is to have Maven and JDK installed. Extensive instructions are available on the Maven site.
This guide however contains the easiest path for quick environment setting. Advanced users can learn more about Maven.
mvn clean install | To create the complete release artifacts including the binary and source distributions. |
mvn clean install -Dtest=false | To create the complete release artifacts including the binary and source distributions, without running any of the unit tests. |
mvn clean install -Dtest=false -o | To create the complete release artifacts including the binary and source distributions, without running any of the unit tests, in offline mode. |
mvn clean install site | Will also generate the project site and all the reports of the analysis tools integrated with WSAS such as Findbugs, Checkstyle etc. The index file will be generated in the target/site directory. |