On Sat, 28 Jul 2001, Sam Ruby wrote:
> Craig R. McClanahan
> >
> > Tomcat 4 has just added a new dependency on jakarta-site2 (for the doc
> > templates). Specifically, it needs a "site2.home" property in the
> > build.properties file containing the pathname to this directory.
>
> Already fixed, see below. ;-)
>
> - Sam Ruby
>
> P.S. You might consider updating build.properties.sample?
>
For the moment, the default Tomcat 4 build targets do *not* build the
"tomcat-docs" web app, so they don't have to worry about this
dependency. We need to settle on the documentation generation technology,
and it's not clear that the stylesheets (either Anakia's or XSLT's) in the
"jakarta-site2" repository make a very good starting point.
In the mean time, if you have a "site2.home" property defined, you can run
"ant tomcat-docs" from the top-level directory to create this webapp.
Craig