I use the "normal" test plugin. 

But with the following dependencies ;-<

                <!-- only needed for testing -->
                <dependency>
                        <groupId>tomcat</groupId>
                        <artifactId>jasper-compiler</artifactId>
                        <version>4.1.30</version>
                </dependency>
                <dependency>
                        <groupId>tomcat</groupId>
                        <artifactId>jasper-runtime</artifactId>
                        <version>4.1.30</version>
                </dependency>
                <dependency>
                        <groupId>httpunit</groupId>
                        <artifactId>httpunit</artifactId>
                        <version>1.5.4</version>
          </dependency>
        <dependency>
            <groupId>jtidy</groupId>
            <artifactId>jtidy</artifactId>
            <version>4aug2000r7-dev</version>
            <type>jar</type>
        </dependency>
                <dependency>
                        <groupId>rhino</groupId>
                        <artifactId>rhino</artifactId>
                        <version>1.5R4.1</version>
                </dependency>
        <dependency>
            <groupId>nekohtml</groupId>
            <artifactId>nekohtml</artifactId>
            <version>0.8.1</version>
            <type>jar</type>
        </dependency> 
Perhaps this helps... 

Cheers 
Rolf

-----Urspr�ngliche Nachricht-----
Von: John Taylor [mailto:[EMAIL PROTECTED] 
Gesendet: Dienstag, 24. August 2004 13:42
An: Maven Users List
Betreff: Re: httpunit plugin

You can just include your httpunit tests in with your other JUnit tests and
they should get compiled and run.
John

----- Original Message ----- 
From: "Nathan Coast" <[EMAIL PROTECTED]>
To: "Maven Users List" <[EMAIL PROTECTED]>
Sent: Monday, August 23, 2004 4:30 AM
Subject: Re: httpunit plugin


> compile and execute the httpunit tests. I use the tomcat plugin to deploy
to tomcat.
>
> Brett Porter wrote:
> > I use httpunit in conjunction with Cactus' httpunit integration.
> >
> > I can't think of what a "httpunit plugin" would do. Httpunit doesn't
> > really have any responsibility for starting/stopping/deploying code to
> > a server.
> >
> > What are you trying to do?
> >
> > - Brett
> >
> > On Sat, 21 Aug 2004 09:36:31 +0800, Nathan Coast <[EMAIL PROTECTED]>
wrote:
> >
> >>Hi,
> >>
> >>has anyone used httpunit from maven? is there a plugin somewhere? or
does everyone use cactus?
> >>
> >>cheers
> >>Nathan
> >>
> >>---------------------------------------------------------------------
> >>To unsubscribe, e-mail: [EMAIL PROTECTED]
> >>For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >>
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>



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


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

Reply via email to