On Thu, 25 Apr 2002, Ilya Lipkind <[EMAIL PROTECTED]> wrote: > The only way I can make it re-compile the class is to blow away the > whole classes directory.
Can ant -verbose help you? It will tell you which files it considers for compileation and which are dropped. Could it be that the files that cause the compilation errors are not listed in your includesfile? Another thing to watch out for is that Ant only compares timestamps. If the source and classes trees are on different machines (networked filesystems), you could run into trouble if the machines' system times are not synced. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
