Stephane Bailliez wrote: > What is the JDK/Platform ?
java.vm.info=mixed mode java.vm.name=Java HotSpot(TM) Client VM java.vm.vendor=Sun Microsystems Inc. java.vm.version=1.3.0 os.arch=i386 os.name=Linux os.version=2.2.14-5.0 file.encoding=ISO-8859-1 user.language=en > > [junit] java.io.FileNotFoundException: http://localhost/localstart.asp > > No Web server ? The default configuration of IIS is to redirect localhost to localstart.asp, which is locked down to local administrative access. > IMHO we need at least the following properties: > - java.vm.info > - java.vm.name > - java.vm.vendor > - java.vm.version > - os.arch > - os.name > - os.version > - file.encoding > - user.language Added to Ant, starting with tonight's run. - Sam Ruby
