Return-Path: Delivered-To: apmail-incubator-abdera-dev-archive@locus.apache.org Received: (qmail 97393 invoked from network); 4 Dec 2006 16:57:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Dec 2006 16:57:12 -0000 Received: (qmail 83181 invoked by uid 500); 4 Dec 2006 16:57:21 -0000 Delivered-To: apmail-incubator-abdera-dev-archive@incubator.apache.org Received: (qmail 83154 invoked by uid 500); 4 Dec 2006 16:57:20 -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 83145 invoked by uid 99); 4 Dec 2006 16:57:20 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Dec 2006 08:57:20 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of jasnell@gmail.com designates 64.233.184.238 as permitted sender) Received: from [64.233.184.238] (HELO wr-out-0506.google.com) (64.233.184.238) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Dec 2006 08:57:08 -0800 Received: by wr-out-0506.google.com with SMTP id i32so1136236wra for ; Mon, 04 Dec 2006 08:56:47 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=jmNdDsQKj67ZrhxYExIrO0LwpdgUc88iPM/oVZY0pxzoLauXZwXSOwE7Us8vv9BJZlKe4oZBKT4Q0XbkjFfR6Y22E2R46iWI55o9gpcxJY58iozgnylWcgAs8nfMSY7GqKFKXvIJ/CE2gH+UGzhVTm/dybHAvh/frFye2F/xq/U= Received: by 10.100.33.14 with SMTP id g14mr2085914ang.1165251407562; Mon, 04 Dec 2006 08:56:47 -0800 (PST) Received: from ?192.168.1.101? ( [67.181.218.96]) by mx.google.com with ESMTP id 44sm43659931wri.2006.12.04.08.56.46; Mon, 04 Dec 2006 08:56:46 -0800 (PST) Message-ID: <45745347.9020508@gmail.com> Date: Mon, 04 Dec 2006 08:56:39 -0800 From: James M Snell User-Agent: Thunderbird 1.5.0.8 (X11/20061025) MIME-Version: 1.0 To: abdera-dev@incubator.apache.org Subject: Re: Build problem with trunk References: <7b774c950612021456h53a9eef3ke99afa6242fb77a2@mail.gmail.com> In-Reply-To: <7b774c950612021456h53a9eef3ke99afa6242fb77a2@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I've been unable to duplicate these results. If someone is able to track it down I'll commit the patch. - James Dan Diephouse wrote: > Hi All, > Forgive me if I'm doing something stupid or have missed something on the > dev > list explaining a broken build, but I can't seem to get trunk to build. I > get the follow errors: > > Running org.apache.abdera.test.parser.stax.ParserTest > Tests run: 3, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.54 sec > <<< > FAILURE! > Running org.apache.abdera.test.parser.stax.FOMTest > Tests run: 10, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 3.195 sec > <<< FAILURE! > Running org.apache.abdera.test.parser.stax.FeedParserTest > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 sec > Running org.apache.abdera.test.parser.stax.ConcurrencyTest > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.182 sec > Running org.apache.abdera.test.parser.stax.AtomConformanceTest > Tests run: 8, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 44.163 sec > <<< FAILURE! > Running org.apache.abdera.test.parser.stax.FeedValidatorTest > Tests run: 252, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 76.43 sec > >> From the first failed test: > > $ cat > parser/target/surefire-reports/org.apache.abdera.test.parser.stax.ParserTest.txt > > ------------------------------------------------------------------------------- > > Test set: org.apache.abdera.test.parser.stax.ParserTest > ------------------------------------------------------------------------------- > > Tests run: 3, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.54 sec > <<< > FAILURE! > testParseReader(org.apache.abdera.test.parser.stax.ParserTest) Time > elapsed: 0.12 sec <<< ERROR! > org.apache.abdera.parser.ParseException: > org.apache.abdera.util.iri.IRISyntaxException: > org.apache.abdera.util.io.InvalidCharacterException: Invalid Character 0x20 > at org.apache.abdera.parser.stax.FOMParser.parse(FOMParser.java:135) > at org.apache.abdera.util.AbstractParser.parse(AbstractParser.java > :90) > at org.apache.abdera.test.parser.stax.ParserTest.testParseReader( > ParserTest.java:60) > > Am I doing anything wrong here? Or is the build just temporarily b0rked? > Thanks, > - Dan