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
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
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
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
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
: 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.
>
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