Hmm .. I should have thought of that.
It works like a charm! Thanks!
#!/mjh
-----Original Message-----
From: Stefan Bodewig [mailto:[EMAIL PROTECTED]]
Sent: 18 July 2001 13:02
To: [EMAIL PROTECTED]
Subject: Re: Conditional javadocs build
On Wed, 18 Jul 2001, Mark Hewitt <[EMAIL PROTECTED]> wrote:
> Is it possible to tell the javadoc task to execute only if there
> have been any changes to the packages over which it is running?
Not the task itself, but a combination of <uptodate> and target's
unless attribute. See Ant's own build file (targets javadoc_check and
javadocs) as an example.
Stefan