[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.buckminster] Re: which action will be invoked during materialization automatically?

Hi Alex,
The Workspace materializer will look for an action called "buckminster.prebind". If it finds it, it will execute it just before it binds a materialized folder to the workspace.


Regards,
Thomas Hallgren


Alex Chen wrote:
Hi,

When I play with "hello xml world" demo, the action define in org.demo.xml.provider and org.demo.worlds cspec has been invoked automatically, but since Buckminster can generate cspec for Eclipse plugin, then I noticed that the action say "bundle.jar" define in cspec of org.demo.hello.xml.world won't be invoked automatically, why? and how I control the behaviour of them? i.e. set a action to be invoked as default?

Many thanks,
--Alex