You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Stefan Bodewig <bo...@apache.org> on 2006/01/02 05:54:44 UTC

Re: can't compile package

On Sat, 31 Dec 2005, panji <ju...@yahoo.co.id> 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