Re: Ant devs need help from users with "exotic" OSes

2010-06-10 Thread Stefan Bodewig
On 2010-06-10, Susanne Wunsch wrote: > Also nothing special with FreeBSD: Thanks Susanne, this is good news Stefan - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.

Re: Ant devs need help from users with "exotic" OSes

2010-06-10 Thread Stefan Bodewig
On 2010-06-10, glenn opdycke-hansen wrote: > I did not execute the .jar. Instead I noticed the bin folder and ran the > .bat file. I see. > When the .jar was run the following output was seen: > Detected OS_NAME: windows xp > Detected OS_ARCH: x86 > Detected OS_VERSION: 5.1 > Detected Java Ver

Re: Ant devs need help from users with "exotic" OSes

2010-06-10 Thread Susanne Wunsch
Stefan Bodewig writes: Also nothing special with FreeBSD: Detected OS_NAME: freebsd Detected OS_ARCH: i386 Detected OS_VERSION: 8.0-stable Detected Java Version: 1.6.0_07 Detected Java Vendor: The FreeBSD Foundation Detected Java VM Version: 10.0-b23 Detected Java VM Name: Diablo Java HotSpot(TM

Re: Ant devs need help from users with "exotic" OSes

2010-06-10 Thread glenn opdycke-hansen
I did not execute the .jar. Instead I noticed the bin folder and ran the .bat file. That is why I asked for instructions to run the test. Danke. (And now i see that you did provide that information. I did not read it carefully enough.) When the .jar was run the following output was seen: Detec

Re: Ant devs need help from users with "exotic" OSes

2010-06-09 Thread Gilles Scokart
Nothing special on HPUX >java -jar ant-env.jar Detected OS_NAME: hp-ux Detected OS_ARCH: ia64w Detected OS_VERSION: b.11.31 Detected Java Version: 1.5.0.12-_21_mar_2008 Detected Java Vendor: Hewlett-Packard Co. Detected Java VM Version: 1.5.0.12 jinteg:03.21.08-19:43 IA64W Detected Java VM Name: J

Re: Ant devs need help from users with "exotic" OSes

2010-06-09 Thread Stefan Bodewig
On 2010-06-09, glenn opdycke-hansen wrote: > Were there instructions for running the test? No, it is supposed to be just the -jar. You can throw in an additional -v after the jar name to see all environment variables but that shouldn't be needed. > I ran it on windows and got no output. No out

Re: Ant devs need help from users with "exotic" OSes

2010-06-09 Thread glenn opdycke-hansen
Were there instructions for running the test? I ran it on windows and got no output. --glenn On Wed, Jun 9, 2010 at 07:43, Stefan Bodewig wrote: > Hi all, > > we are considering to change the code that reads environment variables > inside of Ant from the current "fork a platform specific execu

Ant devs need help from users with "exotic" OSes

2010-06-09 Thread Stefan Bodewig
Hi all, we are considering to change the code that reads environment variables inside of Ant from the current "fork a platform specific executable" approach System.getenv() when running on Java5+. This change may result in different results and so we need your help in order to determine what kind