You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@ws.apache.org by Sam Ruby <ru...@us.ibm.com> on 2001/10/22 13:21:52 UTC

[GUMP] Build Failure - Soap

----------------------------------------------------
This email is autogenerated from the output from:
<http://jakarta.apache.org/builds/gump/2001-10-22/xml-soap.html>
----------------------------------------------------

Buildfile: build.xml

init:

prepare:
    [mkdir] Created dir: /home/rubys/jakarta/xml-soap/java/build
Trying to override old definition of task property

checkDependencies:
Trying to override old definition of task property

checkBSF:
Trying to override old definition of task property

checkXMI:
     [echo] Warning: XMI dependencies were not resolved.
Trying to override old definition of task property

checkPOP3:
     [echo] Warning: POP3 dependencies were not resolved.
Trying to override old definition of task property

checkSMTP:
     [echo] Warning: SMTP dependencies were not resolved.
Trying to override old definition of task property

checkEJB:
Trying to override old definition of task property

checkSSL:

compile:
    [mkdir] Created dir: /home/rubys/jakarta/xml-soap/java/build/classes
    [javac] Compiling 109 source files to /home/rubys/jakarta/xml-soap/java/build/classes
    [javac] Note: /home/rubys/jakarta/xml-soap/java/src/org/apache/soap/server/http/ServerHTTPUtils.java uses or overrides a deprecated API.  Recompile with "-deprecation" for details.
    [javac] 1 warning
     [copy] Copying 1 file to /home/rubys/jakarta/xml-soap/java/build/classes
     [copy] Copying 1 file to /home/rubys/jakarta/xml-soap/java/build/lib
      [jar] DEPRECATED - The jarfile attribute is deprecated. Use file attribute instead.
      [jar] Building jar: /home/rubys/jakarta/xml-soap/java/build/lib/soap.jar

buildTest:
     [echo] junit package found ...
    [javac] Compiling 7 source files to /home/rubys/jakarta/xml-soap/java/build

junit:
    [junit] Running test.encoding.soapenc.PackageTests
    [junit] Exception in thread "main" java.lang.NoSuchMethodError
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.PlainJUnitResultFormatter.startTest(PlainJUnitResultFormatter.java:188)
    [junit] 	at junit.framework.TestResult.startTest(TestResult.java:158)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:103)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:124)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:173)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:168)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:173)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:168)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:231)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:409)

BUILD FAILED

/home/rubys/jakarta/xml-soap/java/build.xml:246: Test test.encoding.soapenc.PackageTests failed

Total time: 46 seconds