Re: ant-contrib-cpptasks-test failure
Stefan Bodewig <[email protected]>
| Newsgroups | gmane.comp.jakarta.alexandria.devel |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 15 Nov 2002, Sam Ruby <[email protected]> wrote: > Can you try installing 1.4.1_01? Seems to work on my machine: Get a fresh copy of cpptasks. [bodewig@bodewig gump]$ echo $CLASSPATH [bodewig@bodewig gump]$ java -fullversion java full version "1.4.1_01-b01" [bodewig@bodewig gump]$ ./build.sh ant-contrib-cpptasks gump Buildfile: build.xml <snip/> BUILD SUCCESSFUL Total time: 22 seconds [bodewig@bodewig gump]$ ./build.sh ant-contrib-cpptasks-test run-tests Buildfile: build.xml prepare: build: jars: junit-warning: build-tests: [mkdir] Created dir: /home/bodewig/dev/gump/cpptasks/build/tests [javac] Compiling 23 source files to /home/bodewig/dev/gump/cpptasks/build/tests [jar] Building jar: /home/bodewig/dev/gump/cpptasks/build/lib/cpptasks_test.jar run-tests: [junit] Testsuite: net.sf.antcontrib.cpptasks.TestAllClasses [junit] Tests run: 109, Failures: 0, Errors: 0, Time elapsed: 1,008 sec BUILD SUCCESSFUL Total time: 8 seconds I have not done a full rebuild, but the result should be the same, no? Stefan