You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by Eric Hartmann <eh...@rhinfo.com> on 2002/10/25 17:55:54 UTC

Problems while trying xml-forrest

Hi,

I wanted to try forrest so I followed the instructions on
http://xml.apache.org/forrest/your-project.html:
1) I checked out xml-forrest
2) I compile it (build dist)
3) I do set FORREST_HOME=... and set PATH=%FORREST_HOME%/BIN
4) I created a new directory 
5) I use forrest seed
6) Then I launch forrest, the result is :

Setup... done.
Initializing... ready, let's go :-)
 * [0]
-> [broken link] index.html <-
disposing... done.

------------------------------
Static site generated at:
  C:\Projects\SharedValue\autocompil\llf.xdocs/build/site

Please check the file
C:\Projects\SharedValue\autocompil\llf.xdocs/build/tmp/brokenlinks.txt
for any broken links in the generated site.
------------------------------

And I have only one page index.html with the following error : 
Cocoon 2 - Ressources Not Found
type resource-not-found

message Page Not Available.

description The requested resource couldn't be found.

sender org.apache.cocoon.Main

source Cocoon commandline (Main.java)

request-uri

index.html

missing-file

C:\Projects\SharedValue\autocompil\llf.xdocs\build\site\index.html

I try forrest with Windows 2000, JDK1.3.1_05 and Ant 1.5.1.
Did I make something wrong ?

TIA,

-Eric


RE: Problems while trying xml-forrest

Posted by Eric Hartmann <eh...@rhinfo.com>.
Greats everything works now !

-Eric

-----Original Message-----
From: Jeff Turner [mailto:jefft@apache.org] 
Sent: samedi 26 octobre 2002 16:50
To: forrest-dev@xml.apache.org
Subject: Re: Problems while trying xml-forrest


On Sat, Oct 26, 2002 at 11:04:50PM +1000, David Crossley wrote:
> I am having similar troubles to Eric. When i try to
> build Forrest's own documentation as described in FAQ (./build.sh 
> docs) then i get the same error. --David

Fixed in CVS.  Sorry about that.

--Jeff


Re: Problems while trying xml-forrest

Posted by Jeff Turner <je...@apache.org>.
On Sat, Oct 26, 2002 at 11:04:50PM +1000, David Crossley wrote:
> I am having similar troubles to Eric. When i try to
> build Forrest's own documentation as described in FAQ
> (./build.sh docs) then i get the same error.
> --David

Fixed in CVS.  Sorry about that.

--Jeff

Re: Problems while trying xml-forrest

Posted by Jeff Turner <je...@apache.org>.
On Sat, Oct 26, 2002 at 11:04:50PM +1000, David Crossley wrote:
> I am having similar troubles to Eric. When i try to
> build Forrest's own documentation as described in FAQ
> (./build.sh docs) then i get the same error.

Argh.. my fault, I broke it when trying to fix the skin bug.  Sorry! :)
Will commit a fix soon.

--Jeff

Re: Problems while trying xml-forrest

Posted by David Crossley <cr...@indexgeo.com.au>.
I am having similar troubles to Eric. When i try to
build Forrest's own documentation as described in FAQ
(./build.sh docs) then i get the same error.
--David

Eric Hartmann wrote:
> Hi,
> 
> I wanted to try forrest so I followed the instructions on
> http://xml.apache.org/forrest/your-project.html:
> 1) I checked out xml-forrest
> 2) I compile it (build dist)
> 3) I do set FORREST_HOME=... and set PATH=%FORREST_HOME%/BIN
> 4) I created a new directory 
> 5) I use forrest seed
> 6) Then I launch forrest, the result is :
> 
> Setup... done.
> Initializing... ready, let's go :-)
>  * [0]
> -> [broken link] index.html <-
> disposing... done.
> 
> ------------------------------
> Static site generated at:
>   C:\Projects\SharedValue\autocompil\llf.xdocs/build/site
> 
> Please check the file
> C:\Projects\SharedValue\autocompil\llf.xdocs/build/tmp/brokenlinks.txt
> for any broken links in the generated site.
> ------------------------------
> 
> And I have only one page index.html with the following error : 
> Cocoon 2 - Ressources Not Found
> type resource-not-found
> 
> message Page Not Available.
> 
> description The requested resource couldn't be found.
> 
> sender org.apache.cocoon.Main
> 
> source Cocoon commandline (Main.java)
> 
> request-uri
> 
> index.html
> 
> missing-file
> 
> C:\Projects\SharedValue\autocompil\llf.xdocs\build\site\index.html
> 
> I try forrest with Windows 2000, JDK1.3.1_05 and Ant 1.5.1.
> Did I make something wrong ?
> 
> TIA,
> 
> -Eric