RE: [Nant-users] Nant 0.85 RC2 and Ndoc 1.3.1 issue

2005-03-02 Thread Gert Driesen
Title: Nant 0.85 RC2 and Ndoc 1.3.1 issue Hi Dean,   Try running NAnt in debug mode (NAnt.exe -debug -buildfile:). That should give you a better idea of what (extension) assemblies are being loaded.   Gert   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]

[Nant-users] Nant 0.85 RC2 and Ndoc 1.3.1 issue

2005-03-02 Thread Robertson.DeanJ
Title: Nant 0.85 RC2 and Ndoc 1.3.1 issue Hi there, I'm using Nant 0.85RC2 (12th Feb 2005), NantContib 0.85RC2 (12th Feb 2005) and Ndoc 1.3.1 (25th Jan 2005), but whenever my Ndoc task fires I get the following error. Method get_EmacsMode in type NAnt.Contrib.Util.FileLogListener from asse

[Nant-users] Style sheet or xslt for xmllogger

2005-03-02 Thread Gary Feldman
Are there any style sheets/xslt files for the output of the xmllogger? I searched the archives, but only found a thread back in August where Lamont Adams mentions having written one, but I don't see it publicly available. Thanks, Gary --- SF

RE: [Nant-users] can this be done?

2005-03-02 Thread Felice Vittoria
Thanks! Felice -Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 02, 2005 11:32 AM To: Felice Vittoria; Nant-Users (E-mail) Subject: Re: [Nant-users] can this be done? Hi Felice, If you don't mind having these properties defined in your build file,

Re: [Nant-users] can this be done?

2005-03-02 Thread Gert Driesen
Hi Felice, If you don't mind having these properties defined in your build file, then you could just use this : Hope this helps, Gert - Original Message - From: "Felice Vittoria" <[EMAIL PROTECTED]> To: "Nant-Users (E-mail)" Sent: Wednesday, March 02, 2005 6:10 PM Subject: [Nant-use

[Nant-users] can this be done?

2005-03-02 Thread Felice Vittoria
Hello, I have the following test script: What I'm trying to do is get this month and then display the proper name of the month. I

Re: [Nant-users] Another from compiling a bunch of projects

2005-03-02 Thread Gert Driesen
> - Original Message - > From: "Ransel Lopez Mena" <[EMAIL PROTECTED]> > To: > Sent: Tuesday, March 01, 2005 4:40 PM > Subject: [Nant-users] Another from compiling a bunch of projects > > Hello, > > Reading the Nant documentation I could see that I ca use the solution task for compiling

[Nant-users] Iteration of XML nodes

2005-03-02 Thread Bill.Martin
Is there a simple way to do this? I have an XML file with a structure something like: What I want to do is iterate the ServerDefLine nodes and read the attributes to pass to another app (via ) It doesn't look like I can do this easily with as I have to sp

[Nant-users] uninstall issue?

2005-03-02 Thread Whitner, Tom
Title: uninstall issue?     When I uninstall my msi that was created using the and tasks, nothing gets uninstalled.  Is this a known issue, or might I be doing something obvious wrong? - Tom

RE: [Nant-users] Removing files on uninstallation.

