You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ch...@apache.org on 2005/09/19 10:50:11 UTC

svn commit: r290095 - in /webservices/axis2/trunk/java/xdocs: faq.html otherTutorials.html

Author: chinthaka
Date: Mon Sep 19 01:49:58 2005
New Revision: 290095

URL: http://svn.apache.org/viewcvs?rev=290095&view=rev
Log:
- correcting maven problem in faq
- adding another tutorial link

Modified:
    webservices/axis2/trunk/java/xdocs/faq.html
    webservices/axis2/trunk/java/xdocs/otherTutorials.html

Modified: webservices/axis2/trunk/java/xdocs/faq.html
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/faq.html?rev=290095&r1=290094&r2=290095&view=diff
==============================================================================
--- webservices/axis2/trunk/java/xdocs/faq.html (original)
+++ webservices/axis2/trunk/java/xdocs/faq.html Mon Sep 19 01:49:58 2005
@@ -70,21 +70,26 @@
 
     <h1>Maven</h1>
     <ol>
-      <li><strong>I have problems building with maven 1.1 </strong>....<br>
-
-        <p>It seems that maven 1.1 doesn't come bundled with the required
-        itest plugin and artifact plugin. Run followings to get it updated<br>
-        </p>
+      <li><strong>I just installed maven and it gives an error when I was
+        trying to run maven on Axis2 ......</strong>
+        <p>Axis2 requires itest plugin to run some of the tests. Better get
+        it using following command.</p>
         <ul>
           <li>maven plugin:download -DgroupId=maven-itest-plugin
             -DartifactId=maven-itest-plugin -Dversion=1.0
             -Dmaven.repo.remote=http://www.openejb.org/maven,http://www.ibiblio.org/maven</li>
         </ul>
+      </li>
+      <li><p><strong>I have problems building with maven 1.1</strong> ....<br>
+        </p>
+        <p>It seems that maven 1.1 doesn't come bundled with the required
+        artifact plugin. Run following to get it updated<br>
+        </p>
         <ul>
           <li>maven plugin:Download -DgroupId=maven
-            -DartifactId=maven-artifact-plugin -Dversion=1.6
-            <p><strong></strong></p>
-          </li>
+            -DartifactId=maven-artifact-plugin -Dversion=1.6.</li>
+          <p>You may need to update the itest plugin too, using the above
+          command in #1.</p>
         </ul>
       </li>
       <li><strong>What are the frequently used maven commands ?</strong></li>
@@ -146,8 +151,8 @@
             </td>
             <td>
               <div align="left">
-              To run the online-mode tests for say the modules/integration   
-               Run "maven itest" from modules/intergration</div>
+              To run the online-mode tests for say the modules/integration
+              Run "maven itest" from modules/intergration</div>
             </td>
           </tr>
           <tr>

Modified: webservices/axis2/trunk/java/xdocs/otherTutorials.html
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/otherTutorials.html?rev=290095&r1=290094&r2=290095&view=diff
==============================================================================
--- webservices/axis2/trunk/java/xdocs/otherTutorials.html (original)
+++ webservices/axis2/trunk/java/xdocs/otherTutorials.html Mon Sep 19 01:49:58 2005
@@ -1,32 +1,58 @@
-<style type="text/css">
-<!--
-.style1 {font-size: 10px}
-.style2 {font-size: 12px}
-.style3 {font-size: 12}
--->
-</style>
-<h1>Other Articles and Tutorials</h1>
-<p>This page contains links to articles and tutorials on Axis2, published else where .</p>
-<h2>Axis2</h2>
-<ul>
-  <li>
-    <p><a href="http://www.jaxmagazine.com/itr/online_artikel/psecom,id,747,nodeid,147.html">Axis2 - The Future of Web Services</a> </p>
-  </li>
-  <li>
-    <p><a href="http://www.developer.com/services/article.php/3525481">Introducing Axis2</a></p>
-  </li>
-  <li><a href="http://www.onjava.com/pub/a/onjava/2005/07/27/axis2.html">Web Services Messaging with Apache Axis2: Concepts and Techniques</a> </li>
-  <li>
-    <p><a href="http://developer.com/java/web/article.php/3529321">Axis2 Execution Framework</a></p>
-  </li>
-  <li>
-    <p><a href="http://jaxmag.com/itr/online_artikel/psecom,id,757,nodeid,147.html">Axis2 Deployment Model</a></p>
-  </li>
-  </ul>
-<h2>AXIOM</h2>
-<ul>
-  <li>
-    <p><a href="http://www.jaxmag.com/itr/online_artikel/psecom,id,726,nodeid,147.html">Fast and Lightweight Object Model for XML </a> - An Introduction to AXIOM, the Open Source API for Working with XML </p>
-  </li>
-  </ul>
-<p>Some more articles are on the way Axis2 and AXIOM. </p>
+<html>
+<head>
+  <meta http-equiv="content-type" content="">
+  <title></title>
+  <style type="text/css">
+<!--
+.style1 {font-size: 10px}
+.style2 {font-size: 12px}
+.style3 {font-size: 12}
+-->
+
+
+  </style>
+</head>
+
+<body>
+<h1>Other Articles and Tutorials</h1>
+
+<p>This page contains links to articles and tutorials on Axis2, published
+else where .</p>
+
+<h2>Axis2</h2>
+<ul>
+  <li><p><a
+    href="http://www.jaxmagazine.com/itr/online_artikel/psecom,id,747,nodeid,147.html">Axis2
+    - The Future of Web Services</a></p>
+  </li>
+  <li><p><a
+    href="http://www.developer.com/services/article.php/3525481">Introducing
+    Axis2</a></p>
+  </li>
+  <li><a href="http://www.onjava.com/pub/a/onjava/2005/07/27/axis2.html">Web
+    Services Messaging with Apache Axis2: Concepts and Techniques</a></li>
+  <li><p><a href="http://developer.com/java/web/article.php/3529321">Axis2
+    Execution Framework</a></p>
+  </li>
+  <li><p><a
+    href="http://jaxmag.com/itr/online_artikel/psecom,id,757,nodeid,147.html">Axis2
+    Deployment Model</a></p>
+  </li>
+</ul>
+
+<h2>AXIOM</h2>
+<ul>
+  <li><p><a
+    href="http://www.jaxmag.com/itr/online_artikel/psecom,id,726,nodeid,147.html">Fast
+    and Lightweight Object Model for XML </a> - An Introduction to AXIOM, the
+    Open Source API for Working with XML</p>
+  </li>
+  <li><p><a href="http://www-128.ibm.com/developerworks/library/x-axiom/">Get
+    the most out of XML processing with AXIOM</a> - Explaining the
+    flexibilities of AXIOM in developerworks.</p>
+  </li>
+</ul>
+
+<p></p>
+</body>
+</html>