Re: [NAnt-users] Cannot get function version::get-build to work

2012-10-18 Thread Dominik Guder
Hi, as in http://nant.sourceforge.net/release/latest/help/functions states version::get-build needs a version as parameter. Therefore you need to do a version::parse() before. In addition you need to encapsulate your version with ' to get a string. value="${version::get-build(version::parse('1.0.

[NAnt-users] Cannot get function version::get-build to work

2012-10-18 Thread Thuc D. Nguyen
Hello, I cannot get the NAnt function *version::get-build* to retrieve the build number. Below is what I use inside my NAnt script and what follows is the error message. I'm using NAnt 0.92. Does anyone have any idea on how to make this work? BUILD FAILED MyNAnt.