On Thu, 26 Jul 2001, Steffen Euch <[EMAIL PROTECTED]> wrote:

> And <exec> is expecting them in '$ANT_HOME/bin'?

The Execute class which happens to be used by <exec> as well as a few
other tasks is expecting it in ${ant.home}/bin - the wrapper scripts
set this property from ANT_HOME or if that was not set. try to
determine it dynamically.

Stefan

Reply via email to