On 2009-07-22, Nestor Dutko <nestor.du...@gmail.com> wrote: > Trying to determine the cost of picking up ant 1.7.0, I tried this and found > now that I get the warning -
> Warning: Reference ocm.jsse.classpath 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. > Is this just not going away? 8-) The warning means you are using a path via refid somewhere in the build file before said path has been defined - at least if Ant doesn't define ids during parser time. You should fix that, because Ant 1.8.0 (no release plan, yet) will no longer find the path. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org