You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by Leo Simons <le...@apache.org> on 2003/02/20 15:37:14 UTC

forrestizing excalibur

got halfway or so. Need to attend to other stuff now, so not finished. 
Attached are the files I used. These commands to the trick:

export PRJ=monitor; ant -buildfile cocoontoforrest.xml \
-Dproject=$PRJ; cd $PRJ; ant docs;

# check result, fix any problems, commit

cvs add src/xdocs/book.xml src/xdocs/tabs.xml; cvs remove \
-f src/xdocs/menu.xml; cvs commit -m 'forrestize' build.xml \
src/xdocs

if anyone feels like finishing go ahead otherwise I will probably find 
time somewhere sometime :D

cheers,

- Leo