Author: channa Date: Mon Jan 28 05:22:20 2008 New Revision: 13081 Log:
Added instructions for building the windows installer. Modified: trunk/mashup/java/xdocs/installationguide.html Modified: trunk/mashup/java/xdocs/installationguide.html ============================================================================== --- trunk/mashup/java/xdocs/installationguide.html (original) +++ trunk/mashup/java/xdocs/installationguide.html Mon Jan 28 05:22:20 2008 @@ -222,10 +222,23 @@ <code>mvn clean install</code> <p>This will create the complete release artifacts including the binary and source distributions. The build artifacts will be places in -modules/distribution/target.</p> +modules/distribution/target.<br> +</p> <p><strong>Note</strong>: The first time you run Maven it will automatically download the dependent .jar files. Therefore, the first -run will take more time.</p> +run will take more time.<br> +</p> +<h3>Building the Windows Installer</h3> +<p>To buid the windows installer, you should first download the +Nullsoft Scriptable Install System (NSIS) from +http://nsis.sourceforge.net and install it in your build machine.<br> +</p> +<p>The <code>mvn clean install -Dbuild-setup </code> command will +build a windows installer in +modules/distribution/target. Please refer to the +mashupserver-setup.nsi.readme.txt file available on your source +distribution for further details on using the NSIS script.<br> +</p> </div> <p>© 2007-2008 WSO2 Inc.</p> </body> _______________________________________________ Mashup-dev mailing list [email protected] http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev
