Michael Baedorf <[EMAIL PROTECTED]> wrote:
> <classpath>
> <!-- you need this -->
> <pathelement location="d:/ant/lib/optional.jar"/>
> <pathelement location="d:/ant/lib/ant.jar"/>
> <pathelement location="d:/build"/>
> </classpath>
> java.lang.ClassNotFoundException: AgentenTest at
Is there a file d:/build/AgentenTest.class? Is it part of the default
package or should it better be something like com.ioag.AgentenTest?
If the package name is missing, you'll have to point the batchtest
element to a directory some levels above to get the full information.
Stefan