Re: [NAnt-users] msi task - 'cabarc' failed to start

2009-02-02 Thread Beth Hechanova
I have been able to resolve this issue by downloading the NAnt and NAntContrib nightly builds from 1/30/09. (and also by downloading the Cabinet SDK, which I originally did not have). Thanks to Gert for his help. Beth [NAnt-users] msi task - 'cabarc' failed to start Beth Hechanova Wed, 2

Re: [NAnt-users] parsing version string

2009-02-02 Thread Beth Hechanova
Thank you. That was my main problem, which allowed me to find other problems. The function call is "get-major" (as opposed to get_major, which I originally had). Also, the parameter to these functions needs to be a System.Version object and not a string. So the syntax to get just the major