Re: CommandlineJavaTest failed

2003-09-08 Thread Stefan Bodewig
On Sat, 6 Sep 2003, <[EMAIL PROTECTED]> wrote: > Prerequisite is build from scratch. Otherwise that "bootstrap" > directory doesn´t exist. That's what I do all the time ... > A change to > c.createClasspath(project).setLocation( > project.resolveFile(System.getProperty("ant.h

CommandlineJavaTest failed

2003-09-07 Thread jan
org.apache.tools.ant.types.CommandlineJavaTest failed on my machine (WinXP, JDK 1.4.2). It seems the its caused on public void testGetCommandline() { ... assertTrue("junit.jar contained", s[3].indexOf("junit.jar"+java.io.File.pathSeparator) >= 0); The source i