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 sa...@apache.org on 2007/02/03 17:01:29 UTC

svn commit: r503223 - in /webservices/axis2/site/tools/1_1/eclipse: servicearchiver-plugin.html wsdl2java-plugin.html

Author: sandakith
Date: Sat Feb  3 08:01:29 2007
New Revision: 503223

URL: http://svn.apache.org/viewvc?view=rev&rev=503223
Log:
updated the eclipse plugin docs with the new available source build details, AXIS2-2072

Modified:
    webservices/axis2/site/tools/1_1/eclipse/servicearchiver-plugin.html
    webservices/axis2/site/tools/1_1/eclipse/wsdl2java-plugin.html

Modified: webservices/axis2/site/tools/1_1/eclipse/servicearchiver-plugin.html
URL: http://svn.apache.org/viewvc/webservices/axis2/site/tools/1_1/eclipse/servicearchiver-plugin.html?view=diff&rev=503223&r1=503222&r2=503223
==============================================================================
--- webservices/axis2/site/tools/1_1/eclipse/servicearchiver-plugin.html (original)
+++ webservices/axis2/site/tools/1_1/eclipse/servicearchiver-plugin.html Sat Feb  3 08:01:29 2007
@@ -34,10 +34,14 @@
   <li><a href="#operation">Operation</a></li>
 </ul><p><a name="intro"></a></p></div><div class="subsection"><a name="Introduction"></a><h3>Introduction</h3><p>As part of the Axis2 tool set, the service archive generator is an
 important tool that allows the generation of service archives ("aar" file or
-a "jar" files) that can be deployed as a web services to the Axis2.</p><p><a name="installation"></a></p></div><div class="subsection"><a name="Installation"></a><h3>Installation</h3><p>Download the binary version of the plug-in and extract the content of the
-zip file into the Eclipse installation folder. (The plug-in will actually go
-into the plugins directory in the Eclipse installation root). Restarting
-Eclipse will set the plug-in automatically.</p><p><a name="operation"></a></p></div><div class="subsection"><a name="Operation"></a><h3>Operation</h3><p>If the plug-in is properly installed you should see a new wizard under the
+a "jar" files) that can be deployed as a web services to the Axis2.</p><p><a name="installation"></a></p></div><div class="subsection"><a name="Installation"></a><h3>Installation</h3><p>One can easily <a href="http://ws.apache.org/axis2/tools/index.html" class="externalLink" title="External Link">download</a> the plugin</p><p>If one needs to build the plug-in from source, Maven2 and Ant builds arevailabe.
+Please refer the readme.txt located at module/tools on Axis2 source.</p><p>Once you've obtained the plug-in just unzip the content of the plug-in
+archive to the Eclipse plug-in directory (if it is the zipped-binary version)
+or copy the necessary folders to the Eclipse plug-in directory and restart
+Eclipse.</p><p><strong>NOTE</strong> : This plug-in works on Eclipse version 3.1 and
+upwards, also the java version should be 1.4 or higher. The provided screen shots 
+may slightly differ with what the user would actually see but the functionality 
+has not been changed.</p><p><a name="operation"></a></p></div><div class="subsection"><a name="Operation"></a><h3>Operation</h3><p>If the plug-in is properly installed you should see a new wizard under the
 "New" section. (Use the File -&gt; New -&gt; Other or Ctrl + N )</p><p align="center"><img border="0" src="images/ServiceWizardSelection.jpg" alt=""></img></p><p>Selecting the wizard and pressing the "Next" button will start the service
 generator wizard. Following is the first page of the wizard.</p><p><strong>Page 1:</strong></p><p align="center"><img border="0" src="images/ServicePage1.jpg" alt=""></img></p><p>Once the class file folder (which should be a folder in the file system)
 is browsed and selected, the "Next" button will be enabled and you can move to
@@ -75,4 +79,4 @@
   <li>Eclipse reference - <a href="http://www.eclipse.org/" class="newWindow" title="New Window" target="_blank">
     http://www.eclipse.org/</a></li>
   <li>Custom Ant Tasks  - <a href="http://ant.apache.org/manual/develop.html" class="newWindow" title="New Window" target="_blank"> http://ant.apache.org/manual/develop.html</a></li>
