Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 43718 invoked by uid 500); 21 May 2001 21:30:52 -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 43485 invoked from network); 21 May 2001 21:30:44 -0000 Message-ID: <009101c0e23d$42e5e920$8119fea9@COMREC> From: "Suu Quan" To: "ANT user group" Subject: Why does recompile even source not modified? Date: Mon, 21 May 2001 14:30:30 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N In my attempt to understand javac, I have set a task to compile a few java files in a package util.* (project name is 'stp') The first compile went OK. The subsequent times I ran ant again, it does recompile all the class files. Note that each java file has the declaration 'package utils;' in them. Sample output for one file [javac] [checking utils.MediatedThreadIf] [javac] [wrote C:\stp\utils\MediatedThreadIf.class] What did I do wrong Thanks in advance