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 not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected