[Nant-users] Nant looping functionality

2005-03-14 Thread Shoukri Khelfa
Hi,   I’m looking for a way to perform a loop but I can not find which task that does that, here is what I’m trying to do:   I’m trying to compile my source code and place the output binaries on a share with a dummy file that indicate that the files are ready to be signed, from there a

RE: [Nant-users] Nant equivalent to

2005-03-14 Thread Felice Vittoria
Kevin,   Yes ... checkout the "include" task:   http://nant.sourceforge.net/nightly/latest/help/tasks/include.html   Felice -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Schneider, KevinSent: Monday, March 14, 2005 4:08 PMTo: nant-users@l

[Nant-users] Nant equivalent to

2005-03-14 Thread Schneider, Kevin
Title: Nant equivalent to Is there an equivalent to ANT’s which lets you include properties from another file? Thanks Kevin Schneider

RE: [Nant-users] RE: Strong Names - Delay Signing - Relative Paths

2005-03-14 Thread Whitner, Tom
I haven't experienced any more problems with NAnt, but I have found new information regarding this behavior. It appears that the path to the key file is relative to the working folder for Visual Studio. Hence, you can cause VS2003 to fail/succeed at building a solution by simply creating a shortc

RE: [Nant-users] Copy task problem: Coping two instances of the same file to one new location

2005-03-14 Thread Eric Bowen
Work around:   1. Make sure none of the files or directories involved are Read-Only. 2. In my case the source files are all being retrieved from Visual Source Safe (VSS) at the start of the Nant script using code like the following:    username="${vss.user}"     password="${vss.

Re: [Nant-users] Solution task warning when using database project

2005-03-14 Thread Leonardo Quijano Vincenzi
I'm still getting the warning with build 2005-03-13. Leonardo On Mon, 14 Mar 2005 21:02:55 +0100, Gert Driesen <[EMAIL PROTECTED]> wrote: > Hi Leonardo, > > There was a bug with exclusion of projects, which was fixed very recently. > > Can you try using a recent nightly build > (http://nant.sou

RE: [Nant-users] Solution task warning when using database project

2005-03-14 Thread Gert Driesen
Hi Leonardo, There was a bug with exclusion of projects, which was fixed very recently. Can you try using a recent nightly build (http://nant.sourceforge.net/nightly/latest) ? Thanks ! Gert > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Leo

[Nant-users] Solution task warning when using database project

2005-03-14 Thread Leonardo Quijano Vincenzi
Hi. I have a task in my master build file that include several C# projects and a VS database project. When I do a build, i get the following warning: [solution] Only C#, VB.NET and C++ projects are supported. Skipping project 'DataProject\DataProject.dbp'. What can I do to disable this warni

[Nant-users] Copy task problem: Coping two instances of the same file to one new location

2005-03-14 Thread Eric Bowen
I'm having a problem with the copy task failing (System.UnauthorizedAccessException) when it tries to copy two seperate instances of the same file to one destination.  I've got a simple copy task that is supposed to consolidate the bin directories from multiple projects into one common bin d

[Nant-users] unsubscribe

2005-03-14 Thread Jonathan Cutting
unsubscribe -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, March 11, 2005 8:11 PM To: nant-users@lists.sourceforge.net Subject: Nant-users digest, Vol 1 #1382 - 6 msgs Send Nant-users mailing list submissions to nant-users@lists.sourceforge.net

[Nant-users] task hangs

2005-03-14 Thread Bill.Martin
Hi, I'm currently working on a script to perform a daily build. For convoluted reasons, I have a separate script that extracts the latest source from the VSS archive, then I use the task to run the build.bat file for the system. I do this rather than the task as the build.bat includes some pre