I noticed that myself, I fixed that. :-) The problem has been resolved, I didn't have junit.jar in ant's lib directory.
Thanks for the help guys. -----Original Message----- From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: Thursday, October 09, 2003 9:29 PM To: 'Cactus Users List'; [EMAIL PROTECTED] Subject: RE: class not found error Bret, > -----Original Message----- > From: Bret Kumler [mailto:[EMAIL PROTECTED] > Sent: 09 October 2003 22:38 > To: Cactus Users List > Subject: RE: class not found error > > Detected Java version: 1.4 in: /apps/bea/jdk141_03/jre > Detected OS: SunOS [snip] > Setting project property: cactus-ant-jar -> > /home/qauser/faws-integration/third-party/cactus/lib/cactus-ant-1.6dev- > 20030 > 907.jar Ah, so the property is named "cactus-ant-jar". [snip] > > Here's the contents of my build.xml > > > > <!-- ########################### > > Cactus Ant classpath > > ########################### > > --> > > <path id="cactus.classpath"> > > <pathelement location="${cactus-jar}"/> > > <pathelement location="${cactus.ant.jar}"/> > > <pathelement location="${servlet-jar}"/> > > <pathelement location="${j2ee-jar}"/> > > <pathelement location="${aspectjrt-jar}"/> > > <pathelement location="${commons-logging-jar}"/> > > <pathelement location="${commons-httpclient-jar}"/> > > <pathelement location="${junit-jar}"/> > > <pathelement location="${httpunit-jar}"/> > > <pathelement location="${nekohtml-jar}"/> > > </path> ... but you're using "cactus.ant.jar" here... [snip] -Vincent --------------------------------------------------------------------- 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]
