I've since learnt to define a new task within build.xml using something
similar to:

    <taskdef name="junit" classname="junit.framework.TestCase">
        <classpath>
            <pathelement location="${junit.classpath}"/>
        </classpath>
    </taskdef>

This gives an error of:
 > unittests/example/build.xml [34] taskdef class junit.framework.TestCase
cannot be found

Could someone correct my usage please.

T Master.


Reply via email to