Werner Punz wrote:
Manfred Geiler wrote:
Perhaps you must replace eclipse's default XML-Parser Crimson by
Xerces. Can you set the CLASSPATH to be used by Ant when ran from
within eclipse? If yes, try to put forrest's XercesImpl to this path.
And if that helps please add a line to the wiki, thanks. ;-)
-Manfred
Yes that helped, I am getting another, error, but that one has a
different cause (probably me)
the problem was indeed caused by a missing xerces, adding that to the
default run configuration of the ant file made things working,
thanks for the hint, I will add the section regarding forrest and
eclipse to the wiki immediately.
Ok I think I got everything up and running as expected, the
build process still exists with an error, due to a missing properties
file, but it builds the site with all the changes and a new page.
I added the info on how to set things up to the forrest section of the
wiki and also added infos about how to create patches to the Eclipse
section of the wiki.
Thanks everybody for helping me on this.
Werner