Re: [NAnt-users] task support for Visual Studio 2005

2007-01-01 Thread Mike Roberts
Excellent news! Any idea when you'll have a new 'non nightly' release that this will be included in? Mike On 28/12/06, Gert Driesen <[EMAIL PROTECTED]> wrote: > Hi, > > Today marks the availability of long-awaited support for Visual Studio 2005 > solutions and projects in the task. > > Those ea

Re: [NAnt-users] running apache-ant through exec doesn't return fail status

2006-11-28 Thread Mike Roberts
orge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > ___ > NAnt-users

[Nant-users] ing 'd targets

2005-08-31 Thread Mike Roberts
Hi all, OK, maybe I'm being really dumb, but I can't seem to targets from a project file I've 'd - is this supported? I'm using RC3. Cheers, Mike -- mike roberts | http://mikeroberts.thoughtworks.net/ | ht

Re: [Nant-users] .85 RC3 and Nunit 2.2

2005-07-27 Thread Mike Roberts
in a couple of weeks. > > Thanks > > > ---- > Peter G Jones > Microsoft .Net MVP > Christchurch, New Zealand > http://jonesie.net.nz > > -- mike roberts | http://mikeroberts.thoughtworks.net/ | http://www.thoughtworks.com/

Re: [Nant-users] How do i notify a specific developer?

2005-07-04 Thread Mike Roberts
Kirti, This question would be better asked on the CCNet-User mailing list [1] To answer your question though, make sure all your developers are mapped in the email publisher config section. What I mean by this is that make sure you are mapping your source control user names for each of your devel

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

2005-06-21 Thread Mike Roberts
; SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&opclick >

Re: [Nant-users] [Fwd: Nightly build]

2005-05-25 Thread Mike Roberts
On 5/25/05, Marcin Hoppe <[EMAIL PROTECTED]> wrote: > On 5/24/05, Ian MacLean <[EMAIL PROTECTED]> wrote: > > What's the best way to run Nant as a nightly build?? > > As a scheduled job in an operating system or with CruiseControl.NET or > some other Continuous Integration tool. I use the second op

Re: [Nant-users] Problem with nunit2

2005-04-04 Thread Mike Roberts
Hi Rick, It might not be the answer you're looking for, but my suggestion is 'don't use the task' . Instead, use and call the nunit-console application. I wrote this up a little bit here: http://mikeroberts.thoughtworks.net/blog/archive/Tech/dotNet/Howtosetupa.NETDevelopmentTreePart7.html Mik

Re: [Nant-users] Solution task - Couldn't find Primary Interop Assembly "stdole"

2005-03-09 Thread Mike Roberts
On Wed, 9 Mar 2005 16:46:28 +0100, Marcin Hoppe <[EMAIL PROTECTED]> wrote: > Hi! > > I'm using NAnt to compile VS.NET solutions on the build machine. The > project relies on some 3rd party COM components. These components were > set up in the same manner on two machines: my workstation and a build

Re: [Nant-users] Nant and Nunit 2.2 problem

2005-02-23 Thread Mike Roberts
On Wed, 23 Feb 2005 21:58:44 -0700, Kevin Williams <[EMAIL PROTECTED]> wrote: > I thought CC.NET automatically directs NAnt to produce XML output which > can be merged. If I'm correct, you don't have to do any of this, it > should Just Work. If you use the NUnit tasks, that's true, but its not th

Re: [Nant-users] Nant and Nunit 2.2 problem

2005-02-23 Thread Mike Roberts
On Wed, 23 Feb 2005 21:42:49 -0600, Chris Taylor <[EMAIL PROTECTED]> wrote: > Jeez Mike do you just sit on all the lists? =) Not *all* of them. I leave Cobol.NET to themselves ;) > Using your method described in your blog, will cc.net still fail upon > failed unit tests? Yes - honours non-zero

Re: [Nant-users] Nant and Nunit 2.2 problem

2005-02-23 Thread Mike Roberts
On Wed, 23 Feb 2005 16:14:51 -0600, Chris Taylor <[EMAIL PROTECTED]> wrote: > Alright, so I figured out my problem form yesterday. It helped that I > pointed it to which directory the test was in and boom, were done.. > > So unit tests are running and I'm happy. but I want the XML output > from

Re: [Nant-users] Checking fileset contents?

2005-02-17 Thread Mike Roberts
On Fri, 18 Feb 2005 11:17:00 +0900, Ian MacLean <[EMAIL PROTECTED]> wrote: > btw - I quite like the idea of prototyping functions/tasks in script > tags before considering them for inclusion in NAnt. Maybe we should add > a user-submitted scripts section on the wiki. We did heaps in script tags o

[Nant-users] Re: Multiple output dirs on VS.NET task

2005-02-15 Thread Mike Roberts
A default use of will use the Visual Studio 'Debug' 'build configuration', which already outputs to 'bin\Debug' in each of the project directories. I actually like to have a new build configuration though just for building from NAnt, and this compiles each project to something like '\build\projec

Re: [Nant-users] Bug when using XmlLogger and build exceptions

2004-02-28 Thread Mike Roberts
Ant.Core.BuildException D:\CVS\nant\test-xmllogger.xml 15 3 and System.ArgumentNullException What do you think ? Gert -- Mike Roberts http://mikeroberts.thoughtworks.net/ ---

Re: [Nant-users] Bug when using XmlLogger and build exceptions

2004-02-26 Thread Mike Roberts
Hi Gert - thanks for the reply. Regarding the xml structure, there's 2 things on my mind - Try not to change the existing structure too much unless we have to - This problem with exceptions is actually about failures generally (I've tried using just a with a message and the same behaviour manif

Re: [Nant-users] Bug when using XmlLogger and build exceptions

2004-02-26 Thread Mike Roberts
Gert Driesen wrote: - Original Message - From: "Mike Roberts" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]> Should we only output the message of an exception, or also the stacktrace ? How should we represent nested exceptions in the xml lo

[Nant-users] Bug when using XmlLogger and build exceptions

2004-02-25 Thread Mike Roberts
Hi there, We've been seeing a problem for a while when using CruiseControl.NET where if a NAnt build fails due to an exception then the reason is not outputted. We use the xmllogger when driving NAnt from CCNet so that we can style the output later. I always thought that it would be on standar

[Nant-users] Using NAnt 0.8.3's NAntContrib with CVS version of NAnt?

2003-09-15 Thread Mike Roberts
Hi there, I'd like to use and in my build. So I have a recentish build of NAnt head. And I copied the NAnt.Contrib.Tasks.dll from NAnt 0.8.3 final into my compiled NAnt bin folder. But If I try to use I get 'Unknown task ' Am I being dumb? Thanks, Mike -- Mi

Re: [Nant-users] Generating BUILD files for Nant

2003-07-31 Thread Mike Roberts
Hi Rob, It went to the NAntContrib project, but that now gets included in NAnt so you'll find it in the 0.8.3 RC1 currently available as a download on the NAnt sourceforge website. You might want to check out the task that's now in NAnt as that offers an alternative way to getting your nant s

[Nant-users] Question about reference resolution behaviour

2003-06-26 Thread Mike Roberts
Hi, I'm just starting to use the task and I'm a bit confused by its behaviour. If a project references a dll in a folder, seems to copy *all* the dlls from that folder to the build/output directory, not just the one that was referenced. In my environment, this leads to my output dirs having