Re: [NAnt-users] any way to use a pre-defined in ?

2007-06-04 Thread Mark Modrall
system. Thank you. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, June 04, 2007 8:48 AM To: Mark Modrall Cc: nant-users@lists.sourceforge.net; [EMAIL PROTECTED] Subject: Re: [NAnt-users] any way to use a pre-defined in ? Haven't ch

[NAnt-users] any way to use a pre-defined in ?

2007-06-04 Thread Mark Modrall
Hi... I was just trying to use a pre-defined fileset in foreach but haven't been able to come up with the right incantation. I tried But nant complains that I can't have a fileset in a fileset (I'm taking it that is equivalent t

Re: [NAnt-users] passing string delimiters

2007-04-10 Thread Mark Modrall
How about reversing the wrapping (i.e. '"Solution 1.sln"' instead of "'Solution 1.sln'"). Xml lets you quote attributes with either an apostrophe or a quote mark. If you put the double quotes inside the attribute declaration, the xml processor will take care of it and the nant plugins probably won'

[NAnt-users] to a file other than utf8?

2007-02-14 Thread Mark Modrall
Hi... I was just wondering if there was any way to get to use some other encoding than utf8 when writing to a file? doesn't have an encoding attribute... Thanks -Mark This e-mail message, and any attachments, is intended only for the use of the individual or entity identified in the

[NAnt-users] Any way to pass in compiler constants into ?

2007-02-13 Thread Mark Modrall
Hi... Didn't see anything in the docs, but I was wondering if there was any mechanism to pass in compiler constants to a build? With msbuild, you can define constants with /p:name=value, as many as you need/want. Would be handy to define something other than configuration on too

Re: [NAnt-users] any break from for loop?

2007-02-04 Thread Mark Modrall
From: Michael Frederick [mailto:[EMAIL PROTECTED] Sent: Saturday, February 03, 2007 7:42 PM To: Mark Modrall; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] any break from for loop? We have written a small C# "script" that waits for a set of files to appear. It has a polli

[NAnt-users] any way to tell how many files in a ?

2007-02-03 Thread Mark Modrall
Any way to just get a count of how many files are in a fileset? Thanks -mark This e-mail message, and any attachments, is intended only for the use of the individual or entity identified in the alias address of this message and may contain information that is confidential, privileged and

[NAnt-users] any break from for loop?

2007-02-03 Thread Mark Modrall
Hi... I've been trying to code a task to wait for something to happen and I'd like to break out when it does. I started looking at but there didn't seem to be any way (other than fail) to break out of the loop once the event occurred. I tried using recursion, but then found tasks can't call

Re: [NAnt-users] Any way to apply in place?

2007-01-24 Thread Mark Modrall
TECTED] On Behalf Of Mark Modrall Sent: Wednesday, January 24, 2007 10:50 AM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Any way to apply in place? Hi... I was thinking of using to swap in some build time and version info at nant time in my AssemblyInfo.

Re: [NAnt-users] and

2007-01-24 Thread Mark Modrall
, please notify the sender immediately by reply e-mail and delete this message, and any attachments, from your system. Thank you. From: Arnette, Bill [mailto:[EMAIL PROTECTED] Sent: Monday, January 22, 2007 2:29 PM To: Mark Modrall; nant-users@lists.sourceforge.

[NAnt-users] Any way to apply in place?

2007-01-24 Thread Mark Modrall
Hi... I was thinking of using to swap in some build time and version info at nant time in my AssemblyInfo.cs'es, but according to the docs, those elements are only applicable to and . I'd like to simply do the substitutions in place. I can always svn revert when the build is don

Re: [NAnt-users] Error "SDK for the net-x.x framework is notavailableor not configured"

2007-01-23 Thread Mark Modrall
Thank you. From: Bob Archer [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 23, 2007 5:22 PM To: Mark Modrall; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] Error "SDK for the net-x.x framework is notavailableor not configured" The

Re: [NAnt-users] Error "SDK for the net-x.x framework is not availableor not configured"

2007-01-23 Thread Mark Modrall
esday, January 23, 2007 5:03 PM To: Mark Modrall; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] Error "SDK for the net-x.x framework is not availableor not configured" You should have the SDK for each fw version on the build machine. If you have Studio that actually inc

[NAnt-users] Error "SDK for the net-x.x framework is not available or not configured"

2007-01-23 Thread Mark Modrall
Hi... Found a couple of threads where this was discussed obliquely and now I'm tripping over it. I've got a program that needs to be built in both Framework 1.1 and 2.0 (and we've been told they don't want us to use MSBEE), so I have 1.1 and 2.0 versions of the proje

[NAnt-users] and

2007-01-21 Thread Mark Modrall
Hi... I'm new to nant, and I'm trying to port some java/ant tasks we'd done to it. Since we use svn as our source control, I'm having to do the update with exec. To get the revision updated to, I'm sifting through the svn output. Under ant, I redirected the svn output to a property using a f