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 th...@apache.org on 2006/10/19 13:53:55 UTC

svn commit: r465587 - in /webservices/axis2/branches/java/1_1/modules/tool/script: java2wsdl.sh wsdl2java.sh

Author: thilina
Date: Thu Oct 19 04:53:54 2006
New Revision: 465587

URL: http://svn.apache.org/viewvc?view=rev&rev=465587
Log:
Cleaning up the scripts to use new axis2.sh

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

Modified: webservices/axis2/branches/java/1_1/modules/tool/script/java2wsdl.sh
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/tool/script/java2wsdl.sh?view=diff&rev=465587&r1=465586&r2=465587
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/tool/script/java2wsdl.sh (original)
+++ webservices/axis2/branches/java/1_1/modules/tool/script/java2wsdl.sh Thu Oct 19 04:53:54 2006
@@ -1,12 +1,2 @@
 #!/bin/sh
-
-export AXIS2_HOME=..
-
-for f in $AXIS2_HOME/lib/*.jar
-do
-  AXIS2_CLASSPATH=$AXIS2_CLASSPATH:$f
-done
-export AXIS2_CLASSPATH
-
-echo the classpath $AXIS2_CLASSPATH
-java -classpath $AXIS2_CLASSPATH org.apache.ws.java2wsdl.Java2WSDL $*
+sh axis2.sh org.apache.ws.java2wsdl.Java2WSDL $*

Modified: webservices/axis2/branches/java/1_1/modules/tool/script/wsdl2java.sh
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/tool/script/wsdl2java.sh?view=diff&rev=465587&r1=465586&r2=465587
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/tool/script/wsdl2java.sh (original)
+++ webservices/axis2/branches/java/1_1/modules/tool/script/wsdl2java.sh Thu Oct 19 04:53:54 2006
@@ -1,12 +1,2 @@
 #!/bin/sh
-
-export AXIS2_HOME=..
-
-for f in $AXIS2_HOME/lib/*.jar
-do
-  AXIS2_CLASSPATH=$AXIS2_CLASSPATH:$f
-done
-export AXIS2_CLASSPATH
-
-echo the classpath $AXIS2_CLASSPATH
-java -classpath $AXIS2_CLASSPATH org.apache.axis2.wsdl.WSDL2Java $*
+sh 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