Sign in
apache
/
axis-axis2-java-core
/
refs/heads/java
/
.
/
post-1.1-trunk
/
modules
/
tool
/
script
/
WSDL2Java.sh
blob: 30c929b32eac5dcfaf2a7beed0500598ae67af3d [
file
]
#!/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 $
*