Re: [nant-dev] .NET Framework 1.1 version of nant

2003-02-23 Thread Ben Lowery
Gert, What's the benefit of shipping a version built specifically against the 1.1 libraries? Thanks. --b - Original Message - From: Gert Driesen To: [EMAIL PROTECTED] Sent: Sunday, February 23, 2003 10:35 AM Subject: [nant-dev] .NET Framework 1.1 version of nant Hi, Are there plans

Re: [nant-dev] patch to support resolving properties from environment vars

2002-09-10 Thread Ben Lowery
yay, i started conversation on this! perfect... code first / ask questions later appears to be the way to go. :) alright, so some commentary on the options presented and why i chose to go for env vars. this is going to be long, consider this a warning. :) first, the options using xml config

[nant-dev] bugfix for CompilerBase

2002-09-08 Thread Ben Lowery
greetings, i think i found a bug in CompilerBase::GetFormNamespace(). the bug occurs when you use a resx file that has no corresponding .cs file (ie, if i had a Transform.resx in my project, but no Transform.cs). GetFormNamespace() tries to open the corresponding source file using

Re: [nant-dev] Compilers and resources

2002-09-07 Thread Ben Lowery
i've noticed a bug that seems to have been introduced with this change. now, if no prefix is specified for the resources, the resources have a . prefixing the name. this breaks any resources that were never scoped with a prefix previously, specifically ProjectHelp.xslt used in NAnt.Console.

Re: [nant-dev] New task idea

2002-07-16 Thread Ben Lowery
i tried this out a while back and i had a rather big problem. i couldn't capture the output from devenv.exe... i did this by subclassing the exec task, and it just wouldn't work. i'll see if i can dig up the code.. it's really been a while. --b - Original Message - From: Brad Wilson