Re: [Nant-users] What is Nantpad worth?

2004-08-23 Thread Kevin Williams
I have to agree. I write software for a living, and I wish them all the best, but I wouldn't be caught dead paying that much for a simple editor. I only paid $29 for VS.NET 2K3 Enterprise, and I could retire that quite easily with nant and a free editor like jEdit or ViM. YMMV :) Eric Deslaurie

Re: [Nant-users] Problem with the latest nightly build.

2004-08-23 Thread Madhan Retnaswamy
Hi Guys, Any updates on my issue??? I am wondering if there are any fixes issued by Microsoft to resolve this issue. Please let me know if there is any solution to this problem. thanks, Madhan. On Mon, 23 Aug 2004 13:57:37 -0500, Felice Vittoria <[EMAIL PROTECTED]> wrote: > Madhan, > > The lat

[Nant-users] Re: +AFs-Nant-users+AF0- 2nd attempt: Building (simple) VS.Net Solution

2004-08-23 Thread Gert Driesen
Olivier, Currently, the +ADw-solution+AD4- task does not support Mono. We plan/hope to tackle this after the 0.85 release. Gert - Original Message - From: +ACI-Oliver Weichhold+ACI- +ADw-oliver+AEA-weichhold.com+AD4- To: +ADw-nant-users+AEA-lists.sourceforge.net+AD4- Sent: Monday, August

[Nant-users] 2nd attempt: Building (simple) VS.Net Solution

2004-08-23 Thread Oliver Weichhold
Hello Sorry for the messed up earlier post. Guess that's what you get for using Outlook before tweaking the settings :P I+IBk-m trying to get Nant to build a VS.Net 2003 solution under Mono-1.0.1 on Windows XP. What I did: 1. Download and install Mono-1.0.1 using Windows Installer from the of

Re: [Nant-users] Problem with the latest nightly build.

2004-08-23 Thread Madhan Retnaswamy
Hi guys, Gert, so if this a issue with vbc in NET1.0, is there any way i can get rid of this..any work arounds or any solution will be greatly appreciated. I cannot switch to NET 1.1, bcos the application is already in production and we dont want to mess up stuff already in there by updating it to

Re: [Nant-users] What is Nantpad worth?

2004-08-23 Thread Rusty Zarse
In looking at the screen shots, NAntPad appears to have embedded documentation and may provide an advantage to building scripts in xml. It took many months for me to understand and become proficient with NAnt and its capabilities. Still, it only took a few minutes to build a hello world. If

[Nant-users] Building (simple) VS.Net Solution

2004-08-23 Thread Oliver Weichhold
Hello I+IBk-m trying to get Nant to build a VS.Net 2003 solution under Mono-1.0.1 on Windows XP. What I did: 1. Download and install Mono-1.0.1 using Windows Installer from the official Mono site 2. Download latest nightly build of Nant - nant-0.85-20040820 and unzipped into folder 3

Re: [Nant-users] Problem with the latest nightly build.

2004-08-23 Thread Gert Driesen
Madham, If I'm not mistaken, then this is an issue with vbc (the MS VB.NET compiler) in .NET 1.0. Gert - Original Message - From: "Madhan Retnaswamy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, August 23, 2004 8:32 PM Subject: [Nant-users] Problem wi

RE: [Nant-users] Problem with the latest nightly build.

2004-08-23 Thread Felice Vittoria
Madhan, The latest nightly build is nant-0.85-20040820 ... try that. Felice -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Madhan Retnaswamy Sent: Monday, August 23, 2004 1:33 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: [Nant-users] Problem wit

[Nant-users] Problem with the latest nightly build.

2004-08-23 Thread Madhan Retnaswamy
Hello Guys!!! I am using the latest nightly build - nant-0.85-20040817, with .NET Run time version 1.0. i have both SDK 1.0 and SDK 1.1 installed and iam getting this error when trying to build my solution. [solution] vbc : Command line error BC2001 : file 'C:\Development\VisualStudioNet\Project

RE: [Nant-users] What is Nantpad worth?

2004-08-23 Thread Eric Deslauriers
http://www.hanselman.com/blog/PermaLink.aspx?guid=e018a515-c502-464f-8e1 a-361ba9889879 Nuff said. Eric D -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anthony Brown Sent: Monday, August 23, 2004 9:53 AM To: [EMAIL PROTECTED] Subject: [Nant-users] What

[Nant-users] What is Nantpad worth?

2004-08-23 Thread Anthony Brown
Hi, I understand that many of you have been using Nantpad for authoring your NAnt build scripts. I would be very interested in knowing what people think would be a fair price for Nantpad 1.0 which additionally has support for functions, an XML view and the ability to execute scripts from the a

RE: [Nant-users] nant package stuck in loop on 'in cahinable read .'

2004-08-23 Thread John Cole
Ian, It builds properly without the package target, but then NAntContrib fails to build :-) I ran it with the package target again and it is still looping on "in chainable read" Thanks, John Cole -Original Message- From: Ian MacLean [mailto:[EMAIL PROTECTED] Sent: Friday, August 20,

RE: [Nant-users] foreach task item = string

2004-08-23 Thread Felice Vittoria
Gary, Thanks. I kinda knew this was going to be the answer to my question :~( Felice -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of McCullough, Gary Sent: Monday, August 23, 2004 8:02 AM To: Felice Vittoria; Nant-Users (E-mail) Subject: RE: [Nant-users]

Re: [Nant-users] nunit works standalone but under nant fails.

2004-08-23 Thread Gert Driesen
Kevin, The "testname" attribute is the fully qualified type name of the TestFixture that you want to execute, not the name of an individual test... In previous versions of NUnit (and therefore also in versions of NAnt prior to recent nightly builds), you'd get a NullReferenceException when there'

[Nant-users] nunit works standalone but under nant fails.

2004-08-23 Thread Burton, Kevin
I have some tests that test a web service. When I run the tests using the NUnit GUI the tests work fine but under Nant I get: [nunit2] NUnit error :System.NullReferenceException: Object reference not set to an instance of an object. [nunit2] [nunit2]

[Nant-users] Error while parsing csproj file

2004-08-23 Thread Jason Alexander
Hello all! I've been attempting to setup NAnt for my project. Initially, I thought it would be easier to attempt to use the task, but I'm still running into a few errors. I have a single solution file that contains 4 projects: 1 web project, and 3 class libraries. I have the following in my bu

RE: [Nant-users] Params vs properties redux was: Nant .85 not working with Draco.Net

2004-08-23 Thread McCullough, Gary
I like it. I think it makes good sense. And while you're at it, why not go ahead and extend that params idea to targets too? Gary McCullough -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ian MacLean Sent: Friday, Augus

[Nant-users] Nant unit tests fail while normal unit tests work

2004-08-23 Thread P. van der Velde
Hi All I have been trying to fix a little problem here for a bit now but I can't seem to get it right so I was hoping that somebody else might have some ideas for me. The problem is this. I have CruiseControl running on my machine for my continuous integration system. Everything runs on my own

RE: [Nant-users] foreach task item = string

2004-08-23 Thread McCullough, Gary
I've often wanted to do this too, but don't know of any way to do it. Similarly, I wish I could foreach over a nodelist produced by an xsl query. That would be sweet. Gary McCullough -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] O

[Nant-users] issue with project reference in solution task for dependent project

2004-08-23 Thread Don Oliver
I have tried serveral builds of Nant, the latest being 0.85.1693.0.  I have 2 VS projects, one references the other (say B references A).  I created a build file that has a target for each with one referencing the other to achieve the correct build order.  I also used the "referenceprojects" elemen