> Scenario. > > 0. build project > 1. somefile.java is removed. > 2. build project again. > > In this case, the corresponding somefile.class is not removed. > > I have found the same behaviour also occurs when using the optional > depend target. > > Does anyone have any solutions ?
Write a "clean" target and call that reasonably frequently. Jon -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
