Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 33217 invoked by uid 500); 16 Aug 2001 17:23:23 -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 33205 invoked from network); 16 Aug 2001 17:23:23 -0000 From: "Ylan Segal" To: Subject: javac with dependency tracking in JDK1.3 Date: Thu, 16 Aug 2001 12:24:37 -0600 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N I want to compile with dependency tracking using ant. I tried setting the depend attribute for javac in my build.xml file, but I am getting a message that dependency checking is not supported by the modern compiler: ... [javac] depend attribute is not supported by the modern compiler ... My target look like this: I am using jdk1.3. Anyone has any ideas on how to overcome this? I saw in the ant docs that jikes does support that, but I am not sure what is jikes and if I should use it or not. Thanks guys. _____ Ylan Segal ylan@digiworks.tv