Reputation: 61
In case of my project I need to rebuild whole project before run any test. Is it possible to turn on rebuilding each time before run. IDEA uses Make each time but it's just rebuild modified files.
Upvotes: 3
Views: 2644
Reputation: 61
Thanks to @AndreyMyatlyk his answer helped to me
Create Ant script with one target to delete project "out", then add a step to call that Ant script prior to "Make" in the configuration. Can you elaborate on why do you need full rebuild? – @Andrey Myatlyuk
Upvotes: 2