On Sat, 31 Dec 2005, panji <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
