Re: [GUMP] Build Failure - jakarta-avalon-excalibur
Stefan Bodewig <[email protected]>
| Newsgroups | gmane.comp.jakarta.avalon.apps.devel |
|---|---|
| Message-ID | <[email protected]> |
On 11 Dec 2002, Leo Simons <[email protected]> wrote: >> Which property do you need to get set to the site dir? > > exactly the same one :D I have this changed locally and can commit it, but it doesn't help at all. If you look into jakarta-avalon-excalibur/zip/build.xml you'll find: <anakia basedir="${xdocs.dir}" destdir="${docs.dir}" style="docs.vsl" projectfile="menu.xml" includes="**/*.xml" excludes="menu.xml" velocitypropertiesfile="../site/src/stylesheets/velocity.properties" /> so there is a hardcoded reference to docs.vsl that is supposed to be there (and no property to look somewhere else), but there is only one in site/src/stylesheets - none in zip. Stefan