RE: [Nant-users] Why use Nant?

2005-06-02 Thread Eric Deslauriers
> the build server is supposed to only have the "approved" > tools/utilities in the acceptable versions. This way you can be sure > that you don't have an inadvertent dependency on some weird, unsupported > library. If it builds on the server, then you know it doesn't require > anything not on th

RE: [Nant-users] NAnt vs. Batch files

2005-02-07 Thread Eric Deslauriers
Merrill, > * Is there a better way in NAnt to getting the environment variables set > for each ? Aha, finally I get to give back! If he's using 0.85, please see the below, the sum of a discussion Ian MacLean and I had a while ago on this list (BTW, this is still possible in 0.84, just uglier)..

RE: [Nant-users] Ndoc Documenter VS.NET 2003

2005-01-11 Thread Eric Deslauriers
Just an aside, we find this tool to be incredibly valuable during development of the documentation. http://www.paraesthesia.com/blog/comments.php?id=727_0_1_0_C   You need the CodeRush engine, but it’s provided for free.   Eric D     From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: [Nant-users] NDoc task can't find 'HtmlHelp2'

2005-01-06 Thread Eric Deslauriers
Sorry, forgot to mention this is NAnt 0.84 with version X of NAntContrib.   Thanks again! Eric   From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Thursday, January 06, 2005 12:14 AM To: Eric Deslauriers; nant-users@lists.sourceforge.net Subject: RE: [Nant-users] NDoc task

RE: [Nant-users] NDoc task can't find 'HtmlHelp2'

2005-01-05 Thread Eric Deslauriers
probing path for the HtmlHelp2 library.   Thanks again for the assist!   Eric D   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gert Driesen Sent: Wednesday, January 05, 2005 2:27 PM To: Eric Deslauriers; nant-users@lists.sourceforge.net Subject: RE: [Nant-users] NDoc

[Nant-users] NDoc task can't find 'HtmlHelp2'

2005-01-04 Thread Eric Deslauriers
NDoc works as expected when run from the GUI, but when I use the NAnt task, I get an error. Since the NDoc.Documenter.HtmlHelp2.dll is located in the same dir as NDocConsole.exe, I’m not sure what’s failing:   locate-ndoc:   [echo] NDoc located at ..\sdktools\NDoc 1.2\bin\.net-1.

[Nant-users] Changing failonerror on the fly

2004-12-16 Thread Eric Deslauriers
  Since properties are immutable, this is a little more fun.                     à   What I need to do with the above snippet is change test’s failonerror to TRUE when not doing code coverage, but to FALSE when doing codecoverage, then pas

RE: [Nant-users] Changing failonerror on the fly

2004-12-14 Thread Eric Deslauriers
Troy, Thanks for the head's up. As soon as we move to 0.85, I'll plunk that in. It is a great solution. Eric D > The cleanest solution (IMHO) was to create a custom try/catch/finally > task... your codecov target becomes: > > > > > > > > > > > > The tr

RE: [Nant-users] NUnit with NAnt

2004-12-13 Thread Eric Deslauriers
1. A 3. NUnit2 4. To facilitate debugging, we use the task. In some cases, we need some prebuild and postbuild steps in VS to support things like using CodeSmith for our codegeneration. 5. Use NReport to compile them and feed them to CruiseControl (or Draco if you want). CruiseControl t

RE: FW: [Nant-users] Creating/setting env variables

