Re: [NAnt-users] nant-0.91-alpha1 Build & Windows 7/2008

2010-06-16 Thread Ben Floyd
I also had the same problem and luckily I had a nightly from a few days ago that did not throw the error. It was introduced very recently. NAnt-0.91-nightly-2010-05-12 does not have this issue. On Tue, Jun 15, 2010 at 6:08 PM, Scott Jeslis wrote: > …also on one machine I’m developing 4.0 apps us

[NAnt-users] Best Practices for Multi-File Build Targets

2009-11-09 Thread Ben Floyd
I split my build files up based on common functionality (compile.build, test.build, database.build, helpers.build, analysis.build, etc) and include them all at the top of my main.build file. This causes me some problems because loading all the build files (and related task assemblies) is rather slo

[NAnt-users] NAnt Property List

2009-07-21 Thread Ben Floyd
all. I was thinking I could just define a target to do this, but I don't see a function for retrieving all defined properties. Any help here? If not, maybe I will write something. Tha

[NAnt-users] NAnt Fix for .NET 3.5 Compiling Without Visual Studio

2009-01-29 Thread Ben Floyd
estion on how to get this check into the trunk for NAnt please let the dev team know! I've written a blog post about this as well at http://dataplex.org/blog/2009/01/fixing-nant-086-beta-1-for-net-35-continuous-integration/ Thanks, Ben Floyd --

[NAnt-users] Continuous Integration Fix for NAnt 0.86 Beta 1 with .NET 3.5

2009-01-03 Thread Ben Floyd
Hi All, I have been using the latest NAnt (0.86 Beta 1) for a few months now in several .NET 3.0/3.5 projects without a problem. All my development machines have Visual Studio 2008 on them, which means I have the .NET SDKs installed in a location where NAnt can find them through the registry keys.

Re: [NAnt-users] Including properties from another build file incurrent build file

2008-12-08 Thread Ben Floyd
t;[EMAIL PROTECTED]> wrote: > > > > > Wouldn't you need a .xml here since that is your file name? > > > > BOb > > > > > -- > > *From:* Ben Floyd [mailto:[EMAIL PROTECTED] > *Sent:* Monday, December 08, 2008 1

[NAnt-users] Including properties from another build file in current build file

2008-12-08 Thread Ben Floyd
I'm having a problem with the task trying to load a local properties file from a global properties file. The following build files should explain the problem: === C:\Dev\project\ui\ui.build === http://nant.sf.net/release/0.86-beta1/nant.xsd";>