Re: [NAnt-users] MSI Task: Remove all files/folder during uninstall

2006-07-17 Thread Thomas Schroedter
Thanks, Bill!   That helps me quit a lot! - I'll try both ways.   Regards, Tom     -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]Sent: Tuesday, 18 July 2006 12:20 AMTo: Thomas SchroedterCc: nant-users@lists.sourceforge.netSubject: Re: [NAnt-users] MSI

Re: [NAnt-users] Synchronizing Visual Studio projects to NAnt build

2006-07-17 Thread Adam Gritt
I'm not talking about spawning devenv, but moving the functionality ofthe task to a separate exe that would be runnable from NAnt and essentially turning into a wrapper around the exe.I really don't see any significant advantage of creating a build file:then "nanting" this instead of running

Re: [NAnt-users] Synchronizing Visual Studio projects to NAnt build

2006-07-17 Thread Jaroslaw Kowalski
Gary Feldman wrote: > Jaroslaw Kowalski wrote: > >> Gary Feldman wrote: >> >> >>> ... >>> This would remove one of the major advantages that NAnt has over VS2003, >>> namely it can build the >>> solution much more rapidly than VS. >>> >>> >> Can you elaborate on "rapidly"

Re: [NAnt-users] Synchronizing Visual Studio projects to NAnt build

2006-07-17 Thread Gary Feldman
Karl Palsson wrote: > Speed is neither here nor there, as long as it's not t slow. > > Is speed really something you consider to be a major advantage of nant > Gary? > Yes, at least for VS2003. Otherwise, what advantage does it have over make/bash/python? If it hadn't been for that speed

Re: [NAnt-users] Synchronizing Visual Studio projects to NAnt build

2006-07-17 Thread Gary Feldman
Jaroslaw Kowalski wrote: > Gary Feldman wrote: > >> ... >> This would remove one of the major advantages that NAnt has over VS2003, >> namely it can build the >> solution much more rapidly than VS. >> > Can you elaborate on "rapidly" ? I don't see any particular speed > advantage here.

Re: [NAnt-users] Synchronizing Visual Studio projects to NAnt build

2006-07-17 Thread Karl Palsson
> > This would remove one of the major advantages that NAnt has over > > VS2003, namely it can build the solution much more rapidly than VS. > Can you elaborate on "rapidly" ? I don't see any particular > speed advantage here. I don't either, and it's certainly not one of the reasons I'm using n

Re: [NAnt-users] Synchronizing Visual Studio projects to NAnt build

2006-07-17 Thread Jaroslaw Kowalski
Gary Feldman wrote: > Jaroslaw Kowalski wrote: > >> I never used the task. My personal opinion is that solution >> building should be placed in a separate utility and NAnt should only >> spawn it instead of implementing the entire build logic in-process. >> >> > This would remove one

Re: [NAnt-users] Synchronizing Visual Studio projects to NAnt build

2006-07-17 Thread Gary Feldman
Jaroslaw Kowalski wrote: > I never used the task. My personal opinion is that solution > building should be placed in a separate utility and NAnt should only > spawn it instead of implementing the entire build logic in-process. > This would remove one of the major advantages that NAnt has ov

Re: [NAnt-users] MSI Task: Remove all files/folder during uninstall

2006-07-17 Thread William_Martin
Hi Tom, There are two ways to do this.  One is to use the RemoveFile table, and the other is to use a custom action.  The RemoveFile table is probably simpler as it links to the conponents you are installing, but unfortunately it's not directly supported by the task so you have to use the elem

Re: [NAnt-users] Synchronizing Visual Studio projects to NAnt build

2006-07-17 Thread Jaroslaw Kowalski
Bonio Lopez wrote: > Hi Jaroslaw, > Why do you create a nant tasks "manually" instead of using solution task ? > Is it because VS2005 not supported so far? > Is somebody working to support VS2005 solution task? > With best regards, > Boni > I prefer "clean" tasks, because I prefer to specify so

Re: [NAnt-users] Synchronizing Visual Studio projects to NAnt build

2006-07-17 Thread Bonio Lopez
Hi Jaroslaw, Why do you create a nant tasks "manually" instead of using solution task ? Is it because VS2005 not supported so far? Is somebody working to support VS2005 solution task? With best regards, Boni -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf O

[NAnt-users] Synchronizing Visual Studio projects to NAnt build

2006-07-17 Thread Jaroslaw Kowalski
Hi! I often face the problem of synchronizing Visual Studio (both 2003 and 2005 versions) projects with NAnt. I usually build with NAnt but want to provide Visual Studio build files for my users. The problem is that I tend to forget to update all the projects (*.csproj) with the newly files or