Re: [NAnt-users] Error checking enterprise template project.Accessto the path is denied

2008-03-24 Thread Paul LeBlanc
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

Re: [NAnt-users] Error checking enterprise template project.Accessto the path is denied

2008-03-24 Thread Paul LeBlanc
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

Re: [NAnt-users] Error checking enterprise template project.Accessto the path is denied

2008-03-24 Thread Paul LeBlanc
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

Re: [NAnt-users] Error checking enterprise template project. Accessto the path is denied

2008-03-24 Thread Paul LeBlanc
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

Re: [NAnt-users] Error checking enterprise template project. Accessto the path is denied

2008-03-24 Thread Paul LeBlanc
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.

Re: [NAnt-users] Using 0.86 beta 1 for .NET 3.5

2008-03-10 Thread Paul LeBlanc
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:

Re: [NAnt-users] NAnt 0.86.2898.0 on 64-bit Windows Server2008...nonet-3.0 ???

2008-02-26 Thread Paul LeBlanc
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-

Re: [NAnt-users] NAnt 0.86.2898.0 on 64-bit Windows Server 2008...nonet-3.0 ???

2008-02-26 Thread Paul LeBlanc
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

[NAnt-users] Nunit task: no streaming std out

2008-02-20 Thread Paul LeBlanc
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