Re: launching targets based on file dependencies?

2002-03-13 Thread stephan beal
On Wednesday 13 March 2002 13:13 pm, Stefan Bodewig wrote: > If you really want to run a target - together with an > unless attribute on target may help. Thanks, Stefan! That appears to be the solution i'm looking for. It appears to work, but the usage of is quite non-intuitive, because it do

Re: launching targets based on file dependencies?

2002-03-13 Thread Stefan Bodewig
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 . > How

launching targets based on file dependencies?

2002-03-13 Thread stephan beal
Hello, fellow anters, i'm finally getting my hands dirty with ant, and i'm having trouble with what is probably a simple concept: 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.