Hi,
I'm working my way through the new 4.2 tutorial, currently at 3.4.3. Creating
the MathService GAR.
when I run ./globus-build-service.sh \
-d org/globus/examples/services/core/first/ \
-s schema/examples/MathService_instance/Math.wsdl
I get a build errors, the first one being that it can't find the axis jar.
compileStubs:
[javac] Compiling 10 source files to
/usr/local/gt4/gt4.2tutorial/progtutorial-files/build/stubs-org_globus_examples_services_core_first/classes
[javac]
/usr/local/gt4/gt4.2tutorial/progtutorial-files/build/stubs-org_globus_examples_services_core_first/src/org/globus/examples/stubs/MathService_instance/AddResponse.java:42:
package org.apache.axis.description does not exist
I did a `find` for axis and found these jars:
./lib/common/axis.jar
./lib/common/cog-axis-1.6.0.jar
./lib/common/axis-url.jar
./lib/webmds/WEB-INF/lib/axis.jar
./lib/webmds/WEB-INF/lib/cog-axis-1.6.0.jar
I don't see any of these in my classPath. I can move stuff around but how did
you intend that this be set up?
Thanks,
Bill