Re: [nant-dev] NAnt & CVS Directories

2003-06-05 Thread Ian MacLean
nt: 04 June 2003 05:33 To: Nant-Developers (E-Mail) Subject: [nant-dev] NAnt & CVS Directories Hi all, To recursively build all my subprojects, I've written a task like this: task, but in that way it would be difficult to notice if a subproject fails (that is really true for big p

RE: [nant-dev] NAnt & CVS Directories

2003-06-04 Thread Greco Giuseppe
Title: RE: [nant-dev] NAnt & CVS Directories Erv, You are right!!! I've given a look at LoopTask.cs and the problem can be solved as following:   description="Builds recursively all subprojects">                                 ta

RE: [nant-dev] NAnt & CVS Directories

2003-06-04 Thread Erv Walter
t;foldername" ... This way we use the standard way of building up lists of files/directories. Just me two english pence. Simon. -Original Message- From: Greco Giuseppe [mailto:[EMAIL PROTECTED] Sent: 04 June 2003 05:33 To: Nant-Developers (E-Mail) Subject: [nant-d

RE: [nant-dev] NAnt & CVS Directories

2003-06-04 Thread Simon Steele
way we use the standard way of building up lists of files/directories. Just me two english pence. Simon. -Original Message- From: Greco Giuseppe [mailto:[EMAIL PROTECTED] Sent: 04 June 2003 05:33 To: Nant-Developers (E-Mail) Subject: [nant-dev] NAnt & CVS Directories Hi all, T

RE: [nant-dev] NAnt & CVS Directories

2003-06-04 Thread Greco Giuseppe
Title: RE: [nant-dev] NAnt & CVS Directories > Ants: > RE: Space separated: > > How do you deal with directory names with spaces in them ? You are right, we could use a comma separated list... but I also think what Gert says makes sense: > Gert: > your post was a

Re: [nant-dev] NAnt & CVS Directories

2003-06-04 Thread Gert Driesen
Title: RE: [nant-dev] NAnt & CVS Directories your post was about the nant task, so adding fileset support to that task should resolve your issue and you would no longer have to use the foreach task for that purpose   I do agree that it could be useful to have exclusion support in

RE: [nant-dev] NAnt & CVS Directories

2003-06-04 Thread Anthony LoveFrancisco
7;Cc: Nant-Developers (E-Mail)Subject: RE: [nant-dev] NAnt & CVS Directories > wouldn't it be possible to check if a buildfile exists in > directory (using > the available task with an if task) ? > > In my opinion, the exclude property has too limited > usabili

RE: [nant-dev] NAnt & CVS Directories

2003-06-04 Thread Greco Giuseppe
Title: RE: [nant-dev] NAnt & CVS Directories > wouldn't it be possible to check if a buildfile exists in > directory (using > the available task with an if task) ? > > In my opinion, the exclude property has too limited > usability what will > hap

Re: [nant-dev] NAnt & CVS Directories

2003-06-04 Thread Gert Driesen
o the nant task Gert - Original Message - From: "Ian MacLean" <[EMAIL PROTECTED]> To: "Greco Giuseppe" <[EMAIL PROTECTED]> Cc: "Nant-Developers (E-Mail)" <[EMAIL PROTECTED]> Sent: Wednesday, June 04, 2003 6:55 AM Subject: Re: [nant-dev] NAnt

Re: [nant-dev] NAnt & CVS Directories

2003-06-04 Thread Ian MacLean
Greco Giuseppe wrote: So, I think either we have to add a property to the task in order to be able to discriminate the CVS directories I like the exclude property idea. It matches the includes/excludes model of filesets Ian --- This

[nant-dev] NAnt & CVS Directories

2003-06-04 Thread Greco Giuseppe
Title: NAnt & CVS Directories Hi all, To recursively build all my subprojects, I've written a task like this:       target="${project.config} ${target}/> That works fine until I don't import my project into CVS... After importing a project into CVS, each project's subdirectory contain