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?

    <property name="BuildNumber" value="${version::get-build(1.0.17.0)}" />
    <echo message="${BuildNumber}" />

            BUILD FAILED
            MyNAnt.build(259,6):
            ',' expected.
            Expression: ${version::get-build(1.0.17.0)}
                                                               ^

Thanks,
TDN
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to