RE: [Nant-users] Can't access "System Volume Information" when a drive root is specified as basedir of a fileset

2004-11-11 Thread Felice Vittoria
Edwin, I faced a similar situation not long ago. What I ended up doing was running the script on the box itself and not using a mapped/UNC drive. Felice -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Castro, Edwin Gabriel (Firing Systems Engr.) Sent: T

[Nant-users] Failing tasks derived from ExternalProgramBase

2004-11-11 Thread Stephen Lewis
Thanks to Gert for answering my previous question about the Onfailure property. I can confirm that the following project and subproject will trigger the Onfailure task correctly: Main Project: Sub Project:

NAnt Release Policies (was Re: [Nant-users] NAnt copies more files than VS.NET)

2004-11-11 Thread Gary Feldman
Let me point out that if you were to assume standard numbering policies, then none of the NAnt releases would meet the requirement that it be on a stable release. That's because version numbers less than one (and the current nightly version is 0.85, not 8.5 or 85) are normally considered to be pre

[Nant-users] Can't access "System Volume Information" when a drive root is specified as basedir of a fileset

2004-11-11 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
Please observe the following output: [output] T:\>type default.build T:\>nant -f:default.build NAnt 0.85 (Build 0.85.1766.0; n

Re: [Nant-users] NUnit 2.2.1

2004-11-11 Thread Gary Feldman
>From: "Gert Driesen" <[EMAIL PROTECTED]> >Sent: Thursday, November 11, 2004 10:27 AM ... > If I'm not mistaken, Charlie Poole (NUnit) actually did not really recommend > upgrading to this version. But I'd have to verify that. Your recollection is more or less correct. The 2.2.1 release is an ite

RE: [Nant-users] Error trying to check out from VSS

2004-11-11 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
Title: Error trying to check out from VSS This is an odd error. To me it seems like it should work. That is assuming that is loaded and it appears to be loaded… Have you gotten any help on this?   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Frinder, Robert (C

RE: [Nant-users] NAnt copies more files than VS.NET

2004-11-11 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
See, that's exactly my point. I'm not sure that what extent the NAnt team performs testing. I know they have a relatively large set of tests. I assume those tests (and new ones as they're created) are executed prior to a nightly build getting published on the website. What I don't know is whether t

Re: [Nant-users] 0.85 Dependency Resolution

2004-11-11 Thread Ian MacLean
Gert Driesen wrote: Tom, That is indeed the expected behaviour. If you want to avoid specific targets from being executed more than once, you could use the target::has-executed(name) function. I'm not saying this is perfect, but the old beha

RE: [Nant-users] Error Building Solution

2004-11-11 Thread Pedro Honório Silva
Yap. In fact, there were also some nunit libraries in the bin folder that are in the framework specific folder, that I've overriden. Now it works really fine. I am using NAnt to implement Continuous Integration alongside with CruiseControl.NET in a project that I'm developing, and with this step,

RE: [Nant-users] NUnit 2.2.1

2004-11-11 Thread Gert Driesen
Title: NUnit 2.2.1 Tom,   If I'm not mistaken, Charlie Poole (NUnit) actually did not really recommend upgrading to this version. But I'd have to verify that.   Gert From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Whitner, TomSent: donderdag 11 november 2004 16:15

RE: [Nant-users] 0.85 Dependency Resolution

2004-11-11 Thread Gert Driesen
Title: RE: [Nant-users] 0.85 Dependency Resolution Payton,   The target::has-executed() only works on a project level, and the task actually creates a new project on each run.   Gert From: Byrd, Payton [mailto:[EMAIL PROTECTED] Sent: donderdag 11 november 2004 16:17To: 'Gert Dr

Re: [Nant-users] MSI Task - question

2004-11-11 Thread Roman Semenov
Hello Jim, Thank you for your help. I'm trying to make changes in my script according to your hint. I found one problem. The next script: results to the error: "Validation error: The "display" attribute has an invalid value according to its data type." I tried also: and recei

[Nant-users] NUnit 2.2.1

2004-11-11 Thread Whitner, Tom
Title: NUnit 2.2.1 I have been upgrading all of my build tools and noticed that NUnit has made another minor release.  Are there plans to take this minor release into NAnt 0.85? - Tom

RE: [Nant-users] 0.85 Dependency Resolution

2004-11-11 Thread Gert Driesen
Tom, That is indeed the expected behaviour. If you want to avoid specific targets from being executed more than once, you could use the target::has-executed(name) function. I'm not saying this is perfect, but the old behaviour did not

[Nant-users] 0.85 Dependency Resolution

2004-11-11 Thread Whitner, Tom
Title: 0.85 Dependency Resolution With the following targets defined:                         If I build target B, I get the following results: NAnt 0.85 (Build 0.85.1775.0; nightly; 11/10/2004) Copyright (C) 2001-2004 Gerry Shaw http://nant.sourcef

RE: [Nant-users] Error Building Solution

2004-11-11 Thread Pedro Honório Silva
Ok. And how do I solve this? I've tried to replace the Ndoc libraries in the Nant/bin for the ones inside my Ndoc/bin directory, but still doesn't work. Suggestions? Pedro Honório Silva. -Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: terça-feira, 9 de Novembro de

[Nant-users] has a bug when program file name has '.' char

2004-11-11 Thread red forks
A program filename has '.' chars (for example: aspose.obfuscator), ExecTask will consider it has directory part in filename, ExecTask will add basedir as prefix. Actually the aspose.obfuscator.exe is in path directory. Maybe below codes will handle this correctly: // ExecTask.cs ... public

RE: [Nant-users] NAnt copies more files than VS.NET

2004-11-11 Thread Mauro Ciaccio
Hi, Though I am new to Nant, the problem posed is universal for all software. My view is that for the nightly build to be the "official" build it should go through some kind of systematic automated testing that ensures the latest changes do not break the existing code. I realise that the automate

[Nant-users] task "cleaning up" xml text

2004-11-11 Thread Rami AbuGhazaleh
Title: task "cleaning up" xml text Hello. I would like the task to not "clean up" the xml structure. For example, if I have the following nodes:     The task would change it to:             I use the task to do stuff with my html pages and so this

[Nant-users] MSI Task - question

2004-11-11 Thread Roman Semenov
Hello, I need an advise... Our company sells software components. Every our customer (depending on his needs) may want to buy different combination of components. I would like to create a script that would include these components into MSI file depending on the value (true / false) of some prope

[Nant-users] Error trying to check out from VSS

2004-11-11 Thread Frinder, Robert (CSIM)
Title: Error trying to check out from VSS I am new to NAnt and I am having problems checking source out from VSS. SourceSafe is on my local drive at c:\vss I can see and execute from a command line: C:\>ss dir -F- $/dev/build $/dev/BUILD: $_Build $RAW Client Install $/dev/BUILD/_Build:

[Nant-users] Problem using includesfile

2004-11-11 Thread Byrd, Payton
I have the following csc task:      -- Compilation Arguments --> [Nant-users] Problem with missing assembly references when using
Hi there, I'm new to nant and am having trouble when referencing .dlls of my own (as opposed to framework .dlls). I retrieve files from two VSS projects, one for my supporting libraries and one for a web application that uses those libs. I save the code files to two directories and create a b

[Nant-users] Problem with missing assembly references when using

Title: Problem with missing assembly references when using I'm new to nant and am having trouble when referencing .dlls of my own (as opposed to framework .dlls).  I retrieve files from two VSS projects, one for my supporting libraries and one for a web application that uses those libs.  I

[Nant-users] [NANT0.85][CVS-Check Out Problem][Please Suggest]

Dear All, I am new to NANT. I am using NAnt 0.85 (Build 0.85.1583.0; net-1.0.win32; nightly; 02/05/2004) Copyright (C) 2001-2004 Gerry Shaw I want to use NANT to build my VB.Net Code. So I want to start from the CVS check out of the code. However I am not able to check out the code. My NANT scrip

RE: [Nant-users] NAnt copies more files than VS.NET

> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Eric Deslauriers > Sent: woensdag 10 november 2004 23:53 > To: Gert Driesen; [EMAIL PROTECTED] > Subject: RE: [Nant-users] NAnt copies more files than VS.NET > > Thanks for the help. Unfortunatel

RE: [Nant-users]

> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of John Cole > Sent: donderdag 11 november 2004 0:01 > To: 'Gert Driesen'; [EMAIL PROTECTED] > Subject: RE: [Nant-users]