[Nant-users] .85 RC3 and Nunit 2.2

2005-07-26 Thread Peter Jones
Title: .85 RC3 and Nunit 2.2 I see a few messages in the archive regarding using Nunit 2.2 with RC3, but nothing that really helps me. I'm getting an error:    [nunit2] Assembly "c:\blah\Tests.dll" was not built with the NUnit framework and/or contains no tests. I have Nunit 2.2.2.0 instal

[Nant-users] XPath & xmlpeek

2004-06-07 Thread Peter Jones
I'm an Xpath newbie. I need to check a vault history file using xmlpeek for a value, but I need to ignore string case. I tried the following : http://www.we.org/2002/08/xquery-functions"; /> But all I get is : Could not peek at XML file 'c:\build\history\UCNewsAndEvents_23.

RE: [Nant-users] Solution wont build all projects

2004-05-18 Thread Peter Jones
esday, 19 May 2004 1:26 PM > To: Peter Jones; [EMAIL PROTECTED] > Subject: Re: [Nant-users] Solution wont build all projects > > Peter- > Visual Studio's default behavior is to build assemblies or > executables from 'Framework supported source' > Which mean

[Nant-users] Solution wont build all projects

2004-05-18 Thread Peter Jones
I have a solution that contains c# & vb projects. The vb projects don't get compiled. Is this a bug? --- Peter G Jones University of Canterbury, NZ --- Senior Analyst/Programmer Microsoft .Net MVP Blog: http://jonsie.net --

[Nant-users] Circular Reference error when there isn't one

2004-04-25 Thread Peter Jones
The follwing snippet gives me a circular reference error : http://localhost/UCContactWeb/UCContactWeb.csproj"; path="${srcdir}\UCContact\UCContactWeb\UCContactWeb.csproj" /> If I remove the excluded project, it works fine. --- Pet

[Nant-users] Date Format

2004-04-21 Thread Peter Jones
I need to specify a date range for the VSS command line. The date must be in the VSS format mm/dd/;hh:mm a/p. Anyone got a snippet to do this? TIA --- Peter G Jones University of Canterbury, NZ --- Senior Analyst/Programmer Micr

[Nant-users] Date Format

2004-04-19 Thread Peter Jones
I need to specify a date range for the VSS command line.  The date must be in the VSS format mm/dd/;hh:mm a/p.    Anyone got a snippet to do this?   TIA ---Peter G JonesUniversity of Canterbury, NZ--- Senior Analyst/ProgrammerMicro

RE: [Nant-users] Solution & assemblyfolders

2004-04-04 Thread Peter Jones
If I use the following it works. Thanks -Original Message- From: Peter Jones Sent: Monday, 5 April 2004 8:20 AM To: Gert Driesen; [EMAIL PROTECTED] Subject: RE: [Nant-users] Solution & assemblyfolders There is a 3rd party library (XMLPDF11.dll) in ${

RE: [Nant-users] Solution & assemblyfolders

2004-04-04 Thread Peter Jones
> -Original Message- > From: Gert Driesen [mailto:[EMAIL PROTECTED] > Sent: Sunday, 4 April 2004 11:55 PM > To: Peter Jones > Subject: Re: [Nant-users] Solution & assemblyfolders > > Peter, > > Can you provide some more info on what you're trying t

[Nant-users] Solution & assemblyfolders

2004-04-04 Thread Peter Jones
I'm trying to reference a dll in my solution task and it can't find the file/path. I'm not sure how to format the task - this is what I have : http://localhost/StudDetailService/StudDetailService.csproj"; path="${srcdir}\StudDetailService\StudDetai

[Nant-users] Emailing build results

2004-03-31 Thread Peter Jones
Is there a way to email the build results ? I guess I can create a wrapper .build file and then capture the output but I'd like to do it in a single .build file if possible. --- Peter G Jones University of Canterbury, NZ --- Senior An

[Nant-users] Sending the log

2004-03-31 Thread Peter Jones
I would like to send the output log of nant via an email.  Can I do this in a single build file or do I need to have  and tasks in a wrapper build file?   ---Peter G JonesUniversity of Canterbury, NZ--- Senior Analyst/ProgrammerMicroso

[Nant-users] XSD for Contrib?

2004-03-31 Thread Peter Jones
I've used the XSD for nant and this is very useful in VS.Net when editing but is there an XSD for contrib and if so, how do I specify both schemas? --- Peter G Jones University of Canterbury, NZ --- Senior Analyst/Programmer Microsoft .Net

RE: [Nant-users] Sending the log

2004-03-31 Thread Peter Jones
I just found the task in contrib which looks like the thing I need. Cheers --- Peter G Jones University of Canterbury, NZ --- Senior Analyst/Programmer Microsoft .Net MVP Blog: http://jonsie.net > -Original Message- > From: G

[Nant-users] Sending the log

2004-03-30 Thread Peter Jones
I would like to send the output log of nant via an email.  Can I do this in a single build file or do I need to have  and tasks in a wrapper build file?   ---Peter G JonesUniversity of Canterbury, NZ--- Senior Analyst/ProgrammerMicroso

RE: [Nant-users] Framework version ??

2004-03-25 Thread Peter Jones
Message- > From: Gert Driesen [mailto:[EMAIL PROTECTED] > Sent: Thursday, 25 March 2004 7:15 PM > To: Peter Jones; [EMAIL PROTECTED] > Subject: Re: [Nant-users] Framework version ?? > > Peter, > > In NAnt 0.84, the default target framework is .NET 1.0. In > the current

RE: [Nant-users] Framework version ??

2004-03-24 Thread Peter Jones
I neglected to mention that I don't have or want Fx 1.0 installed. --- Peter G Jones University of Canterbury, NZ --- Senior Analyst/Programmer Microsoft .Net MVP Blog: http://jonsie.net > -Original Message- > From:

[Nant-users] Framework version ??

2004-03-24 Thread Peter Jones
I get the following from a task when trying to compile a resx file. The SDK for the net-1.0 framework is not available or not configured. What should I do? --- Peter G Jones Senior Analyst/Programmer University of Canterbury ---