Re: Project Build Strategy Question:

2006-04-17 Thread Res Pons
pproach or industry standard? Thanks again. Original Message Follows From: Joe Schmetzer <[EMAIL PROTECTED]> Reply-To: "Ant Users List" To: Ant Users List Subject: Re: Project Build Strategy Question: Date: Sat, 15 Apr 2006 19:39:14 +0100 MIME-Version: 1.0 Rece

Re: Project Build Strategy Question:

2006-04-16 Thread Steve Loughran
Joe Schmetzer wrote: Personally, I managed multi-project dependencies in Ant using the technique described at http://www.exubero.com/ant/dependencies.html (though any of the other tools are suitable solutions, as well). Although CruiseControl can handle multiple projects, it doesn't necessarily

Re: Project Build Strategy Question:

2006-04-15 Thread Joe Schmetzer
t have used it swear by it. It invokes ant. > Nikhil > - Original Message - > From: "Antoine Levy-Lambert" <[EMAIL PROTECTED]> > To: "Ant Users List" > Sent: Friday, April 14, 2006 11:04 PM > Subject: Re: Project Build Strategy Question: >

Re: Project Build Strategy Question:

2006-04-15 Thread nikhil
04 PM Subject: Re: Project Build Strategy Question: > Hello Res, > > Ant is primarily a monoproject build tool. > > You can look at : > >- creating your own custom system to manage dependencies using ant, >- use Ivy [1] (referenced in the ant documentation under "

Re: Project Build Strategy Question:

2006-04-14 Thread Antoine Levy-Lambert
Hello Res, Ant is primarily a monoproject build tool. You can look at : - creating your own custom system to manage dependencies using ant, - use Ivy [1] (referenced in the ant documentation under "External Tools and Tasks" [2] - decide that ant itself should not manage multiproject dep

Project Build Strategy Question:

2006-04-14 Thread Res Pons
I have about 9-10 different projects automated under Anthill OS nightly. I set up a property sheet for each project where I call speicific targets out their respective build.xml to generate war files, etc. I have not declared any project dependencies as they're not needed at this point -- only