Re: [nant-dev] New to the list

2004-03-19 Thread Ian MacLean
Hi Dustin, To include a file of property definitions use the include task. http://nant.sourceforge.net/nightly/help/tasks/include.html Just create a build file that contains only property definitions. Somthing like: project name=common build properties !-- place global properties here --

Re: [nant-dev] New to the list

2004-03-19 Thread Jaroslaw Kowalski
I'd like to propose a new function set that would help solve the issue of generating a classpath from a list of files. The functions deal with named filesets like this: project fileset id=zzz includes name=*.cs / /fileset fileset id=rrr includes name=*.csu7987987 /

FileSet Functions was Re: [nant-dev] New to the list

2004-03-19 Thread Ian MacLean
These look cool. I wonder should fileset::exists be fileset::contains ? by definition if its in the fileset it must exist. Would somthing like fileset::rescan() also be useful ? Ian Jaroslaw Kowalski wrote: I'd like to propose a new function set that would help solve the issue of generating

RE: [nant-dev] New to the list

2004-03-19 Thread Horsfield, Peter A
To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [nant-dev] New to the list I'd like to propose a new function set that would help solve the issue of generating a classpath from a list of files. The functions deal with named filesets like this: project fileset id=zzz includes name

Re: [nant-dev] New to the list

2004-03-19 Thread Martin Aliger
I could use such feature to workaround lack of fileset-merge and could be handy on other places as well. Martin - Original Message - From: Horsfield, Peter A [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 19, 2004 5:45 PM Subject: RE: [nant-dev] New to the list Please

Re: [nant-dev] New to the list

2004-03-19 Thread Jaroslaw Kowalski
, March 19, 2004 5:57 PM Subject: Re: [nant-dev] New to the list how about: to-string() or to-delimited-string() which is a bit of a mouthful ? oh and why not fileset::count() instead of or as well as fileset::is-empty() ? Ian Horsfield, Peter A wrote: Please don't call it flatten

RE: [nant-dev] New to the list

2004-03-19 Thread Horsfield, Peter A
, Peter A Cc: [EMAIL PROTECTED] Subject: Re: [nant-dev] New to the list OK. I'd like to gather current ideas (with some minor modifications) with one-line summaries: fileset::exists(id) - checks whether fileset named id is defined in current project fileset::get-file-count(id) - returns the number

RE: [nant-dev] New to the list

2004-03-19 Thread Brant Carter
I was having this same problem! Thanks for the script. +1 for a ant task brant ... From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [nant-dev] New to the list Date: Fri, 19 Mar 2004 08:57:55 -0500 Hi everyone! I joined this list because there are some differences between Nant and

Re: [nant-dev] New to the list

2004-03-19 Thread Ian MacLean
- Original Message - From: Ian MacLean [EMAIL PROTECTED] To: Horsfield, Peter A [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, March 19, 2004 5:57 PM Subject: Re: [nant-dev] New to the list how about: to-string() or to-delimited-string() which is a bit of a mouthful ? oh and why