RE: [Nant-users] CVS Check out

2005-02-15 Thread Richard Poole
CTED] Sent: 15 February 2005 11:40To: Richard Poole; NantSubject: RE: [Nant-users] CVS Check out Im on cvs-1.11.2-5   Would that be a Issue? -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Richard PooleSent: Tuesday, February 15, 2005 3:59 PMTo:

RE: [Nant-users] CVS Check out

2005-02-15 Thread Richard Poole
I've had no end of trouble checking stuff out of CVS with NAnt but I think it's more to do with our CVS server (a very recent stable build running on Red Hat) than the CVS tasks. You may be in a similar boat. We have experimented with a FreeBSD CVS server and both the CVS tasks and SmartCVS

RE: [Nant-users] Invalid cast error in latest nightly

2004-10-08 Thread Richard Poole
Title: RE: [Nant-users] Invalid cast error in latest nightly Hi, There's probably an obvious answer to this question, but is there any reason why all the static methods in the framework are being wrappered to be used as 'functions' in NAnt? E.g. assemblyname::get-assembly-name(string) is ju

RE: [Nant-users] Properties Descriptions

2004-08-27 Thread Richard Poole
Title: RE: [Nant-users] Properties Descriptions Merrill, /* ... */ and // ... style comments cannot be pinned to a language element any more than a style comment can. I think it is generally accepted that comments precede the thing that they describe. Having said that, I suppose the 'comme

[Nant-users] C# build script experiment

2004-08-18 Thread Richard Poole
Hi everyone, I've knocked together a little build framework called NBuild (what an exciting name) that compiles and executes C# build scripts. Extending it to compile VB.NET build scripts should be easy if C# isn't your cup of tea. The format is similar to Gerry Shaw's comment (http://www.iunknown

RE: [Nant-users] Function expansion problem

2004-08-17 Thread Richard Poole
Title: RE: [Nant-users] Function expansion problem Haha, I think that answers my question! ;) Thanks for the help, Richard. -Original Message- From: Ian MacLean [mailto:[EMAIL PROTECTED]] Sent: 17 August 2004 13:40 To: Richard Poole Cc: 'NAnt Users Mailing List' Subject:

[Nant-users] Function expansion problem

2004-08-17 Thread Richard Poole
Hi, I'm trying to use the path::combine function from within a fileset like this: - ... But I keep being told that: - Property 'path::combine(sourceDir, '*.asm')' has not been set. Am I doing something stupid? Thanks, Richard. DISCLAIMER: The information contained in this