Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 75791 invoked from network); 16 Dec 2003 18:17:06 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 16 Dec 2003 18:17:06 -0000 Received: (qmail 11255 invoked by uid 500); 16 Dec 2003 18:16:50 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 11219 invoked by uid 500); 16 Dec 2003 18:16:50 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 11206 invoked from network); 16 Dec 2003 18:16:50 -0000 Received: from unknown (HELO cyberxpress.seec.com) (208.233.208.25) by daedalus.apache.org with SMTP; 16 Dec 2003 18:16:50 -0000 Received: by CYBERXPRESS with Internet Mail Service (5.5.2655.55) id ; Tue, 16 Dec 2003 13:20:48 -0500 Message-ID: From: Chalakanth To: "'user@ant.apache.org'" Subject: Incremental build using Jspc Date: Tue, 16 Dec 2003 13:20:47 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2655.55) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C3C401.53E19550" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C3C401.53E19550 Content-Type: text/plain Hi, I am using the "webapp" option to build a whole web application. My problem is that everytime I run the task, the whole application is being pre-compiled, not just the Jsps I touched. Our group wants to use the pre-compiled servlets for debugging. This becomes impractical if the compile cycle takes 5 minutes. Does anybody have any ideas? Have I missed some attribute? The documentation does say that Jspc does basic dependency checking. I am using 1.5.4 on NT 2000. I have included the task below. thanks, chalakanth ------_=_NextPart_001_01C3C401.53E19550--