On 23/08/05, Martin Burger <[EMAIL PROTECTED]> wrote:
> 
> Hello,
> 
> I'm using the Javac task programmatically to compile java source files.
> Unfortunately, javac does not remove class files of java files that do
> not exist (anymore). And pruning the destination dir is not a good
> solution, because only the changed java files should be compiled - not
> all files. (I'm calling the javac task many times during an automatic
> debugging process.)
> 
> I found no parameter that tells the javac to delete such class files. Is
> there any easy way to delete such class files using some other tasks?
> 
> Regards,
> Martin
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> What's wrong with the delete task?


-- 
Regards, Petar!

Reply via email to