Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Buckminster » buckmminster and custom build callback
buckmminster and custom build callback [message #653836] Fri, 11 February 2011 13:22 Go to next message
Stephane Bouchet is currently offline Stephane BouchetFriend
Messages: 280
Registered: July 2009
Senior Member
Hi,

i was wondering if buckminster is capable of handling the custom build
callback used by PDE during build ?

http://help.eclipse.org/helios/index.jsp?topic=/org.eclipse. pde.doc.user/guide/tasks/pde_custom_callbacks.htm

i use this technique to do post compilation things ( ie after jdt
compilation ), and its works well when i create manually my update site
( or when i manually creates features, IE export as features ).

Does it work in a buckminster build ?



--
Cheers,

Stéphane Bouchet, OBEO
Re: buckmminster and custom build callback [message #653847 is a reply to message #653836] Fri, 11 February 2011 14:05 Go to previous message
Thomas Hallgren is currently offline Thomas HallgrenFriend
Messages: 3240
Registered: July 2009
Senior Member
PDE generates ant-scripts that in turn call PDE functionality. Buckminster's mechanism doesn't involve such generation,
instead we describe the build in terms of CSPEC's and call PDE's functions using actions. If you want to customize a
Buckminster build (post compilation hooks, etc.) then you must modify the CSPEC that defines the build model. You do
that by adding a cspex where you typically rename the original action and then create a new action with the old name
that is dependent o the old.

HTH,
- thomas


On 2011-02-11 14:22, Stéphane Bouchet wrote:
> Hi,
>
> i was wondering if buckminster is capable of handling the custom build callback used by PDE during build ?
>
> http://help.eclipse.org/helios/index.jsp?topic=/org.eclipse. pde.doc.user/guide/tasks/pde_custom_callbacks.htm
>
> i use this technique to do post compilation things ( ie after jdt compilation ), and its works well when i create
> manually my update site ( or when i manually creates features, IE export as features ).
>
> Does it work in a buckminster build ?
>
>
>
Previous Topic:Resolve: Update plugins already present
Next Topic:Publishing p2 site via svn
Goto Forum:
  


Current Time: Thu Apr 25 07:46:41 GMT 2024

Powered by FUDForum. Page generated in 0.03081 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top