Hello,

At the prompting of Steve Loughran, I'm trying to get up to speed on stuff here, so I can help out with regressions on OS X. You'll all be glad to know that the 1.5 beta release builds and tests cleanly on OS X 10.1.4. However, just a plain checkout from cvs had the negative results posted at the end of this email.

Sorry I'm not up to speed on how bug reporting, etc., is handled here yet, but I thought you'd rather have the info available now than wait until I manage to come up to speed, (probably will be a little while before I know the code enough to submit patches and stuff, of course,) so herewith the output of ./build.sh test.

Do let me know if there are specific things I can help out with. I'll start looking through the bug base once I figure out its UI and stuff, but if there are other things I can do to help the development and testing process along, or better ways of interacting with everyone here, just let me know.

Thanks,
-Ian

% ./build.sh test

Buildfile: build.xml

check_for_optional_packages:

xml-check:

dump-sys-properties:
java.vm.info=mixed mode
java.vm.name=Java HotSpot(TM) Client VM
java.vm.vendor=Apple Computer, Inc.
java.vm.version=1.3.1
os.arch=ppc
os.name=Mac OS X
os.version=10.1.4
file.encoding=MacRoman
user.language=en

run-which:

dump-info:

prepare:

build:
Copying 2 files to /Users/imf/Projects/Ant/jakarta-ant/build/classes

compile-tests:

probe-offline:

run-tests:
Testsuite: org.apache.tools.ant.DirectoryScannerTest
Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.329 sec

Testsuite: org.apache.tools.ant.ImmutableTest
Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.572 sec

Testsuite: org.apache.tools.ant.IncludeTest
Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.355 sec

Testsuite: org.apache.tools.ant.IntrospectionHelperTest
Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.016 sec

Testsuite: org.apache.tools.ant.ProjectTest
Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.313 sec

Testsuite: org.apache.tools.ant.PropertyExpansionTest
Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.123 sec

Testsuite: org.apache.tools.ant.taskdefs.AntStructureTest
Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.08 sec

Testsuite: org.apache.tools.ant.taskdefs.AntTest
Tests run: 16, Failures: 0, Errors: 0, Time elapsed: 1.857 sec

Testsuite: org.apache.tools.ant.taskdefs.AvailableTest
Tests run: 21, Failures: 1, Errors: 0, Time elapsed: 1.322 sec

Testcase: test21(org.apache.tools.ant.taskdefs.AvailableTest): FAILED
expected:<true> but was:<null>
junit.framework.AssertionFailedError: expected:<true> but was:<null>
at junit.framework.Assert.fail(Assert.java:51)
at junit.framework.Assert.failNotEquals(Assert.java:234)
at junit.framework.Assert.assertEquals(Assert.java:68)
at junit.framework.Assert.assertEquals(Assert.java:75)
at org.apache.tools.ant.taskdefs.AvailableTest.test21(AvailableTest.java:209)
at java.lang.reflect.Method.invoke(Native Method)
at junit.framework.TestCase.runTest(TestCase.java:166)
at junit.framework.TestCase.runBare(TestCase.java:140)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:131)
at junit.framework.TestSuite.runTest(TestSuite.java:173)
at junit.framework.TestSuite.run(TestSuite.java:168)
at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run
(JUnitTestRunner.java:325)
at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.executeInVM
(JUnitTask.java:797)
at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:
544)
at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:
520)
at org.apache.tools.ant.Task.perform(Task.java:313)
at org.apache.tools.ant.Target.execute(Target.java:309)
at org.apache.tools.ant.Target.performTasks(Target.java:334)
at org.apache.tools.ant.Project.executeTarget(Project.java:1216)
at org.apache.tools.ant.Project.executeTargets(Project.java:1160)
at org.apache.tools.ant.Main.runBuild(Main.java:605)
at org.apache.tools.ant.Main.start(Main.java:195)
at org.apache.tools.ant.Main.main(Main.java:234)




BUILD FAILED
/Users/imf/Projects/Ant/jakarta-ant/build.xml:1151: Test org.apache.tools.ant.taskdefs.AvailableTest failed



-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>



Reply via email to