Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 81754 invoked from network); 17 May 2002 01:28:09 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 17 May 2002 01:28:09 -0000 Received: (qmail 12622 invoked by uid 97); 17 May 2002 01:28:13 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 12576 invoked by uid 97); 17 May 2002 01:28:12 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 12564 invoked by uid 98); 17 May 2002 01:28:11 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Date: Thu, 16 May 2002 18:27:42 -0700 Subject: Build failure on OS X (from anoncvs checkout) Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v481) Cc: Ian McFarland To: ant-dev@jakarta.apache.org From: Ian McFarland Content-Transfer-Encoding: 7bit Message-Id: <48577C03-6935-11D6-911E-0003938E4906@neo.com> X-Mailer: Apple Mail (2.481) X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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: but was: junit.framework.AssertionFailedError: expected: but was: 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: For additional commands, e-mail: