RE: [NAnt-users] Testing if a value is an Int

2006-02-07 Thread Bill Martin
rmal><font size=2 color=navy face=Arial><span style='font-size: 10.0pt;font-family:Arial;color:navy'>    </code><o:p></o:p></span></font></p> <p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-

Re: [NAnt-users] Testing if a value is an Int

2006-02-07 Thread Thibaut Barrère
Hi Mike if you can't find an easy way and if you know how to program in c# or vb.net, I found out that it's sometimes better to write a custom function (using the script tag) to achieve what you need. hope this helps Thibaut Barrère-- [blog] http://www.dotnetguru2.org/tbarrere

[NAnt-users] Testing if a value is an Int

2006-02-02 Thread Nau, Michael
Title: Testing if a value is an Int Is there a "clean" way to test if a property value is an integer? I've come up with a bit of a hack to accomplish this, but this raises an error in my build log (which shows up in my ccnet errors page…). Here's my hack:                

[NAnt-users] Testing if a value is an Int

2006-01-09 Thread Nau, Michael
Title: Testing if a value is an Int Is there a "clean" way to test if a property value is an integer? I've come up with a bit of a hack to accomplish this, but this raises an error in my build log (which shows up in my ccnet errors page…). Here's my hack: