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] Issue with compiling resource files

2005-03-28 Thread jeetu mahtani
Gert, Thanks. I used ildasm.exe and saw that the manifest for the resource file differered between what vs.net generated and the auto-build. VS.Net had it as ws.wsresource.resources. whereas the autobuild had an additional resources (after the assembly name) - ws.resources.wsresource.resources Any

RE: [Nant-users] Nant 0.85RC2 with NDoc task using referencepaths doesn't work

2005-03-28 Thread Michael Dang
I tried the lastest nightly build and it works. Looking forward to a RC3. However, I am also using the new fxcop task in nantcontrib and it gives a similar error for the element. md --- Gert Driesen <[EMAIL PROTECTED]> wrote: > If no unexpected issues surface, I might release rc3 next we

[Nant-users] unsubscribe

2005-03-28 Thread Katie Gerg
 

[Nant-users] Need help with resx...

2005-03-28 Thread Kulshrestha, Vishal
Hi all: I am doing builds and deployment for our C# .NET based Web project and was against the tide with trying to implement automated NAnt builds to quite a reluctant Development team who preferred batch files (which I admit were good – manual, not automated, but good)   I suddenly come

RE: [Nant-users] Nant 0.85RC2 with NDoc task using referencepaths doesn't work

2005-03-28 Thread Gert Driesen
Title: RE: [Nant-users] Nant 0.85RC2 with NDoc task using referencepaths doesn't work If no unexpected issues surface, I might release rc3 next weekend ...   Gert   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Byrd, PaytonSent: maandag 28 maart 2005 20:44To: 'Gert Driese

RE: [Nant-users] Nant 0.85RC2 with NDoc task using referencepaths doesn't work

2005-03-28 Thread Byrd, Payton
Title: RE: [Nant-users] Nant 0.85RC2 with NDoc task using referencepaths doesn't work When is RC3 or the Final release for 0.85 due? Payton Byrd Trane eBusiness QED Team Phone: 931-905-5386 Fax: 931-648-5901 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On

RE: [Nant-users] Nant 0.85RC2 with NDoc task using referencepaths doesn't work

2005-03-28 Thread Gert Driesen
Michael, This was fixed after rc2. Try using a recent nightly build. Gert > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Michael Dang > Sent: maandag 28 maart 2005 19:58 > To: nant-users@lists.sourceforge.net > Subject: [Nant-users] Nant 0.8

[Nant-users] Nant 0.85RC2 with NDoc task using referencepaths doesn't work

2005-03-28 Thread Michael Dang
Hello, I am using Nanct .85RC2 and Ndoc 1.3.1. I am trying to use insode the ndoc task but it seems that it doesn't pick up any directories I specify in it. Below is my build script and output after running it. My assembly has a reference to another assembly. I made sure that the correct vers

[Nant-users] Solution Task and Licensed Components

2005-03-28 Thread Franklin, Randy
Hi,   We’re using some of Infragistics NetAdvantage controls in our application. These components are licensed. I have no problem building our solution using the Visual Studio 2003 IDE. However, when I build using the nant solution task, the license doesn’t appear to be compiling into the

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

2005-03-28 Thread Jim Geurts
Hey guys... I wrote the vdprojconverter project. It does not require WiX. I added "support" to convert vdproj files to wix syntax, along the way. The original point of the converter was to convert to the NAntContrib msi/msm task xml. so... At this point, the NAntContrib msi/msm tasks now suppo

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

2005-03-28 Thread Foster, Richard - PAL
Jeff, I have used the exec to devenv option. It works well, but as you mentioned there are licensing issues. I have also tried the NantContrib MSI tasks, and MSI2XML. I would not now choose either of them, and I am in the process of converting the installation creation tasks to use WiX (see http: