I'm familiar with this warning in Ant 1.7:
Warning: Reference *reference_name* has not been set at runtime, but was
found during build file parsing, attempting to resolve. Future versions of
Ant may support referencing ids defined in non-executed targets.

But now suppose that the target in which this warning arises has been
invoked by the *antcall *task with inheritrefs="true". This is a perfectly
legitimate case of passing references to a target where the references *have
*been set, just not by that sub-build.

I'm wondering now, is there any way to call *antcall *with
inheritrefs="true" and *not *get this warning?

Reply via email to