Monday, April 17, 2006

building Axis 2 locally

steps to get the Axis 2 build in GNU/Linux env
----------------------------------------------

download the source from svn repo
$ svn co http://svn.apache.org/repos/asf/webservices/axis2/trunk/java axis2/

get maven installed in the local env
download maven 1.0.2 tar ball and extract that
get the env valiables set MAVEN_HOME and add MAVEN_HOME/bin to the path
u should create the local repo also and then i ll wornt download those jars at the 2 time
$MAVEN_HOME/bin/install_repo.sh $HOME/.maven/repository

check the maven working - source the .bash_profile and then maven

go to the axis2 home and then maven
this will get all the jars nessesary and build axis
thats it :)

No comments: