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

2009-01-28 Thread Beth Hechanova
Hi, I saw a thread with the same subject approx a year ago in the mail archive, but I did not see any resolution. I am having the same exact problem. At the end of this email is the output from running the msi task from my nant script. I have not done anything with setting a path (either

Re: [NAnt-users] FTP Task

2009-01-28 Thread Karl Stubsjoen
Does anyone have any ideas on this?? On Tue, Jan 27, 2009 at 10:18 AM, Karl Stubsjoen kst...@gmail.com wrote: Hello, I need to make a tweak to the FTP task. When it compares dates from my local system to remote system, the date of the remote system is off by 1 hour, so code I've made changes

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

2009-01-28 Thread Gert Driesen
Beth, Do you have the Cabinet SDK installed? Can you launch cabarc.exe from the command prompt? Gert From: Beth Hechanova [mailto:bhechan...@imsco-us.com] Sent: woensdag 28 januari 2009 19:30 To: nant-users@lists.sourceforge.net Subject: [NAnt-users] msi task - 'cabarc' failed to

Re: [NAnt-users] FTP Task

2009-01-28 Thread Ron Grabowski
What FTP task are you referring to? This one from Google? http://www.google.com/search?q=nant+ftp+task http://www.spinthemoose.com/~ftptask/ If so, it looks like the date comparisons are hard-coded: // snip DateTime.Compare( _client.ModTime(Path.GetFileName(remoteFilePath)), (new