I sure do, for general junit stuff. I don't know what the issues are, but I was told that it's easier to just put the junit.jar into the $ANT_HOME/lib folder. I keep cactus jars under my source tree, and have whatever ant script that needs their tasks, use the taskdef. HttpUnit seems to only require the junit tasks.
> -----Original Message----- > From: Christopher Lenz [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 09, 2003 5:17 PM > To: Cactus Users List > Subject: Re: class not found error > > > Hi Mark, > > do you have junit.jar in $ANT_HOME/lib ? > > -chris > > Mark Lybarger wrote: > > you've probably already checked this, but this is usually > when ant can't > > find the jars that contain the cactus.tasks file. > > > > > >>-----Original Message----- > >>From: Bret Kumler [mailto:[EMAIL PROTECTED] > >>Sent: Thursday, October 09, 2003 2:33 PM > >>To: Cactus Users List > >>Subject: class not found error > >> > >> > >>Ok, the script works on Windoze but not on UNIX, see below. > >> > >>[EMAIL PROTECTED] pm-tests]$ ant init > >>Buildfile: build.xml > >> > >>init: > >> [echo] ---------------------------------------------- > >> [echo] Cactus Classpath: > >> [echo] > >> [echo] > >>/home/qauser/faws-integration/third-party/cactus/lib/cactus-1. > >>6dev-20030907. > >>jar:/home/qauser/faws-integration/third-party/cactus/lib/cactu > >>s-ant-1.6dev-2 > >>0030907.jar:/home/qauser/faws-integration/third-party/cactus/l > >>ib/servletapi- > >>2.3.jar:/home/qauser/faws-integration/third-party/cactus/lib/j > >>2ee-1-3-1.jar: > >>/home/qauser/faws-integration/third-party/cactus/lib/aspectjrt > >>-1.0.6.jar:/ho > >>me/qauser/faws-integration/third-party/cactus/lib/commons-logg > >>ing-1.0.3.jar: > >>/home/qauser/faws-integration/third-party/cactus/lib/commons-h > >>ttpclient-2.0- > >>rc1.jar:/home/qauser/faws-integration/third-party/cactus/lib/j > >>unit-3.8.1.jar > >>:/home/qauser/faws-integration/third-party/cactus/lib/httpunit > >>-1.5.3.jar:/ho > >>me/qauser/faws-integration/third-party/cactus/lib/nekohtml-0.7.4.jar > >> [echo] ---------------------------------------------- > >> > >>BUILD FAILED > >>file:/home/qauser/faws-integration/pm-tests/build.xml:125: > >>taskdef class > >>org.apache.cactus.integration.ant.CactusTask cannot be found > >> > >>Total time: 1 second > >> > >>Any ideas? > >> > >>--- > >>Incoming mail is certified Virus Free. > >>Checked by AVG anti-virus system (http://www.grisoft.com). > >>Version: 6.0.522 / Virus Database: 320 - Release Date: 9/29/2003 > >> > >> > > > > > > --- > > Outgoing mail is certified Virus Free. > > Checked by AVG anti-virus system (http://www.grisoft.com). > > Version: 6.0.522 / Virus Database: 320 - Release Date: 9/29/2003 > > > -- > Christopher Lenz > /=/ cmlenz at gmx.de > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --- > Incoming mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.522 / Virus Database: 320 - Release Date: 9/29/2003 > > --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.522 / Virus Database: 320 - Release Date: 9/29/2003 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
