Return-Path: Delivered-To: apmail-incubator-abdera-dev-archive@locus.apache.org Received: (qmail 45593 invoked from network); 9 Aug 2007 19:58:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Aug 2007 19:58:17 -0000 Received: (qmail 7617 invoked by uid 500); 9 Aug 2007 19:58:16 -0000 Delivered-To: apmail-incubator-abdera-dev-archive@incubator.apache.org Received: (qmail 7599 invoked by uid 500); 9 Aug 2007 19:58:16 -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 7590 invoked by uid 99); 9 Aug 2007 19:58:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Aug 2007 12:58:16 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jasnell@gmail.com designates 66.249.92.173 as permitted sender) Received: from [66.249.92.173] (HELO ug-out-1314.google.com) (66.249.92.173) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Aug 2007 19:58:09 +0000 Received: by ug-out-1314.google.com with SMTP id t30so486983ugc for ; Thu, 09 Aug 2007 12:57:47 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=RPSJ4rBkbf+7CIyVCrty1Z0UyL3toEgXOkeADbG0Q7qOYV2Tu6oi5tMZzoh3HN03Hz8rkw0IrVMtvAV7Y+ZNzqF/2RPYQAYmhSe0BgnHFBunJxH/ZOT2dHmPU9eNE5L2VZJMFqKRUIjIhMWZ+r9qsV+rSHeUOYUb2Ke2atiaqeM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=JCO6x4m9zjj1y3b4AIQExvORQtR6GL3Qo7UcMI/i++VXAlmTLC4gsRGT3jpNAxj84Ub7GLfMMSDgVkRQC4g2dMRwYR7Mnfl/Rk1GghFG8Q9gKqDKqTyl1kT0fisX2zRfLx1+TS/1AL1gWATR8Z7G+JRqVcZ+XLgx/kYwl4C2TKY= Received: by 10.142.156.13 with SMTP id d13mr524028wfe.1186689466216; Thu, 09 Aug 2007 12:57:46 -0700 (PDT) Received: from ?192.168.1.108? ( [67.181.218.96]) by mx.google.com with ESMTPS id q30sm2249240wrq.2007.08.09.12.57.44 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 09 Aug 2007 12:57:45 -0700 (PDT) Message-ID: <46BB71B5.1060608@gmail.com> Date: Thu, 09 Aug 2007 12:57:41 -0700 From: James M Snell User-Agent: Thunderbird 2.0.0.0 (X11/20070326) MIME-Version: 1.0 To: abdera-dev@incubator.apache.org Subject: Re: Failing Tests in Maven? References: <7b774c950708091216p3908976x55a77c346d19080f@mail.gmail.com> <7b774c950708091223u567d4a0bqa844022893911496@mail.gmail.com> In-Reply-To: <7b774c950708091223u567d4a0bqa844022893911496@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Yep. Replace you spaces with %20 or + - James Dan Diephouse wrote: > Thinking about this a bit... I'm just guessing, but I think this is probably > because I have a space in my path. I.e. the abdera checkout is in > c:\cygwin\home\dan diephouse\abdera. > > - Dan > > On 8/9/07, Dan Diephouse wrote: >> Anyone else seeing the ParserTest fail with this? >> >> >> ------------------------------------------------------------------------------- >> Test set: org.apache.abdera.test.parser.stax.ParserTest >> ------------------------------------------------------------------------------- >> >> Tests run: 3, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.029 sec >> <<< FAILURE! >> testParseReader(org.apache.abdera.test.parser.stax.ParserTest) Time >> elapsed: 0.009 sec <<< ERROR! >> org.apache.abdera.parser.ParseException : >> org.apache.abdera.i18n.iri.IRISyntaxException: >> org.apache.abdera.i18n.io.InvalidCharacterException: Invalid Character >> 0x20 >> at org.apache.abdera.parser.stax.FOMParser.parse(FOMParser.java:164) >> at org.apache.abdera.parser.stax.FOMParser.parse (FOMParser.java:142) >> at org.apache.abdera.util.AbstractParser.parse(AbstractParser.java:87) >> at org.apache.abdera.test.parser.stax.ParserTest.testParseReader( >> ParserTest.java:60) >> >> >> - Dan >> >> -- >> Dan Diephouse >> Envoi Solutions >> http://envoisolutions.com | http://netzooid.com/blog > > > >