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

2009-01-30 Thread William_Martin
Don't know if this helps Beth, but I wrote an install for Nant so developers can install it to their machines (mostly because we have some custom tasks etc) but because our build scripts also create installers, I included cabarc.exe and cabinet.dll in the install. These are installed to the

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

2009-01-30 Thread Beth Hechanova
I manually copied cabarc.exe and cabinet.dll to my NAnt\bin directory and that had no effect. Does your install set any env/registry variables with respect to the cab sdk? Are you using NAnt 0.86 (Build 0.86.2898.0; beta1; 12/8/2007)? Thanks, Beth Re: [NAnt-users] msi task - 'cabarc' failed to

Re: [NAnt-users] NAnt Fix for .NET 3.5 Compiling Without Visual Studio

2009-01-30 Thread Gert Driesen
Hi Ben, This issue is already fixed in CVS, and will be part of the next drop. Gert From: Ben Floyd [mailto:datap...@gmail.com] Sent: donderdag 29 januari 2009 23:46 To: nant-users@lists.sourceforge.net Subject: [NAnt-users] NAnt Fix for .NET 3.5 Compiling Without Visual Studio I

Re: [NAnt-users] Navigating XML documents ...

2009-01-30 Thread Parrish, Ken
Mike, Thanks so much for your feedback. I used your suggestion with a little wrinkle. Instead of creating unique names for each node in the Xml file, I gave each node an attribute with a unique ID. That way, the file can still be parsed by other Xml parsers without confusion. This is what I

[NAnt-users] Configurating NAnt

2009-01-30 Thread David Peterson
I am in the process of setting up my TDD and CI environment. I'm running VS2008, and a couple of other programs to get me started, they are NUnit and CruiseControl.Net. I am trying to configure NAnt to automate my solutions with a build file and running it from a batch file, this is what i

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

2009-01-30 Thread Bill Martin
Unfortunately, I'm not back in work until Monday, and I haven't got the source to the msi script at home, but I'm pretty sure the only thing it configures on the client machine it to put the NAnt\bin folder in the path. Do you have this? I'll double check when I get in on Monday. Cheers,

[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