RE: [NAnt-users] Incorporating NAntContrib into NAnt

2006-03-15 Thread Tony_Bjerstedt
Title: Incorporating NAntContrib into NAnt Copy the NantContrib DLL's into the "bin" directory where nant.exe is located.   I did this and it works great for me.   -Tony From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Crawford, ChristinaSent: Wednesday, March 15, 2006 2:09 PM

RE: [Nant-users] Perforce p4change command

2005-11-09 Thread Tony_Bjerstedt
Actually I have come to the conclusion that the task is broken. I have looked at the source code and have some ideas on how to fix it (and hopefully when things settle down in my work, I can take the time to submit a "fixed" version to the community.) Having looked at the code, I believe it's bro

[Nant-users] Perforce p4change command

2005-11-01 Thread Tony_Bjerstedt
Title: Perforce p4change command We are switching from Source Safe to Perforce and I am trying to use the tasks. I am having a problem with the command. I am trying to create a changelist as part of my build script to hold changes to files containing version numbers. When my script execu

RE: [Nant-users] Help with failing style task

2005-09-27 Thread Tony_Bjerstedt
Title: Help with failing style task Nevermind. When I retried it in XMLSPY and made it us Microsofts XSL engine, I get errors and was able to fix it. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]Sent: Tuesday, September 27, 2005 6:11 PMTo: nant-users@lis

[Nant-users] Help with failing style task

2005-09-27 Thread Tony_Bjerstedt
Title: Help with failing style task The

RE: [Nant-users] Delim value for End of Line

2005-09-23 Thread Tony_Bjerstedt
try               see the documentation, but it will save need to supply a delimiter. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert SmithSent: Friday, September 23, 2005 1:53 PMTo: nant-users@lists.sourceforge.netSubject: [Nant-users] Delim value for End o

RE: [Nant-users] Building only one project from solution file at a time.

2005-09-01 Thread Tony_Bjerstedt
Title: Message Not long ago I was trying to do the same thing and receiving the same error message.   The  element supplies a list of projects which should be built in ADDITION to any projects listed in the solutionfile. Thus a project listed in a solution and a element winds up being inclu

[Nant-users] Fileset failonempty for individual include

2005-08-24 Thread Tony_Bjerstedt
Title: Fileset failonempty for individual include The "failonempty" attribute only causes the task to fail if the ENTIRE fileset is empty. I want to fail the task if ANY single is empty. Can this be done? If not, would this be an acceptable enhancement request for a future version? I have so

RE: [Nant-users] nUnit2 task: Remove from project

2005-08-23 Thread Tony_Bjerstedt
I encountered a problem with the task not long ago. I went to the nUnit web site, downloaded the latest version (2.2.2), built and tested my code using it and VS. I then tried to run the tests using the task and they promptly failed.  As it turned out, the latest version of nUnuit is not s

RE: [Nant-users] "if" attribute on mkdir ignored

2005-08-23 Thread Tony_Bjerstedt
The order of evaluation for if and unless can go either way AS LONG AS it is well documented. I am not sure if the order of evaluation if discussed anywhere in the documents. Over the years I have worked with many C derived languages where the individual clauses in a boolean expression are evalua

[Nant-users] "if" attribute on mkdir ignored

2005-08-22 Thread Tony_Bjerstedt
Title: "if" attribute on mkdir ignored I am running RC3 and the following build source fails:                                         I get the following output: NAnt 0.85 (Build 0.85.1932.0; rc3; 4/16/2005) Copyright (C) 2001-2005 Gerry S

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

2005-07-27 Thread Tony_Bjerstedt
Title: .85 RC3 and Nunit 2.2 I am running into the same problem.   According to nUnit website at SourceForge, 2.2.2 is the latest version of nUnit. So when I went to the nUnit site, this is the one that I downloaded and used to build.   Is there anyway to use NUnit 2.2.2 with NAnt task