Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 83787 invoked by uid 500); 18 Jul 2001 12:02:24 -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 83777 invoked from network); 18 Jul 2001 12:02:24 -0000 X-Authentication-Warning: bodewig.bost.de: bodewig set sender to bodewig@apache.org using -f To: ant-user@jakarta.apache.org Subject: Re: Conditional javadocs build References: <753866CAB183D211883F0090271F46C20589DC1F@mailhost.armature.com> From: Stefan Bodewig Date: 18 Jul 2001 14:02:23 +0200 In-Reply-To: Mark Hewitt's message of "Wed, 18 Jul 2001 11:35:22 +0100" Message-ID: Lines: 10 User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N 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