Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 42665 invoked by uid 500); 18 Jul 2001 12:48:44 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: ant-user@jakarta.apache.org Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 42656 invoked from network); 18 Jul 2001 12:48:44 -0000 Message-ID: <753866CAB183D211883F0090271F46C20589DC24@mailhost.armature.com> From: Mark Hewitt To: "'ant-user@jakarta.apache.org'" Subject: RE: Conditional javadocs build Date: Wed, 18 Jul 2001 13:48:37 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Hmm .. I should have thought of that. It works like a charm! Thanks! #!/mjh -----Original Message----- From: Stefan Bodewig [mailto:bodewig@apache.org] Sent: 18 July 2001 13:02 To: ant-user@jakarta.apache.org Subject: Re: Conditional javadocs build On Wed, 18 Jul 2001, Mark Hewitt 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 and target's unless attribute. See Ant's own build file (targets javadoc_check and javadocs) as an example. Stefan