Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 98935 invoked by uid 500); 4 Oct 2001 12:51:36 -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 98924 invoked from network); 4 Oct 2001 12:51:36 -0000 X-Server-Uuid: 3522b0b4-89a9-11d4-b7bc-00104bcfa600 Message-ID: <87EE6B21C624D511B72400104BCF1EB03DE45A@exch> From: "Jason Rogers" To: "'ant-user@jakarta.apache.org'" Subject: RE: Does anyone have this working? Date: Thu, 4 Oct 2001 08:49:00 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) X-WSS-ID: 17A28549259010-01-01 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N If you keep the classes directory around instead of deleting them, a simple cvs update and then javac should do the trick. the javac task will tell whether or not the file needs to be recompiled. Another route would be to write your own task that would parse the output of cvs status and determine whether or not the files need to be compiled. This is quite expensive time wise. -jason