Hi, When I read about the depend in the ant user's manual I get confused.
"The depend task works by determining which classes are out of date with respect to their source and then removing the class files of any other classes which depend on the out-of-date classes." So this removes classes that depends on my out-of-date classes but it does not update them. Should I have some kind of if-statement "if classes are out-of-date then compile". How can I do this? BR //Mikael --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
