Re: [Nant-users] inconsistence between environment::variable-exists and sysinfo

2004-12-22 Thread Ian MacLean
Gert Driesen wrote: Helmut, Properties are case-sensitive, and the case of the environment variables differs from system to system, so there's isn't much we can do about this. We recommend using the environment functions, and consider deprecating the task : I agree that we recommend the environ

RE: [Nant-users] inconsistence between environment::variable-exists and sysinfo

2004-12-22 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Helmut Dipper > Sent: woensdag 22 december 2004 11:02 > To: nant-users@lists.sourceforge.net > Subject: Re: [Nant-users] inconsistence between > environment::var

Re: [Nant-users] inconsistence between environment::variable-exists and sysinfo

2004-12-22 Thread Helmut Dipper
: dinsdag 21 december 2004 13:07 > > To: nant-users@lists.sourceforge.net > > Subject: [Nant-users] inconsistence between > > environment::variable-exists and sysinfo > > > > Hello, > > > > in NAnt 0.85-rc1 following inconsistence exists: > > env

RE: [Nant-users] inconsistence between environment::variable-exists and sysinfo

2004-12-22 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Ian MacLean > Sent: donderdag 23 december 2004 7:43 > To: Gert Driesen > Cc: 'Helmut Dipper'; nant-users@lists.sourceforge.net > Subject: Re: [Nant-users] in

RE: [Nant-users] inconsistence between environment::variable-exists and sysinfo

2004-12-21 Thread Gert Driesen
help/tasks/sysinfo.html Hope this helps, Gert > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Helmut Dipper > Sent: dinsdag 21 december 2004 13:07 > To: [EMAIL PROTECTED] > Subject: [Nant-users] inconsistence between >

[Nant-users] inconsistence between environment::variable-exists and sysinfo

2004-12-21 Thread Helmut Dipper
Hello, in NAnt 0.85-rc1 following inconsistence exists: environment::variable-exists delivers "true" for both 'SystemRoot' and 'SYSTEMROOT' (case-insensitive?) but task sysinfo defines sys.env.SystemRoot or (exclusive) sys.env.SYSTEMROOT dependend on the environment: in a DOS-shell environment sys