Forrest: Got ${env.FORREST_HOME}
Found $FORREST_HOME..
forrest.home set to ${forrest.home}
Forrest: Checking build.properties..
Forrest: Checking project.properties..
Forrest: Checking ant.properties..
Forrest: Checking .ant.properties..
----------------------------------------------
To run this target, you need Forrest installed.
Please do the following:
export CVSROOT=:pserver:anoncvs@cvs.apache.org:/home/cvspublic
cvs checkout xml-forrest
cd xml-forrest
build (Windows)
./build.sh (Unix)
Then either:
- Set FORREST_HOME as the Forrest build instructions describe
- Create a build.properties, with the forrest.home property pointing to
the forrest shbat directory, eg:
forrest.home=${winpath} (Windows)
forrest.home=${unixpath} (Unix)
(adjusting the path according to where your xml-forrest is)
----------------------------------------------