I did the following:

1. Started a completely clean Windows XP installation in Virtual box
2. Installed JDK 1.6.0_14 from java.sun.com to C:\Java\jdk1.6.0_14
3. Downloaded Ant 1.7.1 and extracted to C:\Java\apache-ant-1.7.1
4. Downloaded David's script, and placed it in C:\openejbtest
5. Started new command prompt and ran:

cd \openejbtest
set JAVA_HOME=C:\Java\jdk1.6.0_14
set ANT_HOME=C:\Java\apache-ant-1.7.1
set PATH=%PATH%;C:\Java\apache-ant-1.7.1\bin
ant test:all > output.txt

This was a clean XP SP2, and I left it well alone while the script was
running. I can try the script on my main XP SP3 machine, which is up to date
with patches, later on.

Jon

On Fri, May 29, 2009 at 2:55 PM, Jacek Laskowski <[email protected]>wrote:

> On Fri, May 29, 2009 at 3:21 PM, Jonathan Gallimore
> <[email protected]> wrote:
> > I've attached my output from the test script run on a clean Windows XP
> > install, with JDK 1.6.0_14. It appears to have passed for me this time,
> > although I have seen the error earlier on.
>
> What steps did you perform? It'd be nice if we were on the same track :)
>
> Jacek
>
> --
> Jacek Laskowski
> Notatnik Projektanta Java EE - http://www.JacekLaskowski.pl
>

Reply via email to