You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ch...@apache.org on 2005/08/31 11:48:02 UTC

svn commit: r264991 - in /webservices/axis2/trunk/java/xdocs: installationguide.html navigation.xml siteHowTo.html svn.html

Author: chinthaka
Date: Wed Aug 31 02:47:56 2005
New Revision: 264991

URL: http://svn.apache.org/viewcvs?rev=264991&view=rev
Log:
Changing the pointers to new SVN location.

Modified:
    webservices/axis2/trunk/java/xdocs/installationguide.html
    webservices/axis2/trunk/java/xdocs/navigation.xml
    webservices/axis2/trunk/java/xdocs/siteHowTo.html
    webservices/axis2/trunk/java/xdocs/svn.html

Modified: webservices/axis2/trunk/java/xdocs/installationguide.html
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/installationguide.html?rev=264991&r1=264990&r2=264991&view=diff
==============================================================================
--- webservices/axis2/trunk/java/xdocs/installationguide.html (original)
+++ webservices/axis2/trunk/java/xdocs/installationguide.html Wed Aug 31 02:47:56 2005
@@ -6,7 +6,7 @@
 <body>
 <h3><a name="_Toc96698081"></a>Introduction </h3>
 <p>Axis 2.0 can be downloaded as a <a href="releases.html">zipped binary </a> 
-or the <a href="http://svn.apache.org/viewcvs.cgi/webservices/axis/trunk/?root=Apache-SVN">source </a>.
+or the <a href="http://svn.apache.org/viewcvs.cgi/webservices/axis2/trunk/?root=Apache-SVN">source </a>.
 This section describes how Axis2 can be installed either as a
 standalone server or as part of a J2EE compliant servlet container. </p>
 

Modified: webservices/axis2/trunk/java/xdocs/navigation.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/navigation.xml?rev=264991&r1=264990&r2=264991&view=diff
==============================================================================
--- webservices/axis2/trunk/java/xdocs/navigation.xml (original)
+++ webservices/axis2/trunk/java/xdocs/navigation.xml Wed Aug 31 02:47:56 2005
@@ -7,7 +7,7 @@
       <item name="Download Axis2">
         <item name="Releases" href="releases.html"/>
         <item name="Source Code"
-          href="http://svn.apache.org/viewcvs.cgi/webservices/axis/trunk/?root=Apache-SVN"/>
+          href="http://svn.apache.org/viewcvs.cgi/webservices/axis2/trunk/?root=Apache-SVN"/>
         <item name="Tools" href="axis2tools.html"/>
       </item>
       <item name="Getting Started with Axis2">

Modified: webservices/axis2/trunk/java/xdocs/siteHowTo.html
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/siteHowTo.html?rev=264991&r1=264990&r2=264991&view=diff
==============================================================================
--- webservices/axis2/trunk/java/xdocs/siteHowTo.html (original)
+++ webservices/axis2/trunk/java/xdocs/siteHowTo.html Wed Aug 31 02:47:56 2005
@@ -8,47 +8,13 @@
 don't forget to put MAVEN_HOME/bin directory in the path. </p>
 <h2>Checking out Axis 2.0</h2>
 <p>Checkout latest source from
-<a href="http://svn.apache.org/repos/asf/webservices/axis/trunk/java">here</a> 
+<a href="http://svn.apache.org/repos/asf/webservices/axis2/trunk/java">here</a> 
 using your favorite svn client. If you are a committer get a commiter check out 
-from <a href="https://svn.apache.org/repos/asf/webservices/axis/trunk/java">
+from <a href="https://svn.apache.org/repos/asf/webservices/axis2/trunk/java">
 here</a>.</p>
-<h2>Running the build</h2>
-<div align="center">
-	<table border="1" style="border-collapse: collapse" width="56%" id="table1">
-		<tr>
-			<td width="176" align="center"><b>Target</b></td>
-			<td align="center"><b>Description</b></td>
-		</tr>
-		<tr>
-			<td width="176">maven clean</td>
-			<td>Deletes the 'target' directory in all projects. Target directory contains the stuff created during build, site, etc., </td>
-		</tr>
-		<tr>
-			<td width="176">maven</td>
-			<td>Build all modules and run the tests in Axis 2.0</td>
-		</tr>
-		<tr>
-			<td width="176">maven multiproject:site</td>
-			<td>Create the site for the Master project only </td>
-		</tr>
-		<tr>
-		  <td>maven war </td>
-		  <td>Build the war</td>
-	  </tr>
-		<tr>
-		  <td>maven war-withsamples </td>
-		  <td>build the war with the default samples and interop tests </td>
-	  </tr>
-		<tr>
-		  <td>maven dist-src </td>
-		  <td>Creates the source distribution </td>
-	  </tr>
-		<tr>
-		  <td>maven dist-bin </td>
-		  <td>Creates the binary distribution </td>
-	  </tr>
-	</table>
-</div>
+<h2>Building the site</h2>
+<p>type <i>maven multiproject</i> at the root of your project folder. It will take some time to build the whole site and built site will be available under targets/docs</p>
+
 <h2>FAQ</h2>
 <ol>
 	<li>How can I update a document in the site ?<br> Get a commiter check out. 
@@ -58,7 +24,8 @@
 	under target folder.</li>
 	<li>How can I add a new document<br>Put the new document in xdocs folder. 
 	Change the navigation.xml found under the xdocs folder to put a link to the 
-	newly added document. Re-generate the site.</li>
+	newly added document. Re-generate the site.<br/>
+	Please make sure you have not included any of the illegal characters and your document should be well formed</li>
 </ol>
 <p>&nbsp;</p>
 <p align="right">-- Eran Chinthaka</p>

Modified: webservices/axis2/trunk/java/xdocs/svn.html
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/svn.html?rev=264991&r1=264990&r2=264991&view=diff
==============================================================================
--- webservices/axis2/trunk/java/xdocs/svn.html (original)
+++ webservices/axis2/trunk/java/xdocs/svn.html Wed Aug 31 02:47:56 2005
@@ -19,8 +19,8 @@
 access to the Axis2 source code:
 
 <ul>
-  <li><b>If you are not a committer:</b> Use <a href="http://svn.apache.org/repos/asf/webservices/axis/trunk/java">http://svn.apache.org/repos/asf/webservices/axis/trunk/java</a></li>
-  <li><b>If you are a committer:</b> Use <a href="https://svn.apache.org/repos/asf/webservices/axis/trunk/java">https://svn.apache.org/repos/asf/webservices/axis/trunk/java</a></li>
+  <li><b>If you are not a committer:</b> Use <a href="http://svn.apache.org/repos/asf/webservices/axis2/trunk/java">http://svn.apache.org/repos/asf/webservices/axis2/trunk/java</a></li>
+  <li><b>If you are a committer:</b> Use <a href="https://svn.apache.org/repos/asf/webservices/axis2/trunk/java">https://svn.apache.org/repos/asf/webservices/axis2/trunk/java</a></li>
 </ul>
 
 If you are a committer, make sure that you have selected an svnpasswd.  To do this