Re: Execute. getProcEnvironment()

2005-03-01 Thread Steve Loughran
Kev Jackson wrote: The problem with checking for win9x is having specialized code just for one platform, but to rewrite so that every OS uses a file to dump out the variables would require changing getProcEnvCommand for all OSs and testing on all OSs (a headache to say the least), although havin

Re: Execute. getProcEnvironment()

2005-03-01 Thread Darin Swanson
TED]> 02/28/2005 08:16 PM Please respond to "Ant Developers List" To Ant Developers List <[EMAIL PROTECTED]> cc Subject Re: Execute. getProcEnvironment() Steve Loughran wrote: > seeing the install notes for eclipse shows up what they think are > troublespots

Re: Execute. getProcEnvironment()

2005-03-01 Thread Kev Jackson
Steve Loughran wrote: seeing the install notes for eclipse shows up what they think are troublespots with ant, one of them being that hangs: http://issues.apache.org/bugzilla/show_bug.cgi?id=26770 I think we ought to take a look at this code, and rework it some more. It is all built around ex

Execute. getProcEnvironment()

2005-02-28 Thread Steve Loughran
seeing the install notes for eclipse shows up what they think are troublespots with ant, one of them being that hangs: http://issues.apache.org/bugzilla/show_bug.cgi?id=26770 I think we ought to take a look at this code, and rework it some more. It is all built around executing external code