On Wed, 13 Mar 2002, stephan beal <[EMAIL PROTECTED]> wrote:

> i have a set of Java files which are generated from info in a text
> file.  Using 'make' it is very simple to rebuild the java files only
> if the text file is updated. i have not yet found a way to do this
> using ant.

See <apply>.

> How does one trigger the execution of a target based on real file
> dependencies

If you really want to run a target - <uptodate> together with an
unless attribute on target may help.

Stefan

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to