Re: [Nant-users] String comparison pre .85

2004-05-25 Thread Gary Feldman
- Original Message - From: "Ian MacLean" <[EMAIL PROTECTED]> Sent: Tuesday, May 25, 2004 2:14 AM > I hope that makes it a little clearer. Proably somthing to put in the FAQ I'd start by clarifying the manual. Currently all it says (on the Expressions page) is "by using ${...} notation."

Re: [Nant-users] String comparison pre .85

2004-05-24 Thread Ian MacLean
Kevin, don't nest the expression tag ${} ie use: ${string::contains(db.type,'oracle')} instead of: ${string::contains('${db.type}','oracle')} ${} now denotes an expression rather than just a property and to use a property inside an expression just use its name. If the expression consists of nothin

[Nant-users] String comparison pre .85

2004-05-24 Thread Kevin
Can any of you elite NAnt expression creators out there help me out? I am trying to do a simple string compare against a property that is set by a parent target. If you have any suggestions as to the proper NAnt way to accomplish such things I am all ears. I am on the nightly as of 5/20/2004 of b