Re: [Nant-users] vdproj and solution task in NAnt

2005-03-28 Thread Owen Rogers
jim, the link on your blog to download the converter seems to be broken[1]. to you have a different location that we can download it from? cheers, owen. [1] http://www.biasecurities.com/SoftwareBuilds/Installer.Tools/ On Mon, 28 Mar 2005 08:29:57 -0600, Jim Geurts <[EMAIL PROTECTED]> wrote: > He

Re: [Nant-users] vdproj and solution task in NAnt

2005-03-28 Thread Jim Geurts
> Richard > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Hoover > Sent: Thursday, March 24, 2005 11:23 > To: nant-users@lists.sourceforge.net > Subject: [Nant-users] vdproj and solution task in NAnt > > I have a VS 2003

RE: [Nant-users] vdproj and solution task in NAnt

2005-03-28 Thread Foster, Richard - PAL
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Hoover Sent: Thursday, March 24, 2005 11:23 To: nant-users@lists.sourceforge.net Subject: [Nant-users] vdproj and solution task in NAnt I have a VS 2003 solution that contains a C# project and a (setup) vdproj. I'd like to use the sol

Re: [Nant-users] vdproj and solution task in NAnt

2005-03-25 Thread Gary Feldman
Jeff Hoover wrote: I've noticed that there are a couple of possible routes build my vdproj from NAnt, namely VDProjConverter and msi2xml/xml2msi. Additionally, some people suggest shelling out to devenv to build the vdproj, but the requirement of installing VS on the build server doesn't sit well w

[Nant-users] vdproj and solution task in NAnt

2005-03-24 Thread Jeff Hoover
I have a VS 2003 solution that contains a C# project and a (setup) vdproj. I'd like to use the solution task to build both projects in the solution. I know that building vdproj projects isn't directly supported. I've noticed that there are a couple of possible routes build my vdproj from NAnt, nam