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 da...@apache.org on 2005/09/28 12:48:55 UTC

svn commit: r292161 - /webservices/axis2/trunk/c/xdocs/maven_build_guide.html

Author: damitha
Date: Wed Sep 28 03:48:47 2005
New Revision: 292161

URL: http://svn.apache.org/viewcvs?rev=292161&view=rev
Log:
Updated the documents about nar plugin for mavin

Modified:
    webservices/axis2/trunk/c/xdocs/maven_build_guide.html

Modified: webservices/axis2/trunk/c/xdocs/maven_build_guide.html
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/xdocs/maven_build_guide.html?rev=292161&r1=292160&r2=292161&view=diff
==============================================================================
--- webservices/axis2/trunk/c/xdocs/maven_build_guide.html (original)
+++ webservices/axis2/trunk/c/xdocs/maven_build_guide.html Wed Sep 28 03:48:47 2005
@@ -4,3 +4,23 @@
 export CUTEST_HOME=/usr/local/apps/cutest
 export APR_HOME=/usr/local
 
+Axis2c use maven two with nar plugin instead of the native plugin.
+For further information about nar visit
+
+http://java.freehep.org/freehep-nar-plugin/index.html
+
+You need to download nar plugin(freehep-nar-plugin-0.2.jar) and copy
+it into maven plugin folder.
+
+You also need to copy freehep-download-plugin (freehep-download-plugin-1.0.2.jar) into
+.maven/repositoy/freehep/plugin folder(If it does not automatically download for you)
+
+Also copy cpptasks jar (cpptasks-1.0b3-patched-1.6.jar) into
+.maven/repositoy/ant-contrib/jars folder (If it does not automatically download for you)
+
+If your platform is other than linux you need to change the main
+project.properties (residing at the project root folder) file according 
+to your environment. For help to do that visit 
+
+see http://java.freehep.org/freehep-nar-plugin/properties.html
+