Return-Path: Delivered-To: apmail-incubator-abdera-dev-archive@locus.apache.org Received: (qmail 9945 invoked from network); 4 Mar 2008 12:59:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Mar 2008 12:59:16 -0000 Received: (qmail 55621 invoked by uid 500); 4 Mar 2008 12:59:11 -0000 Delivered-To: apmail-incubator-abdera-dev-archive@incubator.apache.org Received: (qmail 55593 invoked by uid 500); 4 Mar 2008 12:59:11 -0000 Mailing-List: contact abdera-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: abdera-dev@incubator.apache.org Delivered-To: mailing list abdera-dev@incubator.apache.org Received: (qmail 55584 invoked by uid 99); 4 Mar 2008 12:59:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Mar 2008 04:59:11 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [204.245.215.72] (HELO corp.theplatform.com) (204.245.215.72) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Mar 2008 12:58:36 +0000 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C87DF7.7B60BCB4" Subject: JUnit failure building 0.3.0-incubating from source Date: Tue, 4 Mar 2008 04:58:45 -0800 Message-ID: <1A9866F953006D45AEE0166066114E090D521C5C@TPMAIL02.corp.theplatform.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: JUnit failure building 0.3.0-incubating from source Thread-Index: Ach993r8W2QEup6YQ76O41wIFldzTw== From: "Todd Wells" To: X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01C87DF7.7B60BCB4 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable When running a "mvn install", I get a single unit test failure: =20 junit.framework.AssertionFailedError: expected:&-1& but was:&0& at junit.framework.Assert.fail(Assert.java:47) at junit.framework.Assert.failNotEquals(Assert.java:277) at junit.framework.Assert.assertEquals(Assert.java:64) at junit.framework.Assert.assertEquals(Assert.java:130) at junit.framework.Assert.assertEquals(Assert.java:136) at org.apache.abdera.test.parser.stax.FeedValidatorTest.testSection4276Link LengthNotPositive(FeedValidatorTest.java:3037) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav a:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor Impl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at junit.framework.TestCase.runTest(TestCase.java:168) at junit.framework.TestCase.runBare(TestCase.java:134) at junit.framework.TestResult$1.protect(TestResult.java:110) at junit.framework.TestResult.runProtected(TestResult.java:128) at junit.framework.TestResult.run(TestResult.java:113) at junit.framework.TestCase.run(TestCase.java:124) at junit.framework.TestSuite.runTest(TestSuite.java:232) at junit.framework.TestSuite.run(TestSuite.java:227) at org.junit.internal.runners.OldTestClassRunner.run(OldTestClassRunner.jav a:76) at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.jav a:62) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSe t(AbstractDirectoryTestSuite.java:138) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(Abstr actDirectoryTestSuite.java:125) at org.apache.maven.surefire.Surefire.run(Surefire.java:132) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav a:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor Impl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(Suref ireBooter.java:290) at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java :818) =20 I don't know if it's related, but I noticed this checksum failure during the maven build, too: =20 [WARNING] *** CHECKSUM FAILED - Error retrieving checksum file for org/codehaus/woodstox/wstx-asl/3.2.1/wstx-asl-3.2.1.jar - IGNORING =20 My apologies if this is the incorrect list for posting this issue, it seemed appropriate since it had to do with building the source. ------_=_NextPart_001_01C87DF7.7B60BCB4--