Hi John,
Thank you very much for the reply.
Yes I did a mistake. I used a bit old
local copy of buildTest.xml file in which we changed the line <java
classname="org.apache.axis.wsdl.wsdl2ws.WSDL2Ws"
fork="true"> to our local setting.
Now I got a fresh checkout and ran through
the test cycle.
This time the error was :
callCompileStaticClient:
setLanguage:
generateStubs:
[java]
java.lang.NoClassDefFoundError: org/apache/axis/wsdl/symbolTable/Typ
eEntry
[java] Exception
in thread "main"
[java] Java
Result: 1
copyClientCode:
BUILD FAILED
C:\axiscpp\ws-axis\c\test.xml:46: The
following error occurred while executing t
his line:
C:\axiscpp\ws-axis\c\test.xml:131: The
following error occurred while executing
this line:
C:\axiscpp\ws-axis\c\build\buildTest.xml:69:
The following error occurred while
executing this line:
C:\axiscpp\ws-axis\c\build\buildTest.xml:51:
Warning: Could not find file C:\axi
scpp\ws-axis\c\tests\auto_build\testcases\client\${client.lang}\${testCode}
to c
opy.
I’m still in the dark. L
Regards,
Dushshantha
From: John Hawkins
[mailto:[EMAIL PROTECTED]
Sent: Thursday, June 09, 2005 2:00
PM
To: Apache
AXIS C Developers List
Subject: Re: Test framework is
failing
HI Marcus,
I
think you need to update your build a little. I changed some parameters in the
build xml files yesterday and it looks like you only got half the fix.
in
file build/buildTest.xml "generatestubs" target should read ->
<target name="generateStubs" if="test.wsdl"
unless="test.dynamicCode"
depends="setLanguage">
<!-- Make directory in which all generated code shall
be placed -->
<mkdir dir="${dir.test.generated}/${test.clientLang}/${test.name}"/>
whereas
i think yours is reading
>
<mkdir dir="${dir.test.generated}/${client.lang}/${testName}"/>
and
also in the target "copyClientCode" you've got the "old"
way of naming the params ->
>
C:\axiscpp\ws-axis\c\build\buildTest.xml:49: Warning: Could not find file
C:\axi
>
scpp\ws-axis\c\tests\auto_build\testcases\client\${client.lang}\${testCode} to
c
>
opy.
|
"Dushshantha
Chandradasa" <[EMAIL PROTECTED]>
09/06/2005 04:34
|
Please
respond to
"Apache AXIS C Developers List"
|
|
|
To
|
"Apache AXIS C
Developers List" <[email protected]>
|
|
cc
|
|
|
Subject
|
Test framework is failing
|
|
Hi All,
Test
framework is failing with the following error messages.
generateStubs:
[mkdir] Created dir: C:\obj\test\generated\${client.lang}\${testName}
[java] java WSDL2Ws -<options> <wsdlfile>
[java] -help, -h
print this message
[java] -o<folder>
target output folder - default is current fol
der
[java] -l<c++|c>
target language (c++|c) - default is c++
[java] -s<server|client> target side
(server|client) - default is serv
er
[java] -w<wrapped|nonwrapped> wrapping style of the WSDL
(wrapped|nonwrappe
d) -
default is wrapped
[java] -verbose, -v be verbose
[java] -m<none|gnu>
generate make files (none|gnu) - default is n
one
copyClientCode:
BUILD
FAILED
C:\axiscpp\ws-axis\c\test.xml:46:
The following error occurred while executing t
his
line:
C:\axiscpp\ws-axis\c\test.xml:131:
The following error occurred while executing
this
line:
C:\axiscpp\ws-axis\c\build\buildTest.xml:67:
The following error occurred while
executing
this line:
C:\axiscpp\ws-axis\c\build\buildTest.xml:49:
Warning: Could not find file C:\axi
scpp\ws-axis\c\tests\auto_build\testcases\client\${client.lang}\${testCode}
to c
opy.
Regards,
Marcus
Dushshantha Chandradasa
Team
Virtusa
[EMAIL PROTECTED]