Dendromus Denary
Dendromus Denary

Reputation: 61

Rebuild project in Intellij IDEA each time before run

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

Answers (2)

Eugene Lapin
Eugene Lapin

Reputation: 1

same problem. if change res need rebuild every time

Upvotes: 0

Dendromus Denary
Dendromus Denary

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

Related Questions