Re: How to refer PATH environment variable in Ant task

2006-12-03 Thread Peter Reilly
On 12/3/06, Ravi Roy <[EMAIL PROTECTED]> wrote: Thanks to all of you for your responses. I tried to use first test case to solve 'uppercase/lowercase' issues as suggested by Peter by using : The upcase attribute is just a suggestion. but got the exception that -- In your original quest

Re: How to refer PATH environment variable in Ant task

2006-12-03 Thread Peter Reilly
On 12/2/06, Dominique Devienne <[EMAIL PROTECTED]> wrote: On 12/2/06, Peter Reilly <[EMAIL PROTECTED]> wrote: > Perhaps we could add an attribute to property > to force the env names to be uppercasized: > > > so ${env.PATH} > will always give the correct value This solves only one half of the p

Re: How to refer PATH environment variable in Ant task

2006-12-03 Thread Gilbert Rebhan
Hi, if nothing else works you may still go via = Regards, Gilbert Ravi Roy wrote: I want to refer the environment variable in created in Windows XP using Ant task, but it does not seem to refer that. My purpose is to run java.exe along with executing the application and refer