Ant included

Michael Wechner <[email protected]> Mon, 24 Feb 2003 17:26:31 +0100
Newsgroups gmane.comp.cms.wyona.devel,gmane.comp.cms.wyona.user
Message-ID <[email protected]>
Dear List

For those of you, who build Wyona from source, please note that the 
build.xml and build.properties.sample (which means you have to update 
build.properties) have slightly changed.

The changes are because we are currently working on the "separation" of
the publications from the actual CMS.

The build target "prepare-src" needs the regexp mapper,which means you 
have to tell ant about a regexp library such as for instance 
jakarta-regexp-1.2.jar.

Now you have to possibilities:

1) You use your own ant, but copy the library 
src/cocoon/WEB-INF/lib/jakarta-regexp-1.2.jar into the directory "lib"
of your ant distribution and everything stays the same, e.g.

ant install

2) Or you use the ant which I included into the Wyona distribution and 
use the shell resp. bat script to call ant, e.g.

./build.sh install

If you encounter problems,please let us know.

I know these changes are bit annoying, but I think it will definitely
be worth it in the end :-)

Thanks

Michael