RE: [Nant-users] Gathering additional dependencies...

2005-02-04 Thread Gert Driesen
Title: Gathering additional dependencies... Hi Wayne,   Does your build configuration happen to include spaces ?  If so, try using a recent nightly build of NAnt (http://nant.sourceforge.net/nightly/latest).   If not, create a debug log of your build (NAnt.exe -debug -f:) and send it to me.  

[Nant-users] Gathering additional dependencies...

2005-02-04 Thread Wayne Busby
Title: Gathering additional dependencies... Help I’ve written a very basic Nant script to retrieve a project from source safe, build it and then copy the resulting binary to a particular folder. My problem is… I get project from Source Safe successfully…..OK The problem is that its not b

[Nant-users] How to tell to be quiet?

2005-02-04 Thread Marcin Hoppe
I have a problem with task. I would like it to act similarly to the following CVS command: cvs.exe -d ":pserver:[EMAIL PROTECTED]:/rep" -q update -P -d How can I achieve such a functionality? Regards, Marcin --- This SF.Net email is sponsored

[Nant-users] file::exist function

2005-02-04 Thread Delaney, Chris
Title: file::exist function How can we do a file::exist( "c:\temp\*.txt") so that I know I can go the next step ? It would be cleaner than doing a loop around the file pattern. Something like:                 Re: [Nant-users] Code to invoke nant in new thread, but same process
No, I have never done this, But I need this functionality. We use PVCS and if I could perform more than 1 get at a time, it would really speed up my build times.

[Nant-users] Code to invoke nant in new thread, but same process

Title: Code to invoke nant in new thread, but same process I'm current invoking nant by creating a new Process and starting it.  I would like finer-grained control, plus the ability to initiate a debug, by starting the build directly in my code in a new thread.  Has anyone already done this? 

RE: [Nant-users] app.config

Title: app.config Hi Byrd,   The task supports deploying "app.config" to the output directory, but other than that there's no support for it in NAnt. If you use , then just use the task to have it "deployed" to your output directory.   Gert From: [EMAIL PROTECTED] [mailto:[EMAIL

[Nant-users] app.config

Title: app.config I have a question. Is the app.config file a supported structure of csc.exe, or is it a VS.Net specific construct?  If it is supported by csc.exe, what's the methodology to include it in the task? Payton Byrd Trane eBusiness QED Team Phone: 931-905-5386  Fax: 931-648-59

RE: [Nant-users] Re: Solution problem

Emmanuele, Please submit a bug report for this, and I'll look into it as soon as possible. Gert > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Emmanuele De Andreis > Sent: donderdag 3 februari 2005 18:11 > To: nant-users@lists.sourceforge.net

RE: [Nant-users] Help with XMLPoke

Kevin,   Try using this :     http://www.w3.org/2001/XMLSchema-instance" />     Gert From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kevin KirkpatrickSent: donderdag 3 februari 2005 22:39To: nant-users@lists.sourceforge.netSubject: [Nant-users] Help

Re: [Nant-users] nant 0.85rc1 - asp.net & solution issue

Hi, it seems my webmail deletes backslashes unless I double them. Second try : I have Nant running fine for a couple of solution (service, common business layer assemblies,...). My first solution containing 2 asp.net projects fails with a strange error on a data layer assembly : [solution] Start

[Nant-users] nant 0.85rc1 - asp.net & solution issue

I have Nant running fine for a couple of solution (service, common business layer assemblies,...). My first solution containing 2 asp.net projects fails with a strange error on a data layer assembly : [solution] Starting solution build. Build Error: NAnt.Core.BuildException Error checking whether

RE: [Nant-users] Is this a bug ...

Bill, It's a fix that has gone in. Relative paths in build files will always be resolved relative to the project base directory, but users can now also use directory::get-current-directory() fucntion to access the current directory. This was not possible in previous versions of NAnt. Gert > ---

[Nant-users] Is this a bug ...

... or a fix? I was using the nightly build from 30-06-2004, and everything worked fine. When I moved to RC1, my VBDoc task broke. There are a few reasons for this, including it needing to be rebuilt against the latest version of NAnt, and a couple of bugs in NAnt where nested classes were not ma

RE: [Nant-users] (no subject)

Roman,   NAnt 0.84 targeted the .NET Framework 1.0 by default, and the mechanism used to determine whether that version of the .NET Framework is available, was rather buggy.   I suggest using NAnt 0.85 RC1 or a recent nightly build (http://nant.sourceforge.net/nightly).   Gert From: [