Ant runservertest task by Cactus can't find the commons/logging/Log Class

serdsch <[email protected]> Wed, 18 Jun 2008 06:47:10 -0700 (PDT)
Newsgroups gmane.comp.jakarta.cactus.user
Message-ID <[email protected]>
It doesn't matter if I put the common-loggins.jar within the classpath of my
taskdef or if I even copy the classes within the cactus.jar, Cactus is never
able to find the class, although it should definetely by within the
classpath. Has somebody got any ideas?

Here is my taskdef:

 <taskdef name="runservertests"
 	     classname="org.apache.cactus.integration.ant.RunServerTestsTask">
    <classpath>
            <pathelement
location="${test.host.home.dir}/lib/aspectjrt-1.2.1.jar"/>
	    <pathelement location="${test.host.home.dir}/lib/cactus-1.7.2.jar"/>
	    <pathelement
location="${test.host.home.dir}/lib/commons.httpclient-2.0.2.jar"/>
	    <pathelement
location="${test.host.home.dir}/lib/commons.logging-1.0.4.jar"/>
	    <pathelement location="${test.host.home.dir}/lib/junit-3.8.1.jar"/>
	</classpath>
</taskdef>

Thx for any input,
Greets, Sergio
-- 
View this message in context: http://www.nabble.com/Ant-runservertest-task-by-Cactus-can%27t-find-the-commons-logging-Log-Class-tp17983056p17983056.html
Sent from the Cactus - User mailing list archive at Nabble.com.