On Sat, 03 Jul 2004, Stephen McConnell <[EMAIL PROTECTED]> wrote:

> Correction - it appears that <depend ...> inside an <ant> used "id"
> whereas <depend> at project scope takes "ids".

Yes.

ids is a space separated list, so you can depend on either all jars
produced by a project (no ids attribute) or a subset.

//ant/depend is a combination of //project/depend and //ant/property
and the later wants to set a property with the path to *the* jar being
referenced, so it has to be a single one.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to