From user-return-4158-apmail-forrest-user-archive=forrest.apache.org@forrest.apache.org Wed Apr 11 11:37:33 2007 Return-Path: Delivered-To: apmail-forrest-user-archive@www.apache.org Received: (qmail 93336 invoked from network); 11 Apr 2007 11:37:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Apr 2007 11:37:31 -0000 Received: (qmail 18287 invoked by uid 500); 11 Apr 2007 11:37:37 -0000 Delivered-To: apmail-forrest-user-archive@forrest.apache.org Received: (qmail 18250 invoked by uid 500); 11 Apr 2007 11:37:37 -0000 Mailing-List: contact user-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@forrest.apache.org List-Id: Delivered-To: mailing list user@forrest.apache.org Received: (qmail 18241 invoked by uid 99); 11 Apr 2007 11:37:37 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Apr 2007 04:37:37 -0700 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 (herse.apache.org: domain of schumarer@gmail.com designates 66.249.92.169 as permitted sender) Received: from [66.249.92.169] (HELO ug-out-1314.google.com) (66.249.92.169) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Apr 2007 04:37:30 -0700 Received: by ug-out-1314.google.com with SMTP id t30so88355ugc for ; Wed, 11 Apr 2007 04:37:09 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=PDk+gFXT7IEc275lsAdQeBtxeUMdVTBO/MD2RZ4tq7Du1N0konSheww1hPXkPbmeiPtZ6dCbq4RF/fBUuNdWVoxvOL/YskVaV4lX6naKImeGcVBDHlKUNGMcnzwogira5xMW+n3U2YGklbc+a4BsFGeN6n8jqiliOxueOehsSyI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=CZhw3/oodNmnMVEI+PKxxXQ8AbNMg2A79CBSwHZiNbvC+cbayA40+rn5ieSHun8N/EVS58wa6G3TZOrCQ9TPQaCAK+DiPvbgF8/RinTbtYYiqcNsuo0KtnN8vkF4yODZ3BIHby4ZXtSbPWqfqVdnDGibpMWdKyy1/XszWw9MuIc= Received: by 10.67.91.6 with SMTP id t6mr386192ugl.1176291429118; Wed, 11 Apr 2007 04:37:09 -0700 (PDT) Received: by 10.66.234.20 with HTTP; Wed, 11 Apr 2007 04:37:09 -0700 (PDT) Message-ID: <629401bf0704110437r4cb399f2rd5abf115f4f0d5f@mail.gmail.com> Date: Wed, 11 Apr 2007 13:37:09 +0200 From: "schumarer schumarer" To: user@forrest.apache.org Subject: Re: How can I start using Forrest? In-Reply-To: <461CBEAB.10300@apache.org> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_2582_3880924.1176291429044" References: <629401bf0704110219n8dc3308ib852032cf235c553@mail.gmail.com> <461CAB80.1060308@apache.org> <629401bf0704110243m671645e9n686c2c5161dab7d2@mail.gmail.com> <461CAE83.7000003@apache.org> <629401bf0704110256w61a5b609k9b50a258def58f15@mail.gmail.com> <461CB3DB.2080906@apache.org> <629401bf0704110330r2aa36a59w8a09d36ee9c7efcc@mail.gmail.com> <461CBEAB.10300@apache.org> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_2582_3880924.1176291429044 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline :-) Finally it worked. I rebuild everything from scratch and it worked. Thank you very much :-) On 4/11/07, Ross Gardler wrote: > > schumarer schumarer wrote: > > and still the same problem. > > > > java.lang.UnsupportedClassVersionError: > > org/apache/forrest/log/ForrestLogTargetFactory (Unsupported > > major.minor version 50.0) > > I'm not sure which version of Forrest is giving you this error. I know > you have SVN head so lets work with that (we are actually in a code > freeze and testing the release package right now, so you may as well > stick with it). > > So, lets start from the beginning again. Do the following: > > set FORREST_HOME=path/to/forrest-0.8/checkout > cd %FORREST_HOME%\main > build.bat clean > build.bat > > cd some/temp/dir > forrest seed-samples > forrest > > > Do you know why and when this error occurs ? If I understand when, maybe > > I would be able to hack forrest at a later time in the process of > > building the site ? > > All I know for certain is that this is an issue with your environment, > not with Forrest itself. I know that Forrest runs perfectly well on > windows with: > > java version " 1.5.0_11" > Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_11-b03) > Java HotSpot(TM) Client VM (build 1.5.0_11-b03, mixed mode, sharing) > > (I have the exact same setup locally on Windows XP Pro) > > Forrest will give you more clues as to where the problem occurs in its > logs. These can be found in build/webapp/logs within your content object > directory. > > Ross > ------=_Part_2582_3880924.1176291429044 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
:-)
Finally it worked. I rebuild everything from scratch and it worked.

Thank you very much :-)


On 4/11/07, Ross Gardler < rgardler@apache.org> wrote:
schumarer schumarer wrote:
> and still the same problem.
>
>         java.lang.UnsupportedClassVersionError:
>         org/apache/forrest/log/ForrestLogTargetFactory (Unsupported
>         major.minor version 50.0)

I'm not sure which version of Forrest is giving you this error. I know
you have SVN head so lets work with that (we are actually in a code
freeze and testing the release package right now, so you may as well
stick with it).

So, lets start from the beginning again. Do the following:

set FORREST_HOME=path/to/forrest-0.8/checkout
cd %FORREST_HOME%\main
build.bat clean
build.bat

cd some/temp/dir
forrest seed-samples
forrest

> Do you know why and when this error occurs ? If I understand when, maybe
> I would be able to hack forrest at a later time in the process of
> building the site ?

All I know for certain is that this is an issue with your environment,
not with Forrest itself. I know that Forrest runs perfectly well on
windows with:

java version " 1.5.0_11"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_11-b03)
Java HotSpot(TM) Client VM (build 1.5.0_11-b03, mixed mode, sharing)

(I have the exact same setup locally on Windows XP Pro)

Forrest will give you more clues as to where the problem occurs in its
logs. These can be found in build/webapp/logs within your content object
directory.

Ross

------=_Part_2582_3880924.1176291429044--