MCPcopy Create free account
hub / github.com/apache/ant / CallTarget

Class CallTarget

src/main/org/apache/tools/ant/taskdefs/CallTarget.java:52–256  ·  view source on GitHub ↗

Call another target in the same project. <target name="foo"> <antcall target="bar"> <param name="property1" value="aaaaa" /> <param name="foo" value="baz" /> </antcall> </target> <target name="bar" depends="init">

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected