Re: Sharing inter-project dependencies

2006-08-30 Thread Steve Loughran
Markus M. May wrote: Hello Michael, we are solving this, by having a central repository (pretty much like the maven repository) which contains all JAR-files of all components. Therefor you can then reference a fileset with all neede files from the repository. The hard thing is, that the compone

RE: Sharing inter-project dependencies

2006-08-29 Thread Stephen McConnell
t.apache.org > Subject: Sharing inter-project dependencies > > I have a project with two java components: componentA and componentB. > ComponentB had a compile-time dependency on componentA. > > I've read many posts\articles on how to setup a master build > script to manage the

Re: Sharing inter-project dependencies

2006-08-28 Thread Markus M. May
Original-Nachricht Datum: Tue, 29 Aug 2006 08:03:20 +0200 Von: "Markus M. May" <[EMAIL PROTECTED]> An: "Ant Users List" Betreff: Re: Sharing inter-project dependencies > Hello Michael, > > we are solving this, by having a central repos

Re: Sharing inter-project dependencies

2006-08-28 Thread Markus M. May
r@ant.apache.org Betreff: Sharing inter-project dependencies > I have a project with two java components: componentA and componentB. > ComponentB had a compile-time dependency on componentA. > > I've read many posts\articles on how to setup a master build script to > manage t

RE: Sharing inter-project dependencies

2006-08-28 Thread Nau, Michael
this (I haven't been able to find one)? -Mike -Original Message- From: Antoine Levy-Lambert [mailto:[EMAIL PROTECTED] Sent: Monday, August 28, 2006 1:54 PM To: Ant Users List Subject: Re: Sharing inter-project dependencies Hello Michael, one possibility to build the compo

Re: Sharing inter-project dependencies

2006-08-28 Thread Antoine Levy-Lambert
: Mon, 28 Aug 2006 12:14:22 -0700 Von: "Nau, Michael" <[EMAIL PROTECTED]> An: user@ant.apache.org Betreff: Sharing inter-project dependencies > I have a project with two java components: componentA and componentB. > ComponentB had a compile-time dependency on componentA. >

Sharing inter-project dependencies

2006-08-28 Thread Nau, Michael
I have a project with two java components: componentA and componentB. ComponentB had a compile-time dependency on componentA. I've read many posts\articles on how to setup a master build script to manage the build process for both components. So far so good. But when I get to the point where I nee