You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by Stefano Mazzocchi <st...@apache.org> on 2004/04/07 00:48:38 UTC

playing around with forrest

Ok, just downloaded forrest from SVN.

 > svn co http://svn.apache.org/repos/asf/xml/forrest/trunk forrest
 > cd forrest
 > ./build.sh
 > cd build/dist/shbat/
 > export FORREST_HOME=[current work dir]
 > ./bin/forrest seed
 > ./bin/forrest

and I get

[...]

validate-skinconf:
1 file(s) have been successfully validated.
...validated skinconf

load-project-props:

BUILD FAILED
/Users/stefano/Code/forrest/build/dist/shbat/forrest.build.xml:160: 
java.io.FileNotFoundException: 
/Users/stefano/Code/forrest/build/dist/shbat/src/documentation/skinconfig-v06.dtd 
(No such file or directory)

Total time: 3 seconds

-- 
Stefano.



Re: playing around with forrest

Posted by Stefano Mazzocchi <st...@apache.org>.
step #3:

 > cp -r ./context/ ./build/webapp/
 > ./bin/forrest

[...]

ERROR: You must specify a destination directory when defining a target
------------------------------------------------------------------------
cocoon 2.1.4
Copyright (c) 1999-2004 Apache Software Foundation. All rights reserved.
------------------------------------------------------------------------


X [0]                                     index.html    BROKEN: 
http://apache.org/forrest/dtd/tab-cocoon-v11.dtd
Total time: 0 minutes 7 seconds,  Site size: 0 Site pages: 0

grrrrrrrrrrrrrrrrrrrr

-- 
Stefano.


Re: playing around with forrest

Posted by David Crossley <cr...@apache.org>.
David Crossley wrote:
> Stefano Mazzocchi wrote:
<snip/>
> > 
> > Am I the only one using forrest from the latest svn head?
> 
> At least we committers are using head. I think you have caught it
> in the middle of a transition. Cheche has being doing work on the
> skinconf DTD very recently, like 40 minutes ago. Please read the
> mailing list.

If you have a pressing deadline then go back to the trunk of
a couple of days ago. I have not updated today, and everything
works for me including 'forrest run'.

I am not sure how to tell what version that i have, but my
top-level forrest/.svn/entries file say that "9719" was the recent.

HTH
--David



Re: playing around with forrest

Posted by David Crossley <cr...@apache.org>.
Stefano Mazzocchi wrote:
> step #2:
> 
>  > edit ./src/documentation/skinconf.xml to remove the DOCTYPE
>  > edit "forrest.properties" and turn validation off
>  > ./bin/forrest
> 
> [...]
> 
> ERROR: You must specify a destination directory when defining a target
> ------------------------------------------------------------------------
> cocoon 2.1.4
> Copyright (c) 1999-2004 Apache Software Foundation. All rights reserved.
> ------------------------------------------------------------------------
> 
> 
> X [0]                                     index.html    BROKEN: 
> /Users/stefano/Code/forrest/build/dist/shbat/build/webapp/context/skins/forrest-site/xslt/html/site2xhtml.xsl 
> (No such file or directory)
> Total time: 0 minutes 5 seconds,  Site size: 0 Site pages: 0
> 
> Am I the only one using forrest from the latest svn head?

At least we committers are using head. I think you have caught it
in the middle of a transition. Cheche has being doing work on the
skinconf DTD very recently, like 40 minutes ago. Please read the
mailing list.

--David



Re: playing around with forrest

Posted by Stefano Mazzocchi <st...@apache.org>.
step #2:

 > edit ./src/documentation/skinconf.xml to remove the DOCTYPE
 > edit "forrest.properties" and turn validation off
 > ./bin/forrest

[...]

ERROR: You must specify a destination directory when defining a target
------------------------------------------------------------------------
cocoon 2.1.4
Copyright (c) 1999-2004 Apache Software Foundation. All rights reserved.
------------------------------------------------------------------------


X [0]                                     index.html    BROKEN: 
/Users/stefano/Code/forrest/build/dist/shbat/build/webapp/context/skins/forrest-site/xslt/html/site2xhtml.xsl 
(No such file or directory)
Total time: 0 minutes 5 seconds,  Site size: 0 Site pages: 0

Am I the only one using forrest from the latest svn head?

-- 
Stefano.