Return-Path: Delivered-To: apmail-incubator-abdera-user-archive@locus.apache.org Received: (qmail 7208 invoked from network); 31 Mar 2007 15:15:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Mar 2007 15:15:18 -0000 Received: (qmail 15891 invoked by uid 500); 31 Mar 2007 15:15:25 -0000 Delivered-To: apmail-incubator-abdera-user-archive@incubator.apache.org Received: (qmail 15877 invoked by uid 500); 31 Mar 2007 15:15:25 -0000 Mailing-List: contact abdera-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: abdera-user@incubator.apache.org Delivered-To: mailing list abdera-user@incubator.apache.org Received: (qmail 15868 invoked by uid 99); 31 Mar 2007 15:15:25 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 31 Mar 2007 08:15:25 -0700 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 ixjonez@gmail.com designates 64.233.162.225 as permitted sender) Received: from [64.233.162.225] (HELO nz-out-0506.google.com) (64.233.162.225) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 31 Mar 2007 08:15:16 -0700 Received: by nz-out-0506.google.com with SMTP id j2so673761nzf for ; Sat, 31 Mar 2007 08:14:55 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=eUJnGfE8jEvz+5RNj10+Iu29GhiTthMgxc/Gh7TfxOo8JxJhqu4xA+jRt+lk+LQiNbLqO96PJSkO978Kgt2af4w/ilRuosJgAxF8e6Tn3uW8iyyrkKMkEcC/QmU2vZDj3TEMIXET4ZxR75dKp4PApl5x7vH2tc1gaCVetfw0Dik= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=pewEwaIIaQXj6kH+5VsygC6X+GnZjQGo/tKNETtvbNvmpUcib0PHDSoDpFEoerSASPgdt7tkXl6BFBDRUAh7g3JD5TMalhKxzl7AoL/F1P+yFLBXLz1hmTwqQnp73EPBf8VsWcJexLUqfUvnlmpgbQSAP99Ck+TvpDWG3Y/S7is= Received: by 10.114.171.1 with SMTP id t1mr1193141wae.1175354095392; Sat, 31 Mar 2007 08:14:55 -0700 (PDT) Received: by 10.114.192.6 with HTTP; Sat, 31 Mar 2007 08:14:55 -0700 (PDT) Message-ID: <29a761a00703310814g45e2c95nf537e4f4f3cf554b@mail.gmail.com> Date: Sat, 31 Mar 2007 08:14:55 -0700 From: "Brian Moseley" Sender: ixjonez@gmail.com To: abdera-user@incubator.apache.org Subject: Re: problems setting entry content In-Reply-To: <7edfeeef0703310630u4deef9bpb514ca1f71608106@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <29a761a00703301845o4fb591b1ide611082881a2bc9@mail.gmail.com> <7edfeeef0703310630u4deef9bpb514ca1f71608106@mail.gmail.com> X-Google-Sender-Auth: 78d8435c51abfbea X-Virus-Checked: Checked by ClamAV on apache.org On 3/31/07, Garrett Rooney wrote: > Can you be more specific about the problem you're seeing here. I just > tried the basic example you talk about further down: i'll address this in a reply to a later message in the thread. > One particularly interesting question would be how are you trying to > build. Ant vs Maven might have some big implications with regard to > the recent changes in the iri stuff, for example. i'm using m2. the steps were: 1) svn up 2) mvn clean 3) mvn install the build fails in the core subproject with several messages like these: C:\cygwin\home\bcm\work\apache\abdera\core\src\main\java\org\apache\abdera\model\Categories.java:[22,34] package org.apache.abdera.i18n.iri does not exist C:\cygwin\home\bcm\work\apache\abdera\core\src\main\java\org\apache\abdera\model\Categories.java:[77,2] cannot find symbol symbol : class IRI location: interface org.apache.abdera.model.Categories i remember seeing things fly by on the dev list about extracting the iri subsystem into the jjakarta commons or some such, but i didn't pay any attention. is it possible that something like that happened and the maven build wasn't updated? i just tried the ant build, and that went just fine (except for a test failure), so yea, the problem must be specific to the maven build. i noticed that the subprojects listed by the maven reactor did not include i18n in any fashion, so i wonder if that dependency was just never added to the maven build.