Building solution programmatically Hassan Qayyum Created May 18, 2017 06:57 Hi, I want to build my solution from within a plugin programmatically. Does anyone has any idea how to do that? Thanks!
new MakeActionImpl(new MakeActionParameters(project).modules(modules).cleanMake(rebuild)).executeAction();
Hi Sascha, thanks for the reply.
When I used your recommended statement in my plugin, it didn't seem to do anything. Event there are no errors generated.