You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by wo...@yahoo.co.jp on 2004/09/17 09:15:33 UTC

checkin request

Hi there,

I have a checkin request for scripts(dump.sh, setEnv.sh) for demonstrate the behavior of the 
AnnotatedJWSHandler for Linux.
Same scripts for Windows have been already provided, but not yet for Linux.

For details, please refer to the "1.2. AXIS webapp" section in
http://wiki.apache.org/beehive/axis_2dspecific_20implementation?action=highlight&value=DeploymentDumper

These scripts should reside in the
$BEEHIVE_HOME/wsm/test/webapps/AnnotatedAxis/WEB-INF/AnnotationBasedDeployment directory.

-----dump.sh--------start---
#!/bin/sh

source ./setEnv.sh

${JAVA_HOME}/bin/java -classpath ${CLASSPATH} org.apache.beehive.wsm.axis.DeploymentDumper ../annotated-server-config.wsdd ../server-config.wsdd -classpath ${CLASSPATH} -factory org.apache.be
ehive.wsm.jsr181.processor.apt.WsmAnnotationProcessorFactory -d ../classes Bar.java Foo.java

rm server-config.wsdd
--------------------end-----


-----setEnv.sh------start---
#!/bin/sh

CLASSPATH=../classes:${JAVA_HOME}/lib/tools.jar:../lib/axis.jar:../lib/jaxrpc.jar:../lib/wsm.jar:../lib/wsm-axis.jar:../lib/commons-logging.jar:../lib/saaj.jar:../lib/wsdl4j.jar:../lib/:../li
b/commons-discovery.jar:../lib/log4j-1.2.8.jar
--------------------end-----


Thanks in advance.

wolfgang