RE: [Nant-users] Triggering Nant Build from ASP.Net Web Page

2005-04-02 Thread David Reed
Draco also has a web interface already constructed which will serve the same purpose. We've been using it for a couple years and are very happy with it. http://draconet.sourceforge.net/ http://sourceforge.net/projects/draconet/ v1.6.3.0 was just recently released on 26 March. > -Original

[Nant-users] My random feedback on 0.85-rc2.

2005-03-06 Thread David Reed
mo’ bettah at this.   Big felicitations to Gert & Co. from Tejas.  Y’all rock!!   /*  * David Reed, Director of Product Development  * Prudential Real Estate Services Company  *  * <[EMAIL PROTECTED]>  * 713.490.7522 (office) ~ 832.215.3188 (cell)  *  Toll Free 1-866-

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

2004-08-24 Thread David Reed
In solution explorer, right click a build file and choose Open With.  Choose the Html\Xml Editor and whack set as default.  Then Open.     To get full Intellisense, you have to copy the schema for your version of NAnt to the equivalent on your machine of C:\Program Files\Microsoft Visu

RE: [ndoc-devel] RE: [Nant-users] NDoc Initialize Failure

2004-03-01 Thread David Reed
TECTED] On Behalf Of Donald Kackman Sent: Saturday, February 28, 2004 9:43 AM To: David Reed; 'NAnt User List (E-mail)' Cc: 'NDoc Developers' Subject: [ndoc-devel] RE: [Nant-users] NDoc Initialize Failure   David,   We’ve implemented a fix for this problem which should al

RE: [Nant-users] NDoc Initialize Failure

2004-02-21 Thread David Reed
Ryan,   It would unfortunately seem to be so.  We put NDoc into our Draco-managed NAnt scripts yesterday for the first time and saw a couple of these.  :(  Love NDoc, but that's a kind of irritating not-safe-for-multithreading feature.  Example build failure:   C:\Sandbox\Build\WebAppli

RE: [Nant-users] Off-Topic: Coding Conventions & Code Complete by McConnell

2004-01-19 Thread David Reed
[How strange that such simple words have launched holy wars... :] All things considered (with regards to curly placement), it's far more important that everybody in the shop do the same thing than it is specifically what you do. All of the research on bug-hunting and maintenance prove decisively

RE: [nant-dev] Re: [Nant-users] Problem installing nant v82

2003-12-26 Thread David Reed
31049 > -Original Message- > From: Gert Driesen [mailto:[EMAIL PROTECTED] > Sent: Friday, December 26, 2003 3:12 AM > To: Ian MacLean; David Reed > Cc: [EMAIL PROTECTED]; nant- > [EMAIL PROTECTED] > Subject: Re: [nant-dev] Re: [Nant-users] Problem installing nant v82

RE: [nant-dev] Re: [Nant-users] Problem installing nant v82

2003-12-26 Thread David Reed
mechanism maintains a minimum of confusion. :) Now I can test and see if the solution task does what I need it to do. Thanx, all! > -Original Message- > From: Jaroslaw Kowalski [mailto:[EMAIL PROTECTED] > Sent: Friday, December 26, 2003 3:09 AM > To: Ian MacLean; David Reed > C

RE: [nant-dev] Re: [Nant-users] Problem installing nant v82

2003-12-25 Thread David Reed
I can confirm that I experience the reported build bug also with v0.84-RC2 freshly downloaded from http://keihanna.dl.sourceforge.net/sourceforge/nant/nant-0.84.zip C:\Temp\nant-0.84>bin\nant build.log is the out-of-the-box error before changing the default framework in the config file; b

RE: [Nant-users] How to include a snk file in a csc task

2003-12-12 Thread David Reed
You shouldn’t have to “include” it; it’s not a class file nor a resource nor a reference.  It’s referenced by your AssemblyInfo.cs file, like this:   [assembly: AssemblyKeyFile(@"..\..\Astro.Web.BaseClasses.snk")]   The cryptographic whatchamadoozie is called by CSC which looks for it a

RE: [Nant-users] RE: Problems building web project

2003-11-18 Thread David Reed
Curt, my experience with CSC seems to be echoed by yours with VBC à the command line compilers are not very smart about intuiting namespaces and sorting out namespace collisions.  I'll bet the same code compiles just fine in VS.NET.  I believe the problem you're experiencing is in the code,

RE: [Nant-users] Question: Build compiling web project that is referenced as virtu al directory.

2003-11-14 Thread David Reed
- > From: Gert Driesen [mailto:[EMAIL PROTECTED] > Sent: Friday, November 14, 2003 2:13 AM > To: David Reed; [EMAIL PROTECTED] > Subject: Re: [Nant-users] Question: Build compiling web project that is > referenced as virtu al directory. > > Just a small hint : the task no

RE: [Nant-users] How to compare two property values

2003-11-14 Thread David Reed
Jaroslaw Kowalski brilliantly extemporized: > > Amen, brother. The only problem I can imagine you'll have are type comparisons, but if you just throw an intelligent build exception when the types don't match before you touch a.Equals(b)... I'd be a happy man with just == and != to start with.

RE: [Nant-users] Question: Build compiling web project that is referenced as virtu al directory.

2003-11-13 Thread David Reed
Title: Message Eric,   Best practices?  Dunno.  How about working practices instead?  :)  I don't know how complex your environment is, but I've got 102 different projects/assemblies for three different production websites in VSS monitored by Draco on a single build server and built by N

[Nant-users] RE: [nant-dev] Editing .build files w/syntax hilighting in VS.NET

2003-11-06 Thread David Reed
> You can also set this by right-clicking on a .build file in a project > (add one to a project temporarily if you need to) and choosing Open > With... Choose "HTML/XML Editor" and click Set as Default. File associations are cool, but the really neat trick is to get tag-completion for NAnt script

RE: Obsolescing NAntContrib [was RE: [nant-dev] Re: [Nant-users] 0.8.3 final]

2003-09-10 Thread David Reed
Ian, I'm not trying to get anybody's knickers ruffled (or feathers in a wad), just making (reasonable-seeming-to-me) suggestions. :) [snip] > Ok fair enough, it has been neglected. However: > > - I have posted build instructions for NAntContrib multiple times. You > need to link against a 0.8.

RE: Obsolescing NAntContrib [was RE: [nant-dev] Re: [Nant-users] 0.8.3 final]

2003-09-09 Thread David Reed
Erv, I think what Cash is asking is the same thing I proposed a week or two ago: solve the NAntContrib problem by merging the projects and obsolescing the contrib project completely. The NAntContrib tasks are *core* to what most of us use NAnt for anyway! Just move all the NAntContrib tasks into

[Nant-users] Named filesets. Documentation bluez. And other nfg whining.

2003-08-21 Thread David Reed
The Fine Manual says, "File Sets can appear inside tasks that support this feature or at the project level, i.e., as children of project." But I had trouble figuring out how to use the children of project feature... to keep as much of the build script to cut-paste-and-pray as possible. What I want