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 09:55:28 UTC

svn commit: r503185 - /webservices/axis2/trunk/java/modules/tool/readme.txt

Author: sandakith
Date: Sat Feb  3 00:55:27 2007
New Revision: 503185

URL: http://svn.apache.org/viewvc?view=rev&rev=503185
Log:
updated the tools readme for new M2 build details

Modified:
    webservices/axis2/trunk/java/modules/tool/readme.txt

Modified: webservices/axis2/trunk/java/modules/tool/readme.txt
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/tool/readme.txt?view=diff&rev=503185&r1=503184&r2=503185
==============================================================================
--- webservices/axis2/trunk/java/modules/tool/readme.txt (original)
+++ webservices/axis2/trunk/java/modules/tool/readme.txt Sat Feb  3 00:55:27 2007
@@ -2,12 +2,27 @@
 Using the tools  
 ================
 
-(1) elcipse plugins
+=========================
+(1) Axis2 elcipse plugins
+=========================
 
 Note - The plugins are specificallyqp for Eclipse version 3.1 and up
 
-Create Eclipse Plugin Projects
-------------------------------
+Maven2 Build
+------------
+	* To build the eclipse plugin type "mvn clean install -Dmaven.test.skip=true" command in the
+	  tools/axis2-eclipse-<name>-plugin directory
+	* If you have already downloaded the maven artifacts you can invoke a local build by
+      same directory"mvn clean install -Dmaven.test.skip=true -o"
+    * After the successful build the zip version of the plugin will be available at
+       tools/axis2-eclipse-<name>-plugin/target/dist directory
+	* To run the plugin you need please refer to,
+	   - Tools Page On Apache Axis 2 Documentation  http://ws.apache.org/axis2/tools/
+
+Ant Build
+---------
+	Create Eclipse Plugin Projects
+	------------------------------
 
 	* Since the source for the tools has a dependency on the eclipse classes. one has to run the
 	  ant build file (build.xml) to generate a relevant eclipse project from the source.
@@ -24,8 +39,8 @@
 	* This can be done by File -> Import -> Existing project into workspace on Elcipse menu and 
 	  point that to the any of eclipse plugin directory under tools directory.
 
-Build Eclipse Plugin Projects
-------------------------------
+	Build Eclipse Plugin Projects
+	------------------------------
 
 	* Build and install the eclipse plugin to your local eclipse plugin directory.
                 * In order to compile the plugin first you must do a maven create-lib on Axis2 Source and
@@ -46,3 +61,20 @@
 	
 	* To run the plugin you need please refer to,
 		- Tools Page On Apache Axis 2 Documentation  http://ws.apache.org/axis2/tools/
+
+
+
+==============================
+(2) Axis2 Intellij Idea plugin
+==============================
+
+Maven build
+-----------
+
+        * To build the plugin type maven command in the tools/axis2-idea-plugin directory
+        * If you have already downloaded the maven artifacts you can invoke a local build by maven -o
+          same directory
+        * After the successful build the zip version of the plugin will be available at
+          tools/axis2-idea-plugin/target directory
+	    * To run the plugin you need please refer to,
+		    - Tools Page On Apache Axis 2 Documentation  http://ws.apache.org/axis2/tools/
\ No newline at end of file



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