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 2007/04/04 11:58:38 UTC

svn commit: r525480 - in /webservices/axis2/branches/java/1_2/modules/tool/script: axis2.sh axis2server.sh java2wsdl.sh wsdl2java.sh

Author: sandakith
Date: Wed Apr  4 02:58:37 2007
New Revision: 525480

URL: http://svn.apache.org/viewvc?view=rev&rev=525480
Log:
make the scripts work with the all bash versions

Modified:
    webservices/axis2/branches/java/1_2/modules/tool/script/axis2.sh
    webservices/axis2/branches/java/1_2/modules/tool/script/axis2server.sh
    webservices/axis2/branches/java/1_2/modules/tool/script/java2wsdl.sh
    webservices/axis2/branches/java/1_2/modules/tool/script/wsdl2java.sh

Modified: webservices/axis2/branches/java/1_2/modules/tool/script/axis2.sh
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/tool/script/axis2.sh?view=diff&rev=525480&r1=525479&r2=525480
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/tool/script/axis2.sh (original)
+++ webservices/axis2/branches/java/1_2/modules/tool/script/axis2.sh Wed Apr  4 02:58:37 2007
@@ -28,8 +28,8 @@
 # -----------------------------------------------------------------------------
 
 # Get the context and from that find the location of setenv.sh
-. `dirname $0`/setenv.sh
+sh `dirname $0`/setenv.sh
 
 
 $JAVA_HOME/bin/java -classpath "$AXIS2_CLASSPATH" \
--Daxis2.xml="$AXIS2_HOME/conf/axis2.xml" -Daxis2.repo="$AXIS2_HOME/repository" $*
\ No newline at end of file
+-Daxis2.xml="$AXIS2_HOME/conf/axis2.xml" -Daxis2.repo="$AXIS2_HOME/repository" $*

Modified: webservices/axis2/branches/java/1_2/modules/tool/script/axis2server.sh
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/tool/script/axis2server.sh?view=diff&rev=525480&r1=525479&r2=525480
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/tool/script/axis2server.sh (original)
+++ webservices/axis2/branches/java/1_2/modules/tool/script/axis2server.sh Wed Apr  4 02:58:37 2007
@@ -27,7 +27,7 @@
 # -----------------------------------------------------------------------------
 
 # Get the context and from that find the location of setenv.sh
-. `dirname $0`/setenv.sh
+sh `dirname $0`/setenv.sh
 
 java -classpath $AXIS2_CLASSPATH org.apache.axis2.transport.SimpleAxis2Server \
 -repo $AXIS2_HOME/repository -conf $AXIS2_HOME/conf/axis2.xml $*

Modified: webservices/axis2/branches/java/1_2/modules/tool/script/java2wsdl.sh
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/tool/script/java2wsdl.sh?view=diff&rev=525480&r1=525479&r2=525480
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/tool/script/java2wsdl.sh (original)
+++ webservices/axis2/branches/java/1_2/modules/tool/script/java2wsdl.sh Wed Apr  4 02:58:37 2007
@@ -14,4 +14,4 @@
 #  See the License for the specific language governing permissions and
 #  limitations under the License.
 
-. `dirname $0`/axis2.sh org.apache.ws.java2wsdl.Java2WSDL $*
+sh `dirname $0`/axis2.sh org.apache.ws.java2wsdl.Java2WSDL $*

Modified: webservices/axis2/branches/java/1_2/modules/tool/script/wsdl2java.sh
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/tool/script/wsdl2java.sh?view=diff&rev=525480&r1=525479&r2=525480
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/tool/script/wsdl2java.sh (original)
+++ webservices/axis2/branches/java/1_2/modules/tool/script/wsdl2java.sh Wed Apr  4 02:58:37 2007
@@ -14,4 +14,4 @@
 #  See the License for the specific language governing permissions and
 #  limitations under the License.
 
-. `dirname $0`/axis2.sh org.apache.axis2.wsdl.WSDL2Java $*
+sh `dirname $0`/axis2.sh org.apache.axis2.wsdl.WSDL2Java $*



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