Re: ant static generation - class not found DOMError

2004-04-30 Thread Stefan Klein
Hi Martin, thanks for your help. I doesn't work, though, unfortunately. SET ANT_OPTS=-Djava.endorsed.dirs=D:\cocoon-2.1.4-src\cocoon-2.1.4\lib\en dorsed-Xms64m -Xmx512m What is -Xms64m -Xmx512m. I set the ant option as you did, but didn't understand what this second part is. I don't think,

Re: ant static generation - class not found DOMError

2004-04-30 Thread Stefan Klein
Hi Upayavira, thanks for helping. Does it work with the CLI instead of the ant task? No, unfortunately that doesn't work, either. I used the sample xconfig file from http://cocoon.apache.org/2.1/userdocs/offline/configuration.html#Sample+xconf+File with minor changes for my project. I can see

Antw: Re: ant static generation - class not found DOMError

2004-04-30 Thread Martin Geissler
Hello Stefan, the -Xm... switches are for the memory setting of the sun JDK. What is your enironment? Martin [EMAIL PROTECTED] Freitag, 30. April 2004 12:38:33 Hi Martin, thanks for your help. I doesn't work, though, unfortunately. SET

ant static generation - class not found DOMError

2004-04-29 Thread Stefan Klein
Hi, I am trying to use the cocoon ant task to generate a static website. The error I am getting is: NoClassDefFound: org.w3c.dom.DOMError. Guessing that it should be in xml-apis.jar and checking, I found that the class, indeed, doesn't exist. Not in the lastest xml-apis.jar from CVS, either,

Re: ant static generation - class not found DOMError

2004-04-29 Thread Upayavira
Stefan Klein wrote: Hi, I am trying to use the cocoon ant task to generate a static website. The error I am getting is: NoClassDefFound: org.w3c.dom.DOMError. Guessing that it should be in xml-apis.jar and checking, I found that the class, indeed, doesn't exist. Not in the lastest xml-apis.jar

Antw: Re: ant static generation - class not found DOMError

2004-04-29 Thread Martin Geissler
Hello Stefan, I think I had a similar problem while using cocoon as a Ant task. Form my Ant(1.6.1) installation I copied the ant.bat file to myant.bat and inserted the following line somwhere at the beginning ot this bat-file SET