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
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
Title: Nant equivalent to
Is there an equivalent to ANT’s which lets you include properties from another file?
Thanks
Kevin Schneider
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
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.
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
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
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
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
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
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
11 matches
Mail list logo