Re: [NAnt-users] Builds suddenly failing: "runtime framework 'net-2.0'is not correctly configured"

2008-02-13 Thread Chris Weiss
created in the root of a > drive, if all available directory entries are full you can have > weirdness.] > > > Hope this helps, > Bevan. > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Chris > Weiss > Sent: Sa

[NAnt-users] Builds suddenly failing: "runtime framework 'net-2.0' is not correctly configured"

2008-02-08 Thread Chris Weiss
I've been editing a NANT file that does delay-signing and then creates policy files. After running the file, NANT suddenly started throwing the following errors, regardless of what build file I feed it (even a simple "hello world" build file fails). C:>\nant -f:test.build -debug (numerous loadtask

Re: [NAnt-users] Finding files and executing an ant task on result?

2008-01-17 Thread Chris Weiss
On May 11, 2007 5:56 AM, Bob Archer <[EMAIL PROTECTED]> wrote: > Yep should be doable. > > Something like: > > > > > > > > > > > > > BOb > > > > -Original Message- > From: [

Re: [NAnt-users] Workarounds for broken task

2007-10-24 Thread Chris Weiss
On 10/12/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > There is a what appears to be long known bug with the task in > that it launches notepad awaiting a user to edit/close it before > continuing. Clearly this is not at all desirable in an automated build. > > I found this posting from two y

Re: [NAnt-users] Email notification on Nunit failures

2007-04-09 Thread Chris Weiss
I'm sure you've already found your solution, but just in case - a quick Google turned up: http://www.instrumentalservices.com/content/view/40/74/ and http://objectsharp.com/cs/blogs/dave/archive/2004/08/18/email-notification-from-nant.aspx On 4/5/07, Nikesh Patel <[EMAIL PROTECTED]> wrote: > I'm

Re: [NAnt-users] Visual Build Pro Question

2007-02-09 Thread Chris Weiss
On 2/9/07, Vee Harwell <[EMAIL PROTECTED]> wrote: > We use it currently for one of our products and nant for the other. > >From my own personal experience, I would have to say that management > types I deal with hold VBP in higher regard since it has a nice and > shiny interface that nant doesn't.

[NAnt-users] Trying to pass CCNetLabel to exec task argument

2006-04-24 Thread Chris Weiss
I'm trying to pass the CCNetLabel property as an argument in an Exec task, but what's actually being passed is $(CCNetLabel}. The relevant bits look like: Build number is ${build.number}

[NAnt-users] Calling Visual Build from NANT?

2006-04-21 Thread Chris Weiss
Is anyone calling Visual Build from a NANT script? We're slowly transitioning the entire build to NANT tasks, but for now, we need to still be able to run what's not been migrated. The trouble is, my task loads VBuild with the project, but does not seem to be interpreting the command line arguments