RE: "Elements of Ant Style": ant files separation

2002-11-19 Thread Rick Hightower
i read it but it did not click into i saw it in action. -Original Message- From: Steve Loughran [mailto:[EMAIL PROTECTED]] Sent: Monday, November 18, 2002 11:41 PM To: Ant Users List Subject: Re: "Elements of Ant Style": ant files separation - Original Message - F

Re: "Elements of Ant Style": ant files separation

2002-11-19 Thread Frank Carver
Steve Loughran <[EMAIL PROTECTED]> said: > > do you mean using an external entity? > > > > If so... that is so cool. The first time I saw this was with the Sun Web > > Services SDK. > > > > Its about as cool as #include when you think about it -works for a while but > has its intrinsic limitations

Re: "Elements of Ant Style": ant files separation

2002-11-18 Thread Steve Loughran
- Original Message - From: "Rick Hightower" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Monday, November 18, 2002 18:22 Subject: RE: "Elements of Ant Style": ant files separation > By > "-use XML includes

RE: "Elements of Ant Style": ant files separation

2002-11-18 Thread Rick Hightower
- From: Steve Loughran [mailto:[EMAIL PROTECTED]] Sent: Monday, November 04, 2002 6:40 PM To: Ant Users List Subject: Re: "Elements of Ant Style": ant files separation My recommendation is -break your project into sub projects at sensible places, each with their own deliverable (

Re: "Elements of Ant Style": ant files separation

2002-11-04 Thread Steve Loughran
. - Original Message - From: "Emerson Cargnin - SICREDI Serviços" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Monday, November 04, 2002 8:47 AM Subject: Re: "Elements of Ant Style": ant files separation I'd like to make question abo

Re: "Elements of Ant Style": ant files separation

2002-11-04 Thread Emerson Cargnin - SICREDI Serviços
I'd like to make question about the architecture of ant files: I have a big financial system, with a lot of modules, so we planned to separate the big build file into smaller build files, what should be the preffered way - creating one build file for each module - creating one build file for eac