Hi Samisa/All
Thanks for the prompt reply. I had the Axis Java jars in the CLASSPATH
but the jars were not there in the directory :).I copied the JARS from
the nightly build binary. So Axis 1.6a is installed and running.
While installing the samples using buildSamples.xml I am getting a
similar error. I can't point out where I am going wrong. Any clues?
Cheers
Krishna
SAMPLES BUILD OUTPUT ( Partial )
Buildfile: buildSamples.xml
pre-init:
checkIfIndividualTest:
initialize:
compileSamples:
[echo] Generating client code for
/usr/local/axis1.6a/axis-c-1.6a.n-Linux-src/deploy/wsdls/array.wsdl
generateStubs:
[java] Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/axis/wsdl/symbolTable/TypeEntry
[echo] Building client client/array
[cc] 3 total files to be compiled.
[cc] Starting link
[echo] Generating server code for
/usr/local/axis1.6a/axis-c-1.6a.n-Linux-src/deploy/wsdls/array.wsdl
generateStubs:
[java] Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/axis/wsdl/symbolTable/TypeEntry
[echo] Building server server/array
[cc] 5 total files to be compiled.
[cc] Starting link
Samisa Abeysinghe wrote:
Please check your class path setting. Do you have the Axis Java jars
included in your class path?
Samisa...
-----Original Message-----
From: krishna [mailto:[EMAIL PROTECTED]
Sent: Friday, June 24, 2005 2:58 AM
To: [email protected]
Subject: build error - CVS checkout
Hi All
I checked out the code from the CVS and tried to build it.I ran into
some problems while building the code for the WSDL2WS tool.
Please see the some of the errors below.
Thanks
Krishna
[javac]
/usr/local/axis1.6a/axis-c-1.6a.n-Linux-src/src/wsdl/org/apache/axis/wsd
l/symbolTable/CSchemaUtils.java:1130:
cannot find symbol
[javac] symbol : class TypeEntry
[javac] location: class
org.apache.axis.wsdl.symbolTable.CSchemaUtils
[javac] public static TypeEntry
getComplexElementRestrictionBase(
[javac] ^
[javac]
/usr/local/axis1.6a/axis-c-1.6a.n-Linux-src/src/wsdl/org/apache/axis/wsd
l/symbolTable/CSchemaUtils.java:1236:
cannot find symbol
[javac] symbol : class SymbolTable
[javac] location: class
org.apache.axis.wsdl.symbolTable.CSchemaUtils
[javac] SymbolTable symbolTable)
[javac] ^
[javac]
/usr/local/axis1.6a/axis-c-1.6a.n-Linux-src/src/wsdl/org/apache/axis/wsd
l/symbolTable/CSchemaUtils.java:1234:
cannot find symbol
[javac] symbol : class TypeEntry
[javac] location: class
org.apache.axis.wsdl.symbolTable.CSchemaUtils
[javac] public static TypeEntry getComplexElementExtensionBase(
[javac] ^
[javac]
/usr/local/axis1.6a/axis-c-1.6a.n-Linux-src/src/wsdl/org/apache/axis/wsd
l/symbolTable/CSchemaUtils.java:1549:
cannot find symbol
[javac] symbol : class IntHolder
[javac] location: class
org.apache.axis.wsdl.symbolTable.CSchemaUtils
[javac] IntHolder dims,
[javac] ^
[javac]
/usr/local/axis1.6a/axis-c-1.6a.n-Linux-src/src/wsdl/org/apache/axis/wsd
l/symbolTable/CSchemaUtils.java:1550:
cannot find symbol
[javac] symbol : class SymbolTable
[javac] location: class
org.apache.axis.wsdl.symbolTable.CSchemaUtils
[javac] SymbolTable symbolTable)
[javac] ^
[javac]
/usr/local/axis1.6a/axis-c-1.6a.n-Linux-src/src/wsdl/org/apache/axis/wsd
l/symbolTable/CSchemaUtils.java:1638:
cannot find symbol
[javac] symbol : class IntHolder
[javac] location: class
org.apache.axis.wsdl.symbolTable.CSchemaUtils
[javac] IntHolder dims,
[javac] ^
[javac]
/usr/local/axis1.6a/axis-c-1.6a.n-Linux-src/src/wsdl/org/apache/axis/wsd
l/symbolTable/CSchemaUtils.java:1639:
cannot find symbol