Running tests against remote server using Cactus 1.8.1

2010-07-13 Thread deepak kundapur
I am using Cactus 1.8.1 and would like to run the tests on a remote server machine. How do I configure the hostname of the remote server? In the cactus.properties file, I have the following entry: cactus.contextURL=http://host-name.company-name.local:8080/test But, on executing the tests, I

Running sample ejb3 example with cactus 1.8.1

2009-09-17 Thread Radhika Nagalamadaka
plugin? Pom.xml did not have any mention of maven-resources-plugin. Can anyone help me? C:\cactus-1.8.1-bin\samples\ejb3>C:\apache-maven-2.2.1\bin\mvn.bat -e install + Error stacktraces are turned on. [INFO] Scanning for projects... [I

Re: Cactus 1.8.1 not on ibiblio

2009-07-15 Thread Petar Tahchiev
lete package. > > > > -Original Message- > From: Petar Tahchiev [mailto:paranoia...@gmail.com] > Sent: Wednesday, July 15, 2009 3:02 AM > To: Cactus Users List > Subject: Re: Cactus 1.8.1 not on ibiblio > > Hi Jeffrey, > > version 1.8.0 and 1.8.1 are in this

RE: Cactus 1.8.1 not on ibiblio

2009-07-15 Thread Bennett, Jeffrey
From: Petar Tahchiev [mailto:paranoia...@gmail.com] Sent: Wednesday, July 15, 2009 3:02 AM To: Cactus Users List Subject: Re: Cactus 1.8.1 not on ibiblio Hi Jeffrey, version 1.8.0 and 1.8.1 are in this folder http://repo2.maven.org/maven2/org/apache/cactus/ on the maven servers. Cheers, Petar. 2009/7

Re: Cactus 1.8.1 not on ibiblio

2009-07-15 Thread Petar Tahchiev
Hi Jeffrey, version 1.8.0 and 1.8.1 are in this folder http://repo2.maven.org/maven2/org/apache/cactus/ on the maven servers. Cheers, Petar. 2009/7/13 Bennett, Jeffrey : > Out project(s) utilize cactus and build using ant, and ivy for > dependency-management.  According to ibiblio, the "latest

Cactus 1.8.1 not on ibiblio

2009-07-13 Thread Bennett, Jeffrey
Out project(s) utilize cactus and build using ant, and ivy for dependency-management. According to ibiblio, the "latest.release" version of cactus is 13-1.7.1. Any idea when/if the new 1.8.1 version of cactus will be pushed to ibiblio? List of versions on Ibiblio http://mirrors.ibiblio.org/pub/m

Re: [ANNOUNCEMENT] Jakarta Cactus 1.8.1 Released

2009-01-26 Thread Petar Tahchiev
announceme...@jakarta.apache.org, cactus-...@jakarta.apache.org, > cactus-user@jakarta.apache.org, priv...@jakarta.apache.org > cc > > Asunto > [ANNOUNCEMENT] Jakarta Cactus 1.8.1 Released > > > > > > > The Jakarta Cactus project is pleased to announce the releas

Re: [ANNOUNCEMENT] Jakarta Cactus 1.8.1 Released

2009-01-26 Thread Bo van Weert
rg, cactus-...@jakarta.apache.org, cactus-user@jakarta.apache.org, priv...@jakarta.apache.org cc Asunto [ANNOUNCEMENT] Jakarta Cactus 1.8.1 Released The Jakarta Cactus project is pleased to announce the release of version 1.8.1. This version fixes a number of bugs. It also provides a maven2 plugin

[ANNOUNCEMENT] Jakarta Cactus 1.8.1 Released

2009-01-26 Thread Petar Tahchiev
The Jakarta Cactus project is pleased to announce the release of version 1.8.1. This version fixes a number of bugs. It also provides a maven2 plugin to cactify your WAR and EAR files, as well as a sample application on how to test your EJB3 projects. Please download and enjoy. Download - < http:

Re: cactus 1.8.1

2008-09-23 Thread Martin West
Checkout my earlier append on how to run with a standard directory structure. You have to add an antrun execution to copy the test-classes to the WEB_INF/classes. I could not figure out a way to get the war plugin to include the test-classes in the war. On Tue, 2008-09-23 at 11:10 +0200, [EMAIL PR

Re: cactus 1.8.1

2008-09-23 Thread b . v . weert
responda a Re: cactus 1.8.1 "Cactus Users List"

Re: cactus 1.8.1

2008-09-23 Thread Martin West
On Tue, 2008-09-23 at 01:13 +0300, Petar Tahchiev wrote: > 2.The test-classes should be placed in src/test/java/ and they would > automatically > go in the WEB-INF/classes of the cactified archive. > Not in the source I have. The Test* classes are in samples/servlet/src/main/java and sure-fire is

Re: cactus 1.8.1

2008-09-22 Thread Petar Tahchiev
Hi, I am really not sure what is missing. I will try to answer your questions: 1. Cactus uses the maven-surefire definition (you can see it defined in the pom.xml). Maven-surefire plugin will execute all the tests that are specified in src/test/java/ 2.The test-classes should be placed in src/te

Re: cactus 1.8.1

2008-09-22 Thread Martin West
Mine runs ok from samples/servlet directory out of the box using the 1.8.1-SNAPSHOT from svn. Results : Tests run: 115, Failures: 2, Errors: 1, Skipped: 0 The failures are in the authentication area. On Mon, 2008-09-22 at 19:22 +0200, [EMAIL PROTECTED] wrote: > Cargo starts the webserver now, b

Re: cactus 1.8.1

2008-09-22 Thread b . v . weert
Por favor, Asunto responda a Re: cactus 1.8.1 "Cactus Users List"

Re: cactus 1.8.1

2008-09-22 Thread Petar Tahchiev
After that you can see how things work their, and try to make it work for yourself. Thanks, Petar. 2008/9/22, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > > > > > Hello, > > I'd like to use cactus with maven 2. The documentation states that for > this I'd

cactus 1.8.1

2008-09-22 Thread b . v . weert
Hello, I'd like to use cactus with maven 2. The documentation states that for this I'd need cactus 1.8.1 I could only find 1.8.1-snapshot in svn, so I'm trying to build it. However, I'm getting the following error: [INFO] Using version: 2.0 of plugin: org.apache.maven.p

Difficulty building cactus 1.8.1-S eclipse 3.3 plug-in

2008-06-04 Thread Russell Jones
Hi, What I'm trying to do is run JUnit on my Tomcat server in Eclipse so I can test applications that use pooled JNDI database connections. That seems to mean I need cactus. I was trying to follow the instructions kindly provided by Petar in the mail at http://www.mail-archive.com/cactus-use