-</ul></div></div></div><div class="clear"><hr></hr></div><div id="footer"><div class="xright">© 2004-2007, Apache Software Foundation</div><div class="clear"><hr></hr></div></div></body></html>
\ No newline at end of file
+</ul></div></div></div><div class="clear"><hr></hr></div><div id="footer"><div class="xright">© 2004-2007, Apache Software Foundation</div><div class="clear"><hr></hr></div></div></body></html>

Modified: webservices/axis2/site/tools/1_1/eclipse/wsdl2java-plugin.html
URL: http://svn.apache.org/viewvc/webservices/axis2/site/tools/1_1/eclipse/wsdl2java-plugin.html?view=diff&rev=503223&r1=503222&r2=503223
==============================================================================
--- webservices/axis2/site/tools/1_1/eclipse/wsdl2java-plugin.html (original)
+++ webservices/axis2/site/tools/1_1/eclipse/wsdl2java-plugin.html Sat Feb  3 08:01:29 2007
@@ -38,15 +38,8 @@
 </ul><p><a name="intro"></a></p></div><div class="subsection"><a name="Introduction"></a><h3>Introduction</h3><p>The Axis2 code generator comes built-in with an <a href="http://www.eclipse.org" class="externalLink" title="External Link">Eclipse</a> plug-in. This plug-in can be used
 to generate a WSDL file from a java class (Java2WSDL) and/or a java class
 file from a WSDL (WSDL2Java). First you need to install the plug-in. The
-instructions for the installation process are given below.</p><p><a name="installation"></a></p></div><div class="subsection"><a name="Installation"></a><h3>Installation</h3><p>One can easily <a href="http://ws.apache.org/axis2/tools/index.html" class="externalLink" title="External Link">download</a> the plugin</p><p>If one needs to build the plug-in from source, it is not as trivial as
-running the Maven build. The reason is that the plug-in depends heavily on
-the Eclipse classes, which are only available in an Eclipse environment. The
-recommended procedure is to run the create-project.xml (in the "modules\tool"
-directory of the Source Distribution) build file which will create two
-folders (the other one for the Service Archiver tool) and copy the necessary
-files to relevant folders. Then Eclipse should be configured to open the
-contents in a PDE project. Please go through the Eclipse documentation to
-learn how to open projects in the PDE format.</p><p>Once you've obtained the plug-in just unzip the content of the plug-in
+instructions for the installation process are given below.</p><p><a name="installation"></a></p></div><div class="subsection"><a name="Installation"></a><h3>Installation</h3><p>One can easily <a href="http://ws.apache.org/axis2/tools/index.html" class="externalLink" title="External Link">download</a> the plugin</p><p>If one needs to build the plug-in from source, Maven2 and Ant builds arevailabe.
+Please refer the readme.txt located at module/tools on Axis2 source.</p><p>Once you've obtained the plug-in just unzip the content of the plug-in
 archive to the Eclipse plug-in directory (if it is the zipped-binary version)
 or copy the necessary folders to the Eclipse plug-in directory and restart
 Eclipse.</p><p><strong>NOTE</strong> : This plug-in works on Eclipse version 3.1 and
@@ -95,4 +88,4 @@
     http://www.eclipse.org/</a></li>
   <li>Custom Ant Tasks  - <a href="http://ant.apache.org/manual/develop.html" class="externalLink" title="External Link">
     http://ant.apache.org/manual/develop.html</a></li>
-</ul></div></div></div><div class="clear"><hr></hr></div><div id="footer"><div class="xright">© 2004-2007, Apache Software Foundation</div><div class="clear"><hr></hr></div></div></body></html>
\ No newline at end of file
+</ul></div></div></div><div class="clear"><hr></hr></div><div id="footer"><div class="xright">© 2004-2007, Apache Software Foundation</div><div class="clear"><hr></hr></div></div></body></html>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org