blob: 3ac92199cce949799920977f15e09d29a85e19f0 [file] [log] [blame]
AXIS2C_HOME=`pwd`/deploy
AXIS2C=`pwd`
export AXIS2C_HOME AXIS2C
cd util
sh build.sh
if [ "$?" -ne 0 ]
then
exit 1
fi
cd ../axiom
sh build.sh
if [ "$?" -ne 0 ]
then
exit 1
fi
cd ../xml_schema
sh build.sh
if [ "$?" -ne 0 ]
then
exit 1
fi
cd ../woden
sh build.sh
if [ "$?" -ne 0 ]
then
exit 1
fi
cd ../
sh build.sh
if [ "$?" -ne 0 ]
then
exit 1
fi