[wsas-java-dev] svn commit r151 - wsas/java/trunk/xdocs

svn at wso2.com svn at wso2.com
Mon Dec 4 21:14:53 PST 2006


Author: chatra
Date: Mon Dec  4 21:14:49 2006
New Revision: 151

Modified:
   wsas/java/trunk/xdocs/installation_src.html
   wsas/java/trunk/xdocs/installation_standalone.html
Log:
minor correction and linked to setting up JAVA_HOME in Windows

Modified: wsas/java/trunk/xdocs/installation_src.html
==============================================================================
--- wsas/java/trunk/xdocs/installation_src.html	(original)
+++ wsas/java/trunk/xdocs/installation_src.html	Mon Dec  4 21:14:49 2006
@@ -6,8 +6,8 @@
   <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
   <title>WSO2 Web Services Application Server(WSO2 WSAS) @wso2wsas_version@ -
   Source Distribution</title>
-  <link href="tools/cmd/css/wsas-dist-doc.css" rel="stylesheet" type="text/css"
-  media="all" />
+  <link href="tools/cmd/css/wsas-dist-doc.css" rel="stylesheet"
+  type="text/css" media="all" />
 </head>
 
 <body>
@@ -82,8 +82,9 @@
   <li>Set the 'Environment Variables' ( create system variable MAVEN_HOME and
     edit path. eg: "C:\Program Files\Apache Software Foundation\maven-1.0.2";
     path %MAVEN_HOME%\bin)</li>
-  <li>Make sure that system variable JAVA_HOME is set to the location of your
-    JDK, eg. C:\Program Files\Java\jdk1.5.0_02</li>
+  <li>Make sure that system variable <a
+    href="setting-java-home.html">JAVA_HOME</a> is set to the location of
+    your JDK, eg. C:\Program Files\Java\jdk1.5.0_02</li>
   <li>Run maven --version to verify that it is correctly installed.</li>
 </ol>
 <ul>
@@ -102,7 +103,8 @@
 
 <h2>Building WSO2 WSAS for Java from the Source Distribution</h2>
 
-<p>The <a href="http://dist.wso2.org/products/wsas/java/@wso2wsas_version@">source
+<p>The <a
+href="http://dist.wso2.org/products/wsas/java/@wso2wsas_version@">source
 distribution</a> is available as a zipped archive. All the necessary build
 scripts are included with the source distribution. Expand the source archive
 to a directory of your choice. You can run the following commands inside that

Modified: wsas/java/trunk/xdocs/installation_standalone.html
==============================================================================
--- wsas/java/trunk/xdocs/installation_standalone.html	(original)
+++ wsas/java/trunk/xdocs/installation_standalone.html	Mon Dec  4 21:14:49 2006
@@ -85,7 +85,7 @@
 
 <p>There are two methods of installation on MS Windows Operating System.</p>
 <ol>
-  <li><a href="#wizard">Using the Installation Wizard</a> (WSO2 WSAS for Java v, at wso2wsas_version@
+  <li><a href="#wizard">Using the Installation Wizard</a> (WSO2 WSAS for Java, v at wso2wsas_version@
     Setup wizard)</li>
   <li><a href="#win_binary">Using the Binary Distribution</a></li>
 </ol>




More information about the Wsas-java-dev mailing list