Author: mmerz
Date: Fri Sep 17 11:39:51 2004
New Revision: 46268
Added:
incubator/beehive/trunk/wsm/test/webapps/AnnotatedAxis/WEB-INF/AnnotationBasedDeployment/dump.sh
incubator/beehive/trunk/wsm/test/webapps/AnnotatedAxis/WEB-INF/AnnotationBasedDeployment/setEnv.sh
Log:
Added Linux sctipts for Axis' wsdd deployment model.
Contributor: Wolfgang ([EMAIL PROTECTED])
Added:
incubator/beehive/trunk/wsm/test/webapps/AnnotatedAxis/WEB-INF/AnnotationBasedDeployment/dump.sh
==============================================================================
--- (empty file)
+++
incubator/beehive/trunk/wsm/test/webapps/AnnotatedAxis/WEB-INF/AnnotationBasedDeployment/dump.sh
Fri Sep 17 11:39:51 2004
@@ -0,0 +1,7 @@
+#!/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.beehive.wsm.jsr181.processor.apt.WsmAnnotationProcessorFactory -d
../classes Bar.java Foo.java
+
+rm server-config.wsdd
Added:
incubator/beehive/trunk/wsm/test/webapps/AnnotatedAxis/WEB-INF/AnnotationBasedDeployment/setEnv.sh
==============================================================================
--- (empty file)
+++
incubator/beehive/trunk/wsm/test/webapps/AnnotatedAxis/WEB-INF/AnnotationBasedDeployment/setEnv.sh
Fri Sep 17 11:39:51 2004
@@ -0,0 +1,3 @@
+#!/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/:../lib/commons-discovery.jar:../lib/log4j-1.2.8.jar