How do i modify ant war task so when everytime it is called, instead of building whole application, it builds only new files or modified files. I tried to use update, duplicate attributes and they do not seem helpful.
How do i modify ant war task so when everytime it is called, instead of building whole application, it builds only new files or modified files. I tried to use update, duplicate attributes and they do not seem helpful.