Re: [NAnt-users] parsing version string

2009-02-02 Thread Beth Hechanova
t just the major portion of the version string property looks like: major is ${partNumberMajorInt} Beth Re: [NAnt-users] parsing version string Steve Kapinos Sun, 01 Feb 2009 05:34:49 -0800 is using wrong syntax.. that's why you are not getting the function subst

Re: [NAnt-users] parsing version string

2009-02-01 Thread Steve Kapinos
is using wrong syntax.. that's why you are not getting the function substitution you are expecting should be like value="${version::get_major(version)}" since it's inside the ${ } already, it will lookup unquoted text as variables or functions. If you wanted to use a string in there, use a