Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 68329 invoked from network); 2 Jan 2006 04:55:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Jan 2006 04:55:13 -0000 Received: (qmail 92763 invoked by uid 500); 2 Jan 2006 04:55:11 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 92721 invoked by uid 500); 2 Jan 2006 04:55:07 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 92710 invoked by uid 99); 2 Jan 2006 04:55:07 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Jan 2006 20:55:07 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [217.160.128.107] (HELO www.samaflost.de) (217.160.128.107) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Jan 2006 20:55:06 -0800 Received: by www.samaflost.de (Postfix, from userid 1000) id C50F088A405; Mon, 2 Jan 2006 05:54:44 +0100 (CET) To: user@ant.apache.org Subject: Re: can't compile package X-Draft-From: ("nnfolder:mail.jakarta-ant-user" 51701) References: <43B5F04B.1090405@yahoo.co.id> From: Stefan Bodewig Date: Mon, 02 Jan 2006 05:54:44 +0100 In-Reply-To: <43B5F04B.1090405@yahoo.co.id> (panji's message of "Sat, 31 Dec 2005 09:43:23 +0700") Message-ID: <87mzifp6uj.fsf@www.samaflost.de> User-Agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Security Through Obscurity, linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Sat, 31 Dec 2005, panji wrote: > i can't compile my java programs using ant's build.xml like this : ... > even though on src directory contains java file. anyone can help me It means that either Ant didn't find any source files or all of them had a .class file that was newer that the source. Run ant with the -debug switch and see what it says, it will list each source file found and say if it finds a more recent class file. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org