RE: per directory make file?

2001-06-30 Thread Christopher Berry
IL PROTECTED] > Subject: RE: per directory make file? > > > --- Mark Womack <[EMAIL PROTECTED]> wrote: > > I don't think this will work for a dynamic set of possible > > subdirectories. > > Maybe I missed it, but I haven't found anything in ant that > wi

RE: per directory make file?

2001-06-28 Thread Diane Holt
--- Mark Womack <[EMAIL PROTECTED]> wrote: > I don't think this will work for a dynamic set of possible > subdirectories. > Maybe I missed it, but I haven't found anything in ant that will let me > traverse through subdirecotries, calling a task for each one. Nothing in off-the-shelf Ant, but the

RE: per directory make file?

2001-06-27 Thread Mark Womack
ssage- From: Mark Womack Sent: Wednesday, June 27, 2001 10:40 AM To: '[EMAIL PROTECTED]' Subject: RE: per directory make file? Stefan, right after I sent out my last message, I found your reply. Yes, this is very close to what I am talking about. Is it possible to have a wildcard in

RE: per directory make file?

2001-06-27 Thread Mark Womack
. Without having to explicitly list each exclude file. Thanks for the reply. Even without the wildcard, this is a good alternative. -Mark -Original Message- From: Stefan Bodewig [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 26, 2001 11:38 PM To: [EMAIL PROTECTED] Subject: Re: per directory

RE: per directory make file?

2001-06-27 Thread Mark Womack
at I'm talking about above. Thanks, -Mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 26, 2001 1:25 PM To: [EMAIL PROTECTED] Subject: Re: per directory make file? Regarding the per directory make file, this is simply done with the ta

Re: per directory make file?

2001-06-26 Thread Stefan Bodewig
Mark Womack <[EMAIL PROTECTED]> wrote: > I am in the process of creating an ant replacement for our current > make file build. We have a make file per directory that specifies > which files within that directory should be compiled. This allows > our developers to have files in the source tree t

Re: per directory make file?

2001-06-26 Thread Will Hartung
ng ([EMAIL PROTECTED]) - Original Message - From: "Kyle Adams" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 26, 2001 12:49 PM Subject: Re: per directory make file? Mark, I posted a similar question today (see "Build script design issu

Re: per directory make file?

2001-06-26 Thread Kyle Adams
Mark, I posted a similar question today (see "Build script design issues"). I wonder if there are any more articles out there on best practices for Ant scripts - the articles I've read so far have not been that specific. I'm looking forward to see what responses we get to our question. Kyle