Re: [nant-dev] MSBuild

2006-10-25 Thread Mike Roberts
On 25/10/06, Bevan Arps [EMAIL PROTECTED] wrote: Hi Eric. I don't see much use for NAnt except for legacy stuff. For what it's worth, I see a place for both tools. In a significant project I'm working on at the moment, we use MSBuild to do the actual builds ... But we control it by

Re: [nant-dev] Release 0.85 and beyond

2006-07-14 Thread Mike Roberts
=263057dat=121642 ___ nant-developers mailing list nant-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nant-developers -- mike roberts | http://www.mikebroberts.com

Re: [nant-dev] property file=filename / ?

2005-04-04 Thread Mike Roberts
On Apr 4, 2005 11:06 AM, Gert Driesen [EMAIL PROTECTED] wrote: Recent nightly builds (and the next RC) of NAnt now also support a response file (using the @response file command line option), thanks to Ian. Aha. I think Owen Rogers has been looking at our I/O stuff so he'll probably be looking

Re: [Ccnet-user] RE: [nant-dev] SVN+latest NAnt in automated environment like CCNe t

2004-11-06 Thread Mike Roberts
mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/ccnet-user -- mike roberts | http://mikeroberts.thoughtworks.net/ | http://www.thoughtworks.com/ --- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition

Re: [nant-dev] BUG: solution task with *.resx (PATCH attached)

2003-08-19 Thread Mike Roberts
I just got latest source from head, and this fails for me. If I comment out those two lines, everything works again. Stuff that may be useful to debug my original failure as follows (Foo's replacing my client's name): -- [solution] Building Foo.Server [debug]... [copy] Copying

[nant-dev] Another solution request

2003-08-12 Thread Mike Roberts
in a CruiseControl.NET log (in CCNet we use the Logger to capture NAnt output.) I think this would be fixed if solution used the csc task internally rather calling the csc.exe compiler directly, but that may be too much effort. Cheers, Mike -- Mike Roberts http://mikeroberts.thoughtworks.net

Re: [nant-dev] Nightly builds

2003-07-04 Thread Mike Roberts
Clayton If you want to be able to see the complete log file on the web page then - make your log directory a sub-folder - the log file would then be at (e.g.) http://cc-net.sporadicism.com/log/log20030703154126.xml - Add an extra page to the webapp that displays the unformatted log (I've added

Re: [nant-dev] Nightly builds

2003-06-30 Thread Mike Roberts
At ThoughtWorks we are looking into setting up a (publically viewable) server to run CruiseControl .NET instances for (at least) CruiseControl.NET itself and for Nunit. I'm hoping to get this up and running sometime over the next month, and if successful am happy to setup an instance for Nant

[nant-dev] Re: [NAntC-Dev] NAntContrib update was ( Updating Nant-Contrib tolatest Nant)

2003-06-28 Thread Mike Roberts
/000278.html I would love to help clean up NAntContrib. I have some recent experience from updating the StarTeam tasks. I will take a look at the items Mike listed and see what I can do. If anyone can relay motes of wisdom please jump in. Kevin Miller --- From: Mike Roberts [EMAIL PROTECTED

[nant-dev] [PATCH] Extending if task with Operating System Version check

2003-06-04 Thread Mike Roberts
Hi, Here's a patch for the if tasks that allows the conditional of whether a script is being run on a specific version of Windows. I haven't added tests since it calls straight into the .Net OperatingSystem class (which would have to be mocked). This functionality could probably be extended