Re: [nant-dev] Unable to build NAnt 0.85 on Linux

2003-12-13 Thread Gert Driesen
Giuseppe, I can't reproduce this on my gentoo box right here but I think its a bug in Mono, as it was reported by others too ... The following code apparently results in an ArgumentException : using System.Globalization; class Test { static void Main() {

Re: [nant-dev] Unable to build NAnt 0.85 on Linux

2003-12-13 Thread Giuseppe Greco
OK, after having installed ICU the whole works again... Thanks, Gius_. On Sat, 2003-12-13 at 17:32, Gert Driesen wrote: Giuseppe, I can't reproduce this on my gentoo box right here but I think its a bug in Mono, as it was reported by others too ... The following code apparently results

[nant-dev] Property and function names

2003-12-13 Thread Jaroslaw Kowalski
Hi! Quick Summary: This message discusses changes that are going to be made to NAnt, which may break your build files in future releases. Before we make it, we'd like to hear your opinion on the subject As you may know, there's an ongoing effort to implement expression evaluator for NAnt. We'll

[nant-dev] SUBMISSION: Path Task

2003-12-13 Thread William E Caputo
(This is a resend. I didn't see it come across the list the first time I sent it. My apologies if it comes through twice) Hi All, Attached is a zip file containing a task called path. This task extracts path information from a given partial (or complete) path name and optionally expands it to

Re: [nant-dev] Mono and NAnt

2003-12-13 Thread Ian MacLean
Kevin, Do you have mono built with the ICU stuff ? That was the cause of the previous issue. Ian Kevin Jones wrote: I'm trying to build NAnt using .Mono on Linux. I've got the latest CVS snapshot of NAnt and version .29 of Mono. I'm getting the following exception in the make nant step

Re: [nant-dev] SUBMISSION: Path Task

2003-12-13 Thread Ian MacLean
This looks good William. However I'm thinking that the new function support will be easier to use to do this kind of stuff. the following path related functions will be included: path.changeextension path.combine path.getdirectoryname path.getextension path.getfilename

Re: [nant-dev] SUBMISSION: Path Task

2003-12-13 Thread William E Caputo
Ian MacLean: This looks good William. However I'm thinking that the new function support will be easier to use to do this kind of stuff. Sounds good -- and I agree it will be easier to use that way. Looking forward to seeing that in the next version! :-) Best, Bill William E. Caputo