http://www.jpboodhoo.com/blog/AutomatingYourBuildsWithNAntPart8Videos.as
px
Boodhoo flash video on automating with Nant .
Notice: This email message, together with any attachments, may contain
information of BEA Systems, Inc., its subsidiaries and affiliated
entities, that may be
Bob thanks for the Boodhoo lead ..
-Original Message-
From: Bob Archer [mailto:[EMAIL PROTECTED]
Sent: Monday, March 24, 2008 12:15 PM
To: Paul LeBlanc; Chris Snider; Sattapattu;
nant-users@lists.sourceforge.net
Subject: RE: [NAnt-users] Error checking enterprise template
Bob, let's say it's not NUnit and you build and run from the IDE. If
you try to then run from the prompt with Nant I don't know how that
works without closing the IDE.
-Original Message-
From: Bob Archer [mailto:[EMAIL PROTECTED]
Sent: Monday, March 24, 2008 11:48 AM
T
Sweet, Chris, sweet.
This is why we're paying you the BIG BUCKS.
-Original Message-
From: Chris Snider [mailto:[EMAIL PROTECTED]
Sent: Monday, March 24, 2008 11:52 AM
To: Paul LeBlanc; Sattapattu; nant-users@lists.sourceforge.net
Subject: RE: [NAnt-users] Error checking enter
Close the IDE, right (in many cases)?
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Chris
Snider
Sent: Monday, March 24, 2008 10:52 AM
To: Sattapattu; nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] Error checking enterprise template project.
Mike, I'm a newbie at this but it seems fine to me since the CLR version
has not changed for 3.0 or 3.5. The "net-3.5" should tell you which
framework, and the rest is CLR related.
Paul
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Mike
Frederick
Sent:
Bob, where do you think his 3.0 directory (without NetFX3) came from?
I have seen what appears (at top level) to be valid framework roots only
to find that they are mostly empty. I never figured out how those roots
got there unless somebody uninstalled the framework.
P
-Original Message-
Ron, You can inject this into your run target to check programatically:
You can visually look into that 3.0 directory too, and I would bet that
there's nothing there. Why does the top level directory exist then?
Good question. Maybe somebody uninstalled the framework or s
Hi, I'm not sure if I'm dealing with a nant or an nunit issue.
Clean and build tasks stream results to std out, but the nunit task does
not. It buffers until the C# assembly is done running, and then spits
out all of the output at once.
I've already tried Console.Out.Flush() statements