Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Re: AspectJ Testing

Hi,

I have this warning message:
<taskdef A class needed by class org.apache.tools.ant.taskdefs.optional.junit.JUnitTask cannot be found: junit/framework/TestListener>
for this junit task:

<taskdef name="junit"            
            classname="org.apache.tools.ant.taskdefs.optional.junit.JUnitTask">
            <classpath>
                <pathelement location="${ aspectj.modules.lib.dir}/ant/lib/optional.jar" />
                <pathelement location="${aspectj.modules.lib.dir}/junit/junit.jar" />        
            </classpath>
</taskdef>

I really appreciate any suggestion to remove the warning message.

Thank you in advance,
Redwan Wahbeh


Back to the top