https://issues.apache.org/bugzilla/show_bug.cgi?id=46090
Summary: Build target dependency structure can be enhanced
Product: Ant
Version: 1.7.1
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: Core
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
Currently targets can only "strongly" depend on other targets. It is impossible
to specify that if another target has (already) been requested (strongly) by
either another target or from the command line, it needs to be executed before,
but is otherwise not needed.
This is useful in avoiding things having to be specified via build properties
("skip this", "do that" kind) and therefore make it easier to build what one
wants to build right from the command line...
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.