2005-03-02 Thread Burton, Kevin
Unfortunately I don’t think that is the root of my problem. I have different GUID id’s for every component.   Kevin   From: Whitner, Tom [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 02, 2005 8:14 AM To: Foster, Richard - PAL; Burton, Kevin; nant-users@lists.sourceforge.net

RE: [Nant-users] Removing files on uninstallation.

2005-03-02 Thread Foster, Richard - PAL
Kevin,   What I meant was that many installations allow the user to choose a different directory. I have had cases in the past (although not with the Microsoft installer) where if the user selected a different directory for installation (for example the D drive instead of the C drive), then u

WIX toolset (Was RE: [Nant-users] Removing files on uninstallation.)

2005-03-02 Thread Foster, Richard - PAL
Hey... I'll try anything that works. :-) I just liked the fact that the MSI and MSM tasks were integrated, but if there's something better I'm willing to use it! One disadvantage with something like WIX is the fact that it looks as if it is not as easy (although it's not that hard either - a copy

RE: [Nant-users] Removing files on uninstallation.

2005-03-02 Thread Burton, Kevin
I was just informed that my mail message was too big. Here is the essence of the log file that I had attached:   MSI (s) (C0:28): Target path resolution complete. Dumping Directory table... MSI (s) (C0:28): Note: target paths subject to change (via custom actions or browsing) MSI (s) (C

RE: [Nant-users] Removing files on uninstallation.

2005-03-02 Thread Bill Arnette
Title: Message There are some pretty strict rules regarding assignment of GUIDs to components.   See: http://blogs.msdn.com/robmen/archive/2003/10/18/56497.aspx     -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Whitner, TomSent: Wednes

[Nant-users] System.Collections.IKeyComparer PROBLEM!

2005-03-02 Thread Roger Zavala
Hi, I are compiling my WebServices using NAnt 0.85 (Build 0.85.1793.0; rc1; 28/11/2004), with mono 1.1.4 on Windows XP, and that is the error: ERROR --- [csc] Compiling 8 files to 'D:\CaveguiasProject\AuthorToolsServ

Re: [Nant-users] Removing files on uninstallation.

2005-03-02 Thread Vagmi Mudumbai
Not be stoned and shunned but this group but instead of using the NAnt's MSI and MSM tasks, we can use the the WIX toolset to generate MSI and MSMs. There is a lot of work going on there and the WIX Toolset forces you to build MSIs in accordance with best practices. Atleast, I would personally pre

RE: [Nant-users] Removing files on uninstallation.

2005-03-02 Thread Foster, Richard - PAL
Tom,   That would do it!   I must admit, I hadn't noticed that the ID attribute of a component did not correctly handle a NAnt property. I should enter a bug report for that if there isn't one already!   Regards, Richard From: Whitner, Tom [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 02

RE: [Nant-users] Removing files on uninstallation.

2005-03-02 Thread Burton, Kevin
Richard,   Thank you for your response. The “variable” as far as I know is [TARGETDIR]. I am not sure how it gets set on uninstall. I think this variable is getting set correctly on uninstall because some files are removed, just not all of them. That could be a possibility though. I am no

RE: [Nant-users] Removing files on uninstallation.

2005-03-02 Thread Whitner, Tom
I think I found the source of my uninstall issue.  I was reusing the same GUID for every component within my install.  I had created a generic target to create an msm file based on some properties that I would set before calling the target.  Unfortunately, the 'id' attribute of the element

RE: [Nant-users] Removing files on uninstallation.

2005-03-02 Thread Foster, Richard - PAL
Kevin,   This may be a stupid question, but most installations I have created use a variable to determine where the file should be placed. Is there any chance that variable could be set differently on uninstall verses installation? Also, does it make any difference if you accept the default

[Nant-users] Removing files on uninstallation.

2005-03-02 Thread Burton, Kevin
I get some files removed but not all. I have not heard how to ensure that files are removed on uninstallation.   Kevin   Message: 3 Date: Tue, 1 Mar 2005 10:17:59 -0500 From: "Whitner, Tom" <[EMAIL PROTECTED]> To: Subject: [Nant-users] uninstall i

RE: [Nant-users] Accelerating Resource Creation on

2005-03-02 Thread Gert Driesen
Hi Troy,   If and when I find time to implement this, yes ...   Gert From: Troy Parsons [mailto:[EMAIL PROTECTED] Sent: vrijdag 25 februari 2005 19:26To: Gert DriesenCc: 'Nau, Michael'; nant-users@lists.sourceforge.netSubject: Re: [Nant-users] Accelerating Resource Creation

RE: [Nant-users] Removing files on uninstallation.

2005-03-02 Thread Burton, Kevin
This is my problem I have to following lines in the task.