[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[cdt-dev] How to trigger the "build project" command from a plug-in code?
|
- From: ×× ××× <shaibarad@xxxxxxxxx>
- Date: Sun, 6 Nov 2011 16:52:17 +0200
- Delivered-to: cdt-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; bh=FzEX+g897TnuIcXO6ap2xxPzRPIJAJcbARQrJ3YRo+E=; b=pMjkxiNwco4HScZ/v1sTEv948xpvct8/LYDKN1TlPi9tJ6yXDxLQoPXsqsXI8j9jZ8 7tzScRJy8EUQYYIeBr736sB3PbESEKyrHxATtlqHQIg5ofV+HxxQRVpWAp97dxjN1O+X umUnggpmcZdQhTNvtyEk4nO9BtgQUA5fS+VKE=
Hello,
I want when some event is triggered, to compile my project and then pass its executable path to some program (which is not part of my plug-in).
Could anyone tell me please how I can compile my project (similar to the Project->Build ALL or the Project->Build Project commands) through my plug-in?
Thanks,
Shai