Re: Can I save html file instead of showing it in a browser?

2005-09-30 Thread Yorik (sent by Nabble.com)

Thank you for your reply.

I've tried to use maven but cannot understand how to run it. There is written 
If you're testing Servlets, Filters, JSPs or Taglibs, simply type maven 
cactus:test (or maven cactus for short) to run the Cactus tests.
Where should I type this? maven is not an exe so it is not about command line.

Can you please explain?
--
Sent from the Cactus - User forum at Nabble.com:
http://www.nabble.com/Can-I-save-html-file-instead-of-showing-it-in-a-browser--t351294.html#a1001700


Re: Can I save html file instead of showing it in a browser?

2005-09-30 Thread Nicolas Chalumeau
;-)

Download and install maven first at http://maven.apache.org (you will
find here the doc and the install instruction). You have to add it to
your PATH environment variable. Then look at the doc and quick start
guide to configure your project.

Nicolas

2005/9/30, Yorik (sent by Nabble.com) [EMAIL PROTECTED]:

 Thank you for your reply.

 I've tried to use maven but cannot understand how to run it. There is written 
 If you're testing Servlets, Filters, JSPs or Taglibs, simply type maven 
 cactus:test (or maven cactus for short) to run the Cactus tests.
 Where should I type this? maven is not an exe so it is not about command line.

 Can you please explain?
 --
 Sent from the Cactus - User forum at Nabble.com:
 http://www.nabble.com/Can-I-save-html-file-instead-of-showing-it-in-a-browser--t351294.html#a1001700



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Can I save html file instead of showing it in a browser?

2005-09-27 Thread Nicolas Chalumeau
Use the ant task or the maven report for cactus they generate xml and
html report. Look at the ant integration here :
http://jakarta.apache.org/cactus/integration

Nicolas

2005/9/27, Yorik (sent by Nabble.com) [EMAIL PROTECTED]:

 I need to obtain cactus test results in a file (html/xml/whatever) rather 
 than showing them in a browser. What should I do?
 --
 Sent from the Cactus - User forum at Nabble.com:
 http://www.nabble.com/Can-I-save-html-file-instead-of-showing-it-in-a-browser--t351294.html#a972874



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]