You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-user@jakarta.apache.org by ku...@wipro.com on 2004/01/20 06:37:02 UTC

RE: xml output in html format cactus-report.xsl

Hi
Can any one help me to see xml out put in html format
http://localhost:8080/test/ServletTestRunner?suite=TestSampleServlet&xsl=cactus-report.xsl
 
My out put is comming 
Failure Error
 
Regards
kuldeep

	-----Original Message----- 
	From: PUTHENVILA P Johnson [mailto:PJohnson@qtech.com.au] 
	Sent: Wed 1/21/2004 6:16 AM 
	To: Cactus Users List 
	Cc: 
	Subject: RE: eclipse plugin
	
	

	Hi Guys,
	what I  heard is , the eclipse plugin is broken.The available version is
	not compatable with the new Cactus version. Vincent Massol posted a mail
	in this regard. He is looking for somebody to fix. After that I havent
	heard anything about the fix. You can use Ant intgration in WSAD to do
	In-Container test. 


Confidentiality Notice 

The information contained in this electronic message and any attachments to this message are intended
for the exclusive use of the addressee(s) and may contain confidential or privileged information. If
you are not the intended recipient, please notify the sender at Wipro or Mailadmin@wipro.com immediately
and destroy all copies of this message and any attachments.

RE: XMLUnit & Cactus

Posted by Bret Kumler <bk...@firstam.com>.
Thanks.

-----Original Message-----
From: J. B. Rainsberger [mailto:jbrains@rogers.com]
Sent: Friday, February 06, 2004 2:49 PM
To: Cactus Users List
Subject: Re: XMLUnit & Cactus


Bret Kumler wrote:

> Does Cactus support the execution of XMLTestCases like it supports running
> existing JUnit tests in the container?

You should be able to use the Cactus test suite wrappers to run your
XMLTestCase objects on the server side, avoiding the apparent need for
multiple inheritance.
--
J. B. Rainsberger,
Diaspar Software Services
http://www.diasparsoftware.com :: +1 416 791-8603
Let's write software that people understand

---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-user-help@jakarta.apache.org




Re: XMLUnit & Cactus

Posted by "J. B. Rainsberger" <jb...@rogers.com>.
Bret Kumler wrote:

> Does Cactus support the execution of XMLTestCases like it supports running
> existing JUnit tests in the container?

You should be able to use the Cactus test suite wrappers to run your 
XMLTestCase objects on the server side, avoiding the apparent need for 
multiple inheritance.
-- 
J. B. Rainsberger,
Diaspar Software Services
http://www.diasparsoftware.com :: +1 416 791-8603
Let's write software that people understand

XMLUnit & Cactus

Posted by Bret Kumler <bk...@firstam.com>.
Does Cactus support the execution of XMLTestCases like it supports running
existing JUnit tests in the container?


Thanks,

Bret



RE: xml output in html format cactus-report.xsl

Posted by PUTHENVILA P Johnson <PJ...@qtech.com.au>.
HI Kuldeep,
Please put the cactus-report.xsl inthe WEB-INF dir and put an entry in 
web.xml  as the init parametre for ServletTestRunner and instead of 
&xsl=cactus-report.xsl type transform=true,
it wokrd for me.

        <servlet>
                <servlet-name>ServletTestRunner</servlet-name>
                <servlet-class>
org.apache.cactus.server.runner.ServletTestRunner</servlet-class>
    <init-param>
        <param-name>xsl-stylesheet</param-name>
        <param-value>/WEB-INF/cactus-report.xsl</param-value>
    </init-param>
        </servlet>




<ku...@wipro.com> 
20/01/2004 03:37 PM
Please respond to
"Cactus Users List" <ca...@jakarta.apache.org>


To
<ca...@jakarta.apache.org>, <ca...@jakarta.apache.org>
cc

Subject
RE: xml output in html format cactus-report.xsl







Hi
Can any one help me to see xml out put in html format
http://localhost:8080/test/ServletTestRunner?suite=TestSampleServlet&xsl=cactus-report.xsl

 
My out put is comming 
Failure Error
 
Regards
kuldeep

                 -----Original Message----- 
                 From: PUTHENVILA P Johnson [mailto:PJohnson@qtech.com.au] 

                 Sent: Wed 1/21/2004 6:16 AM 
                 To: Cactus Users List 
                 Cc: 
                 Subject: RE: eclipse plugin
 
 

                 Hi Guys,
                 what I  heard is , the eclipse plugin is broken.The 
available version is
                 not compatable with the new Cactus version. Vincent 
Massol posted a mail
                 in this regard. He is looking for somebody to fix. After 
that I havent
                 heard anything about the fix. You can use Ant intgration 
in WSAD to do
                 In-Container test. 


Confidentiality Notice 

The information contained in this electronic message and any attachments 
to this message are intended
for the exclusive use of the addressee(s) and may contain confidential or 
privileged information. If
you are not the intended recipient, please notify the sender at Wipro or 
Mailadmin@wipro.com immediately
and destroy all copies of this message and any attachments.