The call task now executes all dependencies of the
specified target by default and the Force attribute is
deprecated. However I think there is still a clear need
to be able to call a single target by itself without
cascading dependencies.
Without it you need to add dummy targets to fix up the
dependency chain -- like:
<target name="install" depends="install-windows,
install-linux" />
when it would be better to have the install target call
one and only one of the install-xx targets without
re-building their dependencies.
So I propose a "cascade" attribute ( as always feel
free to suggest a different name ) which defauts to
true ( the current behaviour ). Setting it to false
allows you to call a single target.
Its basically inverting the behaviour of the old Force
attribute.
Ian MacLean
None
None
Public
| Field | Old Value | Date | By |
|---|---|---|---|
| status_id | Open | 2005-03-19 11:14 | ianm74 |
| close_date | - | 2005-03-19 11:14 | ianm74 |
| assigned_to | nobody | 2005-02-09 05:56 | drieseng |
Copyright © 2010 Geeknet, Inc. All rights reserved. Terms of Use