How to generate the document ,converting the xml files to html files.

2004-01-19 Thread Ryan Zheng
Hi, all I have build the struts source code successfully by maven. But I don't know how to generate the document. What's the differences between the xdocs directory and docs directory. Both xml style struts documents. Thank you ! Ryan

Re: java virtual machine crashed

2004-01-17 Thread Ryan Zheng
Hi, Otto, Frank I had even faced this problem. I think maybe it'srobably because of jdk1.4.2. Laterly I found that it's because of your package reference conflict. But it can work well under jdk1.4.1.So after that I use jdk 1.4.1. === 2004-01-16 15:27:00 Original

Re: Cactus vs StrutsTestCase

2004-01-17 Thread Ryan Zheng
Hi, Ashikuzzaman I use StrutsTestCase to test my struts-based web tier action. Because StrutsTestCase use mock object to mock the container. So you needn't start your container(tomcat or jboss) to test your action class. It's a very fast way to test. However, StrutsTestCase can