Doh. Now file's attached.

Regards,
Thomas

> -----Original Message-----
> From: Freudenberg, Thomas 
> Sent: Friday, 29. August 2003 12:20
> To: [EMAIL PROTECTED]
> Subject: [nant-dev] <sysinfo> patch, allows case change for 
> environment variables
> 
> I've posted this patch two weeks ago, but nobody reacted. However,
> I'll try it again ;-)
> 
> I've added a flag to the <sysinfo> task, which allows to adjust
> the casing of the environment variables (i.e. sys.env.*). Till
> now, the casing of environment variables was persistent, e.g. on
> some systems the Nant property corresponding the PATH variable
> is named ${sys.env.Path}, on other systems ${sys.env.PATH}.
> 
> Therefore, I've added the flag changecase. Possible values are
> None, Upper, and Lower. I.e. you can write
> 
>     <sysinfo changecase="Upper" />
> 
> and on all system ${sys.env.PATH} is valid (as long as the environment
> variable Path exists ;-) ).
> 
> Attached is the diff basing on 0.83-rc3. If you agree, that this
> extension
> is helpful, please commit it to CVS (I myself have no access).
> 
> 
> Regards,
> Thomas
> 
> 
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> nant-developers mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/nant-developers
> 

Attachment: SysInfo.cs.diff
Description: SysInfo.cs.diff

Reply via email to