[EMAIL PROTECTED] wrote:
Okay, understood this now. But can AntHill handle project dependencies? E.g.
I am building SubProject B, and AntHill recognizes, that B is dependent on
A, so A is build as well?
AFAIK, AntHill lets you explicitly declare "dependancy groups". Never
tried it though (using Cr
Read about dependency groups in the AntHill manual
(http://www.urbancode.com/projects/anthill/manual/anthillusermanual.pdf).
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Friday, March 07, 2003 11:40 AM
To: Ant Users List
Subject: Re: AW: AW: AW: anthill vs
Okay, understood this now. But can AntHill handle project dependencies? E.g.
I am building SubProject B, and AntHill recognizes, that B is dependent on
A, so A is build as well?
> CC can“t control project dependencies. So that is an idea for a
> workround:
>
> SubProject
> |
> +-- dist
> |