Re: [Nant-users] Would anyone like to share their XSLT file to transform the xml output of the nunit2 task

2005-06-21 Thread Ian MacLean
Morris, Jason wrote: All, I noticed that there isn't a default xslt file to transform the xml output of the nunit2 task. I am sure that everyone would like something different, so that is probably why one wasn't included. check out the NUnitReport task in NAntContrib. There is a default

Re: [Nant-users] Porting VBScript into C# Script Task

2005-06-21 Thread Chris Hansen
Jeremy P. Owens-Boggs wrote: We saved the InstallShield projects as XML and used the xmlpoke task in nant, no messy scriptJ Jeremy, you wouldn't by chance be willing to show some sample code would you? I haven't done this yet, but I need to - it would be nice to have a functioning exam

Re: [Nant-users] NAnt running under CCNET having issue when generating VS.NET 2003 type documentation with NDoc

2005-06-21 Thread Owen Rogers
hi sandeep, this looks like you might need to reverse compile ndoc (using reflector or whatever) to see the link demand on the NDoc.Documenter.NativeHtmlHelp2.NativeHtmlHelp2Documenter.Build method. it must be requesting access to something that the domain account is not allowed to touch. cheers,

RE: [Nant-users] Porting VBScript into C# Script Task

2005-06-21 Thread Jeremy P. Owens-Boggs
We saved the InstallShield projects as XML and used the xmlpoke task in nant, no messy scriptJ   -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Smith Sent: Tuesday, June 21, 2005 4:38 PM To: nant-users@lists.sourceforge.net Subject: [Nant-

[Nant-users] Porting VBScript into C# Script Task

2005-06-21 Thread Robert Smith
I'm not sure how to implement this construct in C# and hoping that someone can show me what the syntax might look like. I have the following _vbscript_ code that I use to change the ProductVersion number property inside of an InstallShield project using _vbscript_ that is called from my NAnt scrip

RE: [Nant-users] File sizes

2005-06-21 Thread Felice Vittoria
Gert, I'm not at my work PC yet ... but this will give me the size in KB? Felice -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Gert Driesen Sent: Tuesday, June 21, 2005 4:08 PM To: Felice Vittoria; 'Nant-Users (E-mail)' Subject: RE: [Nant-users] File si

[Nant-users] Re: Suboptimal fileset include

2005-06-21 Thread Matthew Mastracci
Gary Feldman wrote: Internally, we have a flag "isRecursive" that we set on patterns that reflects whether the pattern potentially matches more than a single directory: Without studying the code to figure out the intent of the recursive flag, my gut intuition is that only the ** implies recu

RE: [Nant-users] File sizes

2005-06-21 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Felice Vittoria > Sent: dinsdag 21 juni 2005 22:19 > To: Nant-Users (E-mail) > Subject: [Nant-users] File sizes > > Hello, > > I'm not sure if this has been asked before ... if it has then > pl

[Nant-users] File sizes

2005-06-21 Thread Felice Vittoria
Hello, I'm not sure if this has been asked before ... if it has then please accept my apology. I was wondering if there's a task or script that will give me the file size. If so, what is it? Thanks, Felice --- SF.Net email is sponsored by

Re: [Nant-users] Re: Suboptimal fileset include

2005-06-21 Thread Gary Feldman
Matthew Mastracci wrote: ... The fileset directory scanning logic in NAnt is somewhat unintelligent as to how deep it goes. We made this tradeoff in the past so that we can better combine multiple recursive filesets without a major performance hit. For instance, NAnt's filescanner is just as

[Nant-users] unsubscribe

2005-06-21 Thread Marc Rainville
unsubscribe

[Nant-users] Re: Suboptimal fileset include

2005-06-21 Thread Matthew Mastracci
Gary Feldman wrote: I'm trying to create a fileset that goes one level deep, to pick out subdirectories. In other words, I have a tree that looks like: root/ project1/ testresults/ project2/ testresults/ I've tried both and Both of these wind up

[Nant-users] Re: HELP about NLOG

2005-06-21 Thread Jaroslaw Kowalski
Hi! I've just had a 10-minutes VB.NET course and the result is included: You need to: 1. Add NLog.dll reference to your project. 2. Add App.config file to your project as it tells NLog the logging rules. If you don't do it, NLog will output nothing. Alternatively use other configuration metho

Re: [Nant-users] NAnt running under CCNET having issue when generating VS.NET 2003 type documentation with NDoc

2005-06-21 Thread Mike Roberts
Hi, Have you looked at the documentation ( http://confluence.public.thoughtworks.org/display/CCNET/The+Server+Service+Application ) ? Also, I think this question is probably better suited to the CCNet User ( http://lists.sourceforge.net/lists/listinfo/ccnet-user ) list rather than the NAnt list.