I was wondering if anyone has successfully been able to use Cactus 1.6.1 inside of Eclipse 3.0. I've defined the cactus.classpath as specified in http://jakarta.apache.org/cactus/integration/ant/howto_ant_cactus.html, but when I try to define the taskdef <taskdef resource="cactus.tasks" classpathref="cactus.classpath"/>
I get the following error: taskdef A class needed by class org.apache.cactus.integration.ant.CactusTask cannot be found: junit/framework/TestListener build.xml I've tried adjusting the ANT classpath within Eclipse to include the junit.jar as well as the cactus jars, but have so far been unsuccessful. I can run the script without any problem if I run it outside of Eclipse. Is this a bug with Eclipse that I should report to the Eclipse team or is it simply a user error? I'm using Eclipse 3.0RC3 and Cactus 1.6.1. Thanks, Bob