2004-12-10 Thread Eric Deslauriers
Ian astounded with: > It works with 0.85. There have been a number of > fixes and your build file works perfectly with it. I had a stab at > getting it working with 0.84 but unfortunately 0.84 does not: I downloaded and tried it (Sorry, I should have done that first) and it works beautifully (cha

[Nant-users] Env for NUnit2 task

2004-12-08 Thread Eric Deslauriers
I need to set my CoverageEye's env vars deterministically for my NUnit2 task. Does NUnit2 support ? http://nant.sourceforge.net/help/tasks/nunit2.html If there's a way to know what attributes apply to which tasks, then I'm just missing that knowledge. Thanks again! Eric -

RE: [Nant-users] Creating/setting env variables

2004-12-08 Thread Eric Deslauriers
evious folk out there want to wade in (offlist is OK too)? :) Eric D > -Original Message- > From: Castro, Edwin Gabriel (Firing Systems Engr.) [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 08, 2004 12:55 PM > To: Merrill Cornish; Eric Deslauriers; NAnt Users mailing list

[Nant-users] Creating/setting env variables

2004-12-08 Thread Eric Deslauriers
I'm using CoverageEye for code coverage and have the need to set environment variables that may or may not exist from within my NAnt task. Since unsetting an env var usually makes it not exist, this is problematic. The key requirement is that the any future env calls or exec calls from NAnt need

RE: [Nant-users] NAnt copies more files than VS.NET

2004-11-10 Thread Eric Deslauriers
Thanks for the help. Unfortunately, I'm restricted to being on a stable release by management for our prod work. If it helps, I can try 85 nightly and let you know. Eric D > > > > The NAnt solution also relies on TLBIMP, which would mean, according to > > > > http://www.mail-archive.com/nant- >

[Nant-users] NAnt copies more files than VS.NET

2004-11-09 Thread Eric Deslauriers
I have a DLL project that includes references to SHDocVW (COM tab, Microsoft Internet Controls) and Microsoft.MSHTML (COM tab, Microsoft HTML Object Library)   Using the following target in my default.build,                  

[Nant-users] Transient assy ref for a

2004-10-07 Thread Eric Deslauriers
I'm trying to Is there a way to "if include " reference in the following? I'm trying to avoid CSC sections as my CSPROJ files are very fluid right now. Thanks, Eric

RE: [Nant-users] RE: What is Nantpad worth?

2004-08-25 Thread Eric Deslauriers
Felice, Good question. I would also ask if NAntpad Express list variable values. That's the only thing I really have a problem with, esp as I deal with many build files from other people, so I'm always having to figure out what ${somevar} gets set to. Since there's no eval that I can find on the

RE: [Nant-users] What is Nantpad worth?

2004-08-23 Thread Eric Deslauriers
http://www.hanselman.com/blog/PermaLink.aspx?guid=e018a515-c502-464f-8e1 a-361ba9889879 Nuff said. Eric D -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anthony Brown Sent: Monday, August 23, 2004 9:53 AM To: [EMAIL PROTECTED] Subject: [Nant-users] What

[Nant-users] Error "No Solution File Specified"

2004-08-11 Thread Eric Deslauriers
In order to be able to take advantage of the intrinsic ease of the VStudio debug/fix/rebuild/debug process, I have VStudio able to build my projects, and then a NAnt script that can build it, deploy it, test it, etc. In order to correctly fulfill the VStudio build, I have to implement PostBuild st

RE: [Nant-users] Error during compile that GUID {xxx} required

2004-08-11 Thread Eric Deslauriers
sen [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 11, 2004 4:09 PM > To: Eric Deslauriers; [EMAIL PROTECTED] > Subject: Re: [Nant-users] Error during compile that GUID {xxx} required > > Eric, > > Please send us a small repro. > > Thanks ! > > Gert > >

RE: [Nant-users] Error during compile that GUID {xxx} required

2004-08-11 Thread Eric Deslauriers
Additionally, it builds fine from VStudio, no hiccups. > When I compile my app, I get an error "Project with GUID {xxx} must be > included...". > > However the ref'd GUID is in my SLN file. > > Thanks, > Eric D --- SF.Net email is sponsored

[Nant-users] Error during compile that GUID {xxx} required

2004-08-11 Thread Eric Deslauriers
When I compile my app, I get an error "Project with GUID {xxx} must be included...". However the ref'd GUID is in my SLN file. Thanks, Eric D --- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for o

[Nant-users] Intellisense for NAnt files?

2004-08-10 Thread Eric Deslauriers
I have to work with a lot of NAnt files generated by other folks, and I was wondering if there was an Intellisense (e.g. hovering over a variable to see its value) equivalent editor for NAnt files I could use to see what the variables are defined as. Even if it's just a window on the left, I just

RE: [Nant-users] Triggering Distributed Tests

2004-08-04 Thread Eric Deslauriers
Ed, My recommendation is build in one place, deploy to the other machines, and then test on the other machines. http://www.sysinternals.com/ntw2k/freeware/psexec.shtml Your NAnt file gets a: There's your kickoff. ${command} can be another NAnt script, NUnit, any command line. Then you can cop

RE: [Nant-users] Post-Build Events causing task to fail

2004-08-03 Thread Eric Deslauriers
John, "$(ProjectDir)\$(OutDir) ^ this "\" is likely your problem. $(ProjectDir) comes with a trailing "\" as needed. The compiler apparently sees that it's needed here and appends one, making yours the second one. At least, that's the C# behaviour. I always add @echo on @echo of