You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by pi...@apache.org on 2006/07/07 12:16:56 UTC

svn commit: r419857 - /webservices/axis2/trunk/c/build_all.sh

Author: pini
Date: Fri Jul  7 03:16:56 2006
New Revision: 419857

URL: http://svn.apache.org/viewvc?rev=419857&view=rev
Log:
added woden to build_all.sh script

Modified:
    webservices/axis2/trunk/c/build_all.sh

Modified: webservices/axis2/trunk/c/build_all.sh
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/build_all.sh?rev=419857&r1=419856&r2=419857&view=diff
==============================================================================
--- webservices/axis2/trunk/c/build_all.sh (original)
+++ webservices/axis2/trunk/c/build_all.sh Fri Jul  7 03:16:56 2006
@@ -4,25 +4,7 @@
 
 cd util
 
-./autogen.sh
-if [ "$?" -ne 0 ]
-then
-exit 1
-fi
-
-./configure --prefix=${AXIS2C_HOME} --enable-static=no
-if [ "$?" -ne 0 ]
-then
-exit 1
-fi
-
-make
-if [ "$?" -ne 0 ]
-then
-exit 1
-fi
-
-make install
+sh build.sh
 if [ "$?" -ne 0 ]
 then
 exit 1
@@ -30,25 +12,7 @@
 
 cd ../axiom
 
-./autogen.sh
-if [ "$?" -ne 0 ]
-then
-exit 1
-fi
-
-./configure --prefix=${AXIS2C_HOME} --enable-static=no --with-axis2_util=${AXIS2C_HOME}/include --enable-tests=yes
-if [ "$?" -ne 0 ]
-then
-exit 1
-fi
-
-make
-if [ "$?" -ne 0 ]
-then
-exit 1
-fi
-
-make install
+sh build.sh
 if [ "$?" -ne 0 ]
 then
 exit 1
@@ -56,51 +20,21 @@
 
 cd ../xml_schema
 
-./autogen.sh
-if [ "$?" -ne 0 ]
-then
-exit 1
-fi
-
-./configure --prefix=${AXIS2C_HOME} --enable-static=no --with-axis2_util=${AXIS2C_HOME}/include --with-axiom=${AXIS2C_HOME}/include
+sh build.sh
 if [ "$?" -ne 0 ]
 then
 exit 1
 fi
 
-make
+cd ../woden
+sh build.sh
 if [ "$?" -ne 0 ]
 then
 exit 1
 fi
 
-make install
-if [ "$?" -ne 0 ]
-then
-exit 1
-fi
-
-cd ..
-
-./autogen.sh
-if [ "$?" -ne 0 ]
-then
-exit 1
-fi
-
-./configure --prefix=${AXIS2C_HOME} --enable-tests=yes --enable-trace=yes  --with-apache2=/usr/include/apache2 --with-apr=/usr/include/apr-0 --enable-diclient=no --enable-static=no --enable-openssl=no --with-axis2_util=${AXIS2C}/util/include --with-axiom=${AXIS2C}/axiom/include
-if [ "$?" -ne 0 ]
-then
-exit 1
-fi
-
-make
-if [ "$?" -ne 0 ]
-then
-exit 1
-fi
-
-make install
+cd ../
+sh build.sh
 if [ "$?" -ne 0 ]
 then
 exit 1
@@ -108,28 +42,10 @@
 
 cd samples
 
-./autogen.sh
+sh build.sh
 if [ "$?" -ne 0 ]
 then
 exit 1
-fi
-
-./configure --prefix=${AXIS2C_HOME} --with-axis2_util=${AXIS2C_HOME}/include --with-axiom=${AXIS2C_HOME}/include
-if [ "$?" -ne 0 ]
-then
-exit 1
-fi
-
-make
-if [ "$?" -ne 0 ]
-then
-exit 1
-fi
-
-make install
-if [ "$?" -ne 0 ]
-then
-exit
 fi
 
 cd ..



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