I don't really need the feature but it seems that it could be useful
to replace some with property file management sometimes.
That's what Ant-Contrib's target does (its name is I think).
Yes, I think it's a bit dangerous, as it might run afoul of the target
dependency management of Ant. If yo
Hello,
Probably a dum question : is is authorized (ie not dangerous) to use
the method Project.executeTarget(String) ?
The following would create a task that calls a target. The properties
set in this target get created in the calling project.
public class TargetCaller extends Task {
pr