Re: [Nant-users] Release Date of 0.8.4

2003-11-18 Thread Gert Driesen
Rido, The next nightly build will have support for NUnit 2.1.4 out of the box. We consider the 0.8.4 nightly builds to be more stable than the 0.8.3 release, but nonetheless, the official 0.8.4 beta-cycle will start shortly Gert - Original Message - From: "rido Min" <[EMAIL PROTECTED]>

[Nant-users] Schema Validation

2003-11-18 Thread Patrick Fogarty
I've run into some issues related to schemas and just need a sanity check. I typically use XML Spy for anything related to XML. It allows me to easily add elements and attributes and, more importantly, it allows me to validate the document. To do so, I include the appropriate namespace definiti

[Nant-users] csc task foreach with refrerences

2003-11-18 Thread Allen, William (MSCI)
Should the following nant config work? What I'm trying to to is generalize the build process to be used by muliple projects. Each project will have a dependencies.txt file that will list the dll on which this project is dependent. I can't make this work without explicitly identifying the refe

[Nant-users] Perforce Tasks?

2003-11-18 Thread Ben Lowery
Has anyone worked up some Perforce tasks for NAnt? If so, would you be willing to share them? Thanks, --b --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you cr

[Nant-users] RE: [nant-dev] FYI

2003-11-18 Thread Philip Nelson
--- Damir Simunic <[EMAIL PROTECTED]> wrote: > Since there is so much interest in this msbuild thing, here's the list of > namespaces Microsoft.Build.BuildEngine The book they handed out with the PDC alpha bits, "Introducing Longhorn for Developers", Brent Rector, Microsoft Press, has a fairly un

[Nant-users] RE: [nant-dev] FYI

2003-11-18 Thread Damir Simunic
Since there is so much interest in this msbuild thing, here's the list of namespaces Microsoft.Build.BuildEngine When you open the link, click on 'sync toc' to see the rest of Microsoft.Build.* namespaces in the TOC. http://longhorn.msdn.microsoft.com/?//longhorn.msdn.microsoft.com/lhsdk/ref/ mic

[Nant-users] Release Date of 0.8.4

2003-11-18 Thread rido Min
I'm start using 0.8.3, but the suport to NUnit is limited to 2.0 In 0.8.4 the NUnit support it's with 2.1.3 (not he final release). When do you expect to release an stable build of nant including NUnit 2.1.4 Thx rido __ Do you Yahoo!? Exclusive Video Premiere -

[Nant-users] RE: [nant-dev] Editing .build files w/syntax hilighting in VS.NET

2003-11-18 Thread Erv Walter
You can also set this by right-clicking on a .build file in a project (add one to a project temporarily if you need to) and choosing Open With... Choose "HTML/XML Editor" and click Set as Default. -Original Message- From: Matthew Mastracci [mailto:[EMAIL PROTECTED] Sent: Thursday, Novemb

[Nant-users] Sample Build file for C# WEBAPP?

2003-11-18 Thread Shaila Theraja
I'm new to NANT. I'm trying to build a web project containing 5 files in it.I don't need to refernce any .dll to it. All I need to do is compile all my aspx.cs files and run my webapp from Internet explorer.. Can anyone provide me with a sample NANT.build file for C#. Thanks a bunch, Shaila

Re: [Nant-users] nant -help throws ConfigurationException

2003-11-18 Thread Scott Hernandez
Title: Message Very interesting. Do you run any other .net apps on your work machine? Is you work machine managed by an admin that may have placed special restrictions on .net apps through the .net machine config? Can you (re)build nant on your work machine? Is there anymore of a stack trace

[Nant-users] nant -help throws ConfigurationException

2003-11-18 Thread Jarrod Moore
Title: Message I'm having some big issues with NAnt. Whenever I try to build a file from the command prompt, or open up the help options, I get the following error:   An unhandled exception of type 'System.Configuration.ConfigurationException' occurred in system.dll   Additional information

Re: [Nant-users] Cannot use Nant 0.8.4 with NUnit

2003-11-18 Thread Gert Driesen
I've committed the correct version to cvs, so this issue should be fixed in the next nightly build ... Gert - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 18, 2003 2:37 PM Subject: [Nant-users] Cannot use Nant 0.8.4 with NUnit > Hi, > > W

RE: [Nant-users] Cannot use Nant 0.8.4 with NUnit

2003-11-18 Thread Keber, Dave
Try the steps outlined in: http://www.iunknown.com/000342.html I've copied the text of this page below: September 30, 2003 Happy together: NUnit 2.1 and NAnt 0.8.3 I figured I'd tackle a simple project while Matthew sleeps this afternoon: making NAnt 0.8.3 and NUnit 2.1 live happily with one anot

RE: [Nant-users] Cannot use Nant 0.8.4 with NUnit

2003-11-18 Thread Breen, Patrick
Ran into the same problem the other day. My resolution: use Nunit 2.1.4 and rebuild Nant with this new version of Nunit. Worked like a charm. Patrick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, November 18, 2003 8:3

RE: [Nant-users] RE: Problems building web project

2003-11-18 Thread David Reed
Curt, my experience with CSC seems to be echoed by yours with VBC à the command line compilers are not very smart about intuiting namespaces and sorting out namespace collisions.  I'll bet the same code compiles just fine in VS.NET.  I believe the problem you're experiencing is in the code,

[Nant-users] RE: Problems building web project

2003-11-18 Thread Curtis Zarger
Thxs to Dave Reed and Gert Driesen for the help, I'm getting closer.  It seems I took too much of the WindowsForms example to build my web project (1. vbc target should be "library" for web apps, not "exe". 2. imports section is handled by the 'references includes' entries.  3. System.Windo

[Nant-users] Cannot use Nant 0.8.4 with NUnit

2003-11-18 Thread david . a . taylor
Hi, We have fetched the latest build of Nant (0.8.4) which uses NUnit 2.1.3 but we can only get NUnit 2.1.4 from the source forge website. Does anyone know of a work around or where I can get NUnit 2.1.3? Regards, David Taylor Extension: 4496 Email: [EMAIL PROTECTED] Mobile: +44 7966

Re: [Nant-users] Problems building a web project

2003-11-18 Thread Gert Driesen
Curtis, My guess is that you'll also have to add a reference to the System.Web.dll assembly. Gert - Original Message - From: "Curtis Zarger" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 17, 2003 8:50 PM Subject: [Nant-users] Problems building a web project > Hi,