Re: Building from a list...

2006-04-26 Thread Andrew Goodnough
>>> On Wed, Apr 26, 2006 at 8:06 am, in message <[EMAIL PROTECTED]>, "Andrew Close" <[EMAIL PROTECTED]> wrote: > On 4/25/06, Andrew Goodnough <[EMAIL PROTECTED]> wrote: > >> Yeah, I forgot that part of what you were looking for. The closest >> I've come is this, using a separate "branch- build"

Re: Building from a list...

2006-04-26 Thread Andrew Close
On 4/25/06, Andrew Goodnough <[EMAIL PROTECTED]> wrote: Yeah, I forgot that part of what you were looking for. The closest I've come is this, using a separate "branch-build" file located at the root of your local workspace (same level with the projects): ===branch-build.xml===

Re: Building from a list...

2006-04-25 Thread Dominique Devienne
> Sounds too good to be true Steve ;-) Yes and no. [...] There are some posts of the DPML support list [1] related to the native subject which may be relevant (including some demonstrations of how to achieve this). [..] Just initially I would Think that runtime concerns could best be addressed wit

RE: Building from a list...

2006-04-25 Thread Steve
> -Original Message- > From: Dominique Devienne [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 26 April 2006 4:56 AM > To: Ant Users List > Subject: Re: Building from a list... > > > [...] While Depot is not final, it does provide: > > > > 1. tra

Re: Building from a list...

2006-04-25 Thread Andrew Goodnough
>>> On Tue, Apr 25, 2006 at 12:52 pm, in message <[EMAIL PROTECTED]>, "Andrew Close" <[EMAIL PROTECTED]> wrote: > On 4/25/06, Andrew Goodnough <[EMAIL PROTECTED]> wrote: >> >>> On Tue, Apr 25, 2006 at 11:13 am, in message >> <[EMAIL PROTECTED]>, "Andrew >> Close" >> <[EMAIL PROTECTED]> wrote: >> >

Re: Building from a list...

2006-04-25 Thread Dominique Devienne
[...] While Depot is not final, it does provide: 1. transitive dependency management 2. plugin build system deployment 3. automated path management (build, test and runtime) 4. source normalization 5. automated filtering, compilation, jar production, testing, etc. 6. build automation suppor

RE: Building from a list...

2006-04-25 Thread Steve
> -Original Message- > From: Andrew Close [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 26 April 2006 1:43 AM > To: user@ant.apache.org > Subject: Building from a list... > > hello, > > i'm having a bit of a brain-fart coming up with a solution to >

Re: Building from a list...

2006-04-25 Thread Andrew Close
On 4/25/06, Andrew Goodnough <[EMAIL PROTECTED]> wrote: >>> On Tue, Apr 25, 2006 at 11:13 am, in message <[EMAIL PROTECTED]>, "Andrew Close" <[EMAIL PROTECTED]> wrote: > hello, > > i'm having a bit of a brain- fart coming up with a solution to this > situation. we have about 130 JAR files that w

Re: Building from a list...

2006-04-25 Thread Andrew Goodnough
>>> On Tue, Apr 25, 2006 at 11:13 am, in message <[EMAIL PROTECTED]>, "Andrew Close" <[EMAIL PROTECTED]> wrote: > hello, > > i'm having a bit of a brain- fart coming up with a solution to this > situation. we have about 130 JAR files that we are building for a > particular project. most of thes

Building from a list...

2006-04-25 Thread Andrew Close
hello, i'm having a bit of a brain-fart coming up with a solution to this situation. we have about 130 JAR files that we are building for a particular project. most of these JARs are dependent on each other so they require a specific build order. i was hoping to create a list of the projects t