Comments on: Nant Complexity and the Boo Build System http://jrwren.wrenfam.com/blog/2007/11/18/nant-complexity-and-the-boo-build-system/ babblings of a computer loving fool Mon, 21 Nov 2016 19:37:12 +0000 hourly 1 https://wordpress.org/?v=4.7.2 By: Samir Vaidya http://jrwren.wrenfam.com/blog/2007/11/18/nant-complexity-and-the-boo-build-system/comment-page-1/#comment-30509 Mon, 31 Mar 2008 01:25:17 +0000 http://jrwren.wrenfam.com/blog/2007/11/18/nant-complexity-and-the-boo-build-system/#comment-30509 Hi Jay,

I was just trying to figure out how to accomplish the following in an NAnt task. When I attempt to execute this, I get an error during compilation.

if test=”${current-day < 10}” where current-day is an integer based property. Is there a way to get this if condition to work with the less than (‘<‘) operator or is there an alternative way to accomplish this?

Thanks.

–Friend of “The Gleek”

]]>