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 2005/09/26 19:14:22 UTC

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

Author: samisa
Date: Mon Sep 26 10:14:13 2005
New Revision: 291678

URL: http://svn.apache.org/viewcvs?rev=291678&view=rev
Log:
Maven build guide

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

Added: 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=291678&view=auto
==============================================================================
--- webservices/axis2/trunk/c/xdocs/maven_build_guide.html (added)
+++ webservices/axis2/trunk/c/xdocs/maven_build_guide.html Mon Sep 26 10:14:13 2005
@@ -0,0 +1,6 @@
+You need to set the environment variables CUTEST_HOME and APR_HOME.
+cutest is used for unit testing and apr is the portable runtime used
+e.g.:
+export CUTEST_HOME=/usr/local/apps/cutest
+export APR_HOME=/usr/local
+