Building solution programmatically

Hi, I want to build my solution from within a plugin programmatically. Does anyone has any idea how to do that?

Thanks!

0
2 comments

new MakeActionImpl(new MakeActionParameters(project).modules(modules).cleanMake(rebuild)).executeAction();

0

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.

 

0

Please sign in to leave a comment.