Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 75497 invoked from network); 22 Nov 2006 22:43:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Nov 2006 22:43:34 -0000 Received: (qmail 92940 invoked by uid 500); 22 Nov 2006 22:43:43 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 92901 invoked by uid 500); 22 Nov 2006 22:43:42 -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 92890 invoked by uid 99); 22 Nov 2006 22:43:42 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Nov 2006 14:43:42 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [65.77.211.84] (HELO www2.kc.aoindustries.com) (65.77.211.84) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Nov 2006 14:43:29 -0800 Received: from fo1.kc.aoindustries.com (www2.kc.aoindustries.com [65.77.211.84]) by www2.kc.aoindustries.com (8.13.4/8.13.4) with ESMTP id kAMMgkYx009500 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 22 Nov 2006 16:42:56 -0600 Received: from localhost (localhost [[UNIX: localhost]]) by fo1.kc.aoindustries.com (8.13.4/8.13.4/Submit) id kAMMTZ85005930 for dev@forrest.apache.org; Wed, 22 Nov 2006 16:29:35 -0600 X-Authentication-Warning: fo1.kc.aoindustries.com: indexgeo set sender to crossley@apache.org using -f Date: Thu, 23 Nov 2006 09:29:11 +1100 From: David Crossley To: dev@forrest.apache.org Subject: Re: Building Forrest 2 Message-ID: <20061122222911.GH903@igg.indexgeo.com.au> References: <455F8F11.5080607@apache.org> <45638ABA.5020506@apache.org> <20061122034938.GF903@igg.indexgeo.com.au> <4564288E.2030705@apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4564288E.2030705@apache.org> User-Agent: Mutt/1.4.2.1i X-Virus-Checked: Checked by ClamAV on apache.org Ross Gardler wrote: > David Crossley wrote: > >Ross Gardler wrote: > >>There are some example content objects in > >>src/examples for you to try out, for example: > >> > >>ant -Dcontent.object.dir=[FORREST2_HOME]/src/examples/helloWorld > >>-Dcontent.object.start.uri=helloWorld.html run > >> > >>I hope you have more success with this, of course, let me know if you > >>don't > > > >Doesn't work for me: "Mac OS X" Java5: > > > >svn up > >cd /svn/asf/forrest/whiteboard/forrest2/core > >ant clean; ant compile-core > >ant -Dcontent.object.dir=src/examples/helloWorld > >-Dcontent.object.start.uri=helloWorld.html run > >... > >... > > [java] 0 [main] INFO org.apache.forrest.core.Controller (?:?) - > > Using Spring Context definition in src/forrestContext.xml > > [java] > > org.springframework.beans.factory.BeanDefinitionStoreException: > > IOException parsing XML document from file > > [/svn/asf/forrest/whiteboard/forrest2/core/src/examples/helloWorld/svn/asf/forrest/whiteboard/forrest2/core/src/examples/helloWorld/src/forrestContext.xml]; nested exception is java.io.FileNotFoundException: svn/asf/forrest/whiteboard/forrest2/core/src/examples/helloWorld/src/forrestContext.xml (No such file or directory) > > [java] Caused by: java.io.FileNotFoundException: > > svn/asf/forrest/whiteboard/forrest2/core/src/examples/helloWorld/src/forrestContext.xml (No such file or directory) > > [java] at java.io.FileInputStream.open(Native Method) > >... > > > >--------------- > > > >Seems to be mangling the pathname somehow. Also tried with > >full pathname for content.object.dir with same result. > > That forrestContext.xml file should exist in the location indicated > (assuming svn/asf/forrest/whiteboard/forrest2/core is the path to your > forrest2 code). See [1] > > Can you please verify that is the case. I checked all that before sending the errors. As i said, please note the mangled paths and the missing leading slash on the Exception messages. -David > Ross > > [1] > http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrest2/core/src/examples/helloWorld/src/