I think the problem is that the following targets are not being run:

        <target name="defineMonitor">
                <taskdef name="monitor" 
classname="org.apache.test.TCPMonitor" 
classpath="${dir.obj}/test/monitor/monitor.jar;${ant.home}/lib/ant.jar"/>
        </target>
        <target name="defineMockServer">
                <taskdef name="mockServer" 
classname="org.apache.test.MockServer" 
classpath="${dir.obj}/test/monitor/monitor.jar;${ant.home}/lib/ant.jar"/>
        </target>


Nadir K. Amra


Nadir Amra/Rochester/[EMAIL PROTECTED] wrote on 05/25/2006 10:34:18 PM:

> I downloaded latest code and tried to run test case and I get:
> 
> executeMonitor: 
>  [trycatch] 
> /home/amra/axis/L1.1.0/src/ws-axis/c/build/executeTest.xml:160: The 
> following error occurred while executing this lin
> e: 
>  [trycatch] 
> /home/amra/axis/L1.1.0/src/ws-axis/c/build/executeTest.xml:165: Could 
not 
> create task or type of type: monitor. 
>  [trycatch] 
> 
> My guess is that something needs to be set  in order for ant to find the 

> jar file, which in my case was moved to:
> 
>  moveMonitorJar: 
>       [move] Moving 14 files to /home/amra/axis/L1.1.0/obj/test/monitor 
> 
> So can someone please let me know what I need to do to fix this?
> 
> Nadir K. Amra
> 
> 
> ---------------------------------------------------------------------
> 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]

Reply via email to