Author: keith Date: Mon Jan 28 05:16:47 2008 New Revision: 13080 Log:
adding build-setup details Modified: trunk/mashup/java/readme.txt Modified: trunk/mashup/java/readme.txt ============================================================================== --- trunk/mashup/java/readme.txt (original) +++ trunk/mashup/java/readme.txt Mon Jan 28 05:16:47 2008 @@ -1,12 +1,12 @@ WSO2 Mashup Server Version - @mashup_version@ build (@release_date@) Starting the Mashup Server -========================= - -If you installed WSO2 Mashup Server using the Windows installer, you can check the server status using the System Tray monitor icon. The right click menu of the System Tray monitor will allow you to start/stop the server, while informing you of various events and errors, which require your attention. - - -If you downloaded the zip distribution; +========================= + +If you installed WSO2 Mashup Server using the Windows installer, you can check the server status using the System Tray monitor icon. The right click menu of the System Tray monitor will allow you to start/stop the server, while informing you of various events and errors, which require your attention. + + +If you downloaded the zip distribution; Extract the [EMAIL PROTECTED]@.zip to a directory of your choice. You need to have jdk version 1.5 or above installed and make sure that the JAVA_HOME environmental variable point to that. @@ -33,10 +33,13 @@ Building the Distribution from source ===================================== -mvn install +mvn clean install The distribution will get created at the modules/distribution/target directory. +If you build with the -Dbuild-setup property it would also create a setup.exe in the target directory. +You need Nullsoft Scriptable Install System (NSIS) installed on your system to do this. It can be downloaded from http://nsis.sourceforge.net. + Enabling self registration ========================== 1. In the lib\tomcat\webapps\ROOT\WEB-INF\web.xml file, add a valid relay host and complete the URL to the validate.jsp page. _______________________________________________ Mashup-dev mailing list [email protected] http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev
