Re: setting CYGWIN=nodosfilewarning not working.

2010-06-11 Thread Julio Costa
On Thu, Jun 10, 2010 at 12:55, prakash babu wrote: > I have a web application which runs as SYSTEM user in windows. > It executes the following command using Java Runtime.exec api's > C:/cygwin/bin/sh.exe -c C:/cygwin/bin/mkdir.exe -p 'C:/cygwin/tmpdir' > (snip) > > Is there any other way to set th

Re: setting CYGWIN=nodosfilewarning not working.

2010-06-11 Thread Andrey Repin
Greetings, prakash babu! > I tried setting it in the under the System Variables section but still I am > getting this warning. Then, 1. You didn't rebooted your system after setting the variable. 2. The host application clearing the environment before calling your application. > Is there any o

Re: setting CYGWIN=nodosfilewarning not working.

2010-06-10 Thread Larry Hall (Cygwin)
On 6/10/2010 11:57 AM, prakash babu wrote: I tried setting it in the under the System Variables section but still I am getting this warning. Is there any other way to set the CYGWIN env variable. It's unclear if you're running this as a service or not. If you are, you need to restart the se

Re: setting CYGWIN=nodosfilewarning not working.

2010-06-10 Thread prakash babu
I tried setting it in the under the System Variables section but still I am getting this warning. Is there any other way to set the CYGWIN env variable. thanks, Prakash --- On Thu, 6/10/10, Andy Koppe wrote: > From: Andy Koppe > Subject: Re: setting CYGWIN=nodosfilewarning not w

Re: setting CYGWIN=nodosfilewarning not working.

2010-06-10 Thread Andy Koppe
On 10 June 2010 12:55, prakash babu wrote: > I have a web application which runs as SYSTEM user in windows. > It executes the following command using Java Runtime.exec api's > C:/cygwin/bin/sh.exe -c C:/cygwin/bin/mkdir.exe -p 'C:/cygwin/tmpdir' > > The command executes fine but I get the following

Re: setting CYGWIN=nodosfilewarning not working.

2010-06-10 Thread prakash babu
True, but what about existing applications. Since this warning comes in the error stream the command is considered as failed in the existing application. thanks, Prakash --- On Thu, 6/10/10, Eric Blake wrote: > From: Eric Blake > Subject: Re: setting CYGWIN=nodosfilewarning not working

Re: setting CYGWIN=nodosfilewarning not working.

2010-06-10 Thread Eric Blake
On 06/10/2010 05:55 AM, prakash babu wrote: > I have a web application which runs as SYSTEM user in windows. > It executes the following command using Java Runtime.exec api's > C:/cygwin/bin/sh.exe -c C:/cygwin/bin/mkdir.exe -p 'C:/cygwin/tmpdir' > > The command executes fine but I get the followi

setting CYGWIN=nodosfilewarning not working.

2010-06-10 Thread prakash babu
I have a web application which runs as SYSTEM user in windows. It executes the following command using Java Runtime.exec api's C:/cygwin/bin/sh.exe -c C:/cygwin/bin/mkdir.exe -p 'C:/cygwin/tmpdir' The command executes fine but I get the following warning. cygwin warning: MS-DOS style path detec