Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 52603 invoked from network); 18 May 2006 15:43:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 May 2006 15:43:08 -0000 Received: (qmail 32067 invoked by uid 500); 18 May 2006 15:43:07 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 32017 invoked by uid 500); 18 May 2006 15:43:06 -0000 Mailing-List: contact dev-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@forrest.apache.org List-Id: Delivered-To: mailing list dev@forrest.apache.org Received: (qmail 32006 invoked by uid 99); 18 May 2006 15:43:06 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 May 2006 08:43:06 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of bdelacretaz@gmail.com designates 64.233.182.191 as permitted sender) Received: from [64.233.182.191] (HELO nf-out-0910.google.com) (64.233.182.191) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 May 2006 08:43:05 -0700 Received: by nf-out-0910.google.com with SMTP id a4so103030nfc for ; Thu, 18 May 2006 08:42:43 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; 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=uEWsHZ3YguXoWZs5688KNZD1qlrQopjZFnnCXa6AoJWferdSrdNDOlmJGZQXCcHmuN+xuQLdhHU3Ulh1ZMsFkLYttlpkA0DKP1jBqFuWx4fRZQEVLQTIzJOHZMJCCzYCzVepQuJxgesV7Me9zmegb7Ow1JTjXbUJMPZmoM41dpQ= Received: by 10.49.61.19 with SMTP id o19mr663986nfk; Thu, 18 May 2006 08:42:41 -0700 (PDT) Received: by 10.48.202.19 with HTTP; Thu, 18 May 2006 08:42:41 -0700 (PDT) Message-ID: Date: Thu, 18 May 2006 17:42:41 +0200 From: "Bertrand Delacretaz" Sender: bdelacretaz@gmail.com To: dev@forrest.apache.org Subject: Re: Recommendations for URL-based i18n like at www.verit.de? In-Reply-To: <20060517234017.GH28421@igg.indexgeo.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <446B2322.5040008@verit.de> <446B2FAF.4020509@apache.org> <20060517234017.GH28421@igg.indexgeo.com.au> X-Google-Sender-Auth: 12df25c80c5d1c05 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 5/18/06, David Crossley wrote: > ...I gave a general reply on the user list. > http://article.gmane.org/gmane.text.xml.forrest.user/3620.. Thanks! I've read it all now. The i18n support seems to work indeed in V0.7, but it's not currently working for me in trunk. Failure scenario: svn up build clean, rebuild run "forrest seed" in an empty directory set project.i18n=3Dtrue in forrest.properties forrest run request http://localhost:8888/index.html At this point I get an error saying "(my forrest_home)/main/webapp (No such file or directory)". If I switch off project.i18n everything's fine. I have to run now, will have a closer look tomorrow, but if someone could test this and confirm Id' appreciate it. -Bertrand