Author: jsdelfino
Date: Wed Dec  6 19:45:56 2006
New Revision: 483335

URL: http://svn.apache.org/viewvc?view=rev&rev=483335
Log:
Fixed the --with-axis2c option as it was using true/false and the configure 
tool only recognizes yes/no defaulting to yes. It now works the same way as the 
SCA build script. Added an export of TUSCANY_SDOCPP to make it visible to any 
scripts called as part of the build.

Modified:
    incubator/tuscany/cpp/sdo/build.sh

Modified: incubator/tuscany/cpp/sdo/build.sh
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sdo/build.sh?view=diff&rev=483335&r1=483334&r2=483335
==============================================================================
--- incubator/tuscany/cpp/sdo/build.sh (original)
+++ incubator/tuscany/cpp/sdo/build.sh Wed Dec  6 19:45:56 2006
@@ -29,10 +29,10 @@
 
 if [ x$AXIS2C_HOME = x ]; then
 echo "AXIS2C_HOME not set. not building SDO Axiom utility"
-WITH_AXIS2C=--with-axis2c=false
+
 else
 echo "Using Axis2C installed at $AXIS2C_HOME"
-WITH_AXIS2C=--with-axis2c=true
+WITH_AXIS2C=--with-axis2c
 fi
 
 TUSCANY_SDOCPP_HOME=`pwd`
@@ -43,7 +43,7 @@
 ./autogen.sh
 
 if [ x$TUSCANY_SDOCPP = x ]; then
-TUSCANY_SDOCPP=`pwd`/deploy
+export TUSCANY_SDOCPP=`pwd`/deploy
 fi
 
 ./configure --prefix=${TUSCANY_SDOCPP} ${WITH_AXIS2C} --enable-static=no



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to