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
string in there, use a quoted string inside the () -Original Message- From: Beth Hechanova [mailto:bhechan...@imsco-us.com] Sent: Fri 1/30/2009 8:55 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] parsing version string Hi, I'm trying to parse my version prope

[NAnt-users] parsing version string

2009-01-30 Thread Beth Hechanova
Hi, I'm trying to parse my version property to get the individual elements (major, minor, iteration, ...). My end goal is to take the information in the version in a format of 1.2.3.4 and turn it into a string that looks like "010203" (takes each of the major, minor, iteration and pad-lefts to