Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 20324 invoked from network); 5 Mar 2006 21:52:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Mar 2006 21:52:43 -0000 Received: (qmail 59136 invoked by uid 500); 5 Mar 2006 21:53:27 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 58655 invoked by uid 500); 5 Mar 2006 21:53:25 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 58644 invoked by uid 99); 5 Mar 2006 21:53:25 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Mar 2006 13:53:25 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jak-commons-dev@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Mar 2006 13:53:24 -0800 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1FG19l-0004lu-Vn for commons-dev@jakarta.apache.org; Sun, 05 Mar 2006 22:52:50 +0100 Received: from pool-71-107-251-46.lsanca.dsl-w.verizon.net ([71.107.251.46]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 05 Mar 2006 22:52:49 +0100 Received: from wbarker by pool-71-107-251-46.lsanca.dsl-w.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 05 Mar 2006 22:52:49 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: commons-dev@jakarta.apache.org From: "Bill Barker" Subject: Re: [GUMP@vmgump]: Project commons-math (in module jakarta-commons) failed Date: Sun, 5 Mar 2006 13:52:43 -0800 Lines: 62 Message-ID: References: <440ab308.06beef24.4d29.63a0SMTPIN_ADDED@mx.gmail.com> <31cc37360603050158x2acffadav501d8e4ce0918c0@mail.gmail.com> <31cc37360603051327q214039b9i4f25ed564b41ca61@mail.gmail.com> X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: pool-71-107-251-46.lsanca.dsl-w.verizon.net X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-RFC2646: Format=Flowed; Original Sender: news X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Niall reminded me of this. Math has at least one test that requires swingui, which isn't there in JUnit HEAD. As a result, Math was changed to depend on the packaged junit-3.8.x.jar so that it would still build. Most other projects work fine with JUnit HEAD, so they don't even get attempted while JUnit is failing. Ant only has an optional dependancy on JUnit HEAD, so it simply chooses not to create ant-junit.jar when it builds. The result is that Math doesn't have ant-junit.jar available to it, so it fails. Of course, the best thing would be to convince the JUnit people to fix the broken commit that is causing it to fail :). A temporary solution would be to change Math depend on JUnit HEAD, and switch it back when JUnit starts building again. "Henri Yandell" wrote in message news:31cc37360603051327q214039b9i4f25ed564b41ca61@mail.gmail.com... Math's build.xml is generated from Maven though. It can't be the only one - so why don't they fail too? A Maven version thing? Hen On 3/5/06, Bill Barker wrote: > The HEAD of JUnit has been failing to build for a while (well, almost a > week > actually :). Math doesn't have an explicit dependancy on JUnit (it > expects > Ant to provide it with a copy), so it tries to build anyway. It then dies > when there is no JUnit jar. > > > "Henri Yandell" wrote in message > news:31cc37360603050158x2acffadav501d8e4ce0918c0@mail.gmail.com... > A clean svn update of commons-math builds fine for me using ant. > > Any ideas? > > Hen > > On 3/5/06, Stefan Bodewig wrote: > > > Project commons-math has an issue affecting its community integration. > > This issue affects 1 projects, > > and has been outstanding for 6 runs. > > The current state of this project is 'Failed', with reason 'Build > > Failed'. > > For reference only, the following projects are affected by this: > > - commons-math : The Jakarta Mathematics Library > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org > For additional commands, e-mail: commons-dev-help@jakarta.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org