--Original Message-
From: Martin Gainty [mailto:mgai...@hotmail.com]
Sent: Friday, May 29, 2009 11:27 AM
To: Ant Users List
Subject: RE: Taskdef classloader issue
here is the testcase:
package org.apache.tools.ant;
public class AntClassLoaderTest extends BuildFileTest {
private
here is the testcase:
package org.apache.tools.ant;
public class AntClassLoaderTest extends BuildFileTest {
private Project p;
public AntClassLoaderTest(String name) {
super(name);
}
public void setUp() {
p = new Project();
p.init();
configurePro