Re: [Nant-users] Getting properties from an INI

2005-11-07 Thread Joel Gwynn
think therefore you may be better to copy the file through a filter > chain and remove the section definitions and just leave the name/value > pairs. > > HTH, > > Bill > > > > -Original Message- > From: Joel Gwynn [mailto:[EMAIL PROTECTED] > Sent: 07

RE: [Nant-users] Getting properties from an INI

2005-11-07 Thread Bill Martin
nt: 07 November 2005 22:20 To: Bill Martin Cc: nant-users@lists.sourceforge.net Subject: Re: [Nant-users] Getting properties from an INI Interesting. Seems like I should be able to do something like this: But I'm getting an error on the property::exists

Re: [Nant-users] Getting properties from an INI

2005-11-07 Thread Joel Gwynn
Interesting. Seems like I should be able to do something like this: But I'm getting an error on the property::exists syntax. Is it possible to check for the existence of a variable like this? On 11/7/05, Bill Martin <[EMAIL PROTECTED]> wrote: > Joel, > > Yo

RE: [Nant-users] Getting properties from an INI

2005-11-07 Thread Bill Martin
Joel, You may be able to do this with the task. You could use something like: Not sure how easily you could cope with the blank sections though. You may need to use a filter chain first to delete the section markers. HTH, Bill -Original Message- From: [EMAIL PROTECTED]