Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Buckminster » Restarting Eclipse after project materialization
Restarting Eclipse after project materialization [message #543011] Mon, 28 June 2010 08:18 Go to next message
devmarc  is currently offline devmarc Friend
Messages: 6
Registered: June 2010
Junior Member
Hey,

Is it possible to restart Eclipse after project materialization into workspace?

Thanks
Re: Restarting Eclipse after project materializatio n [message #543099 is a reply to message #543011] Mon, 28 June 2010 12:06 Go to previous messageGo to next message
Henrik Lindberg is currently offline Henrik LindbergFriend
Messages: 2509
Registered: July 2009
Senior Member
Hi, what is your use-case that requires restart? I assume the question
is about materialization in IDE. The headless commands are already
separate.
- henrik

devmarc <devmarc@o2.pl> wrote:
> Hey,
>
> Is it possible to restart Eclipse after project materialization into
> workspace?
> Thanks


--
- henrik
Re: Restarting Eclipse after project materializatio n [message #543116 is a reply to message #543099] Mon, 28 June 2010 13:00 Go to previous messageGo to next message
devmarc  is currently offline devmarc Friend
Messages: 6
Registered: June 2010
Junior Member
Hi,
Yes, it's about materialization project in workspace/IDE. I have to restart Eclipse to finish/reload materialized project because during materialization some data will be add to .metadata folder in workspace. I will take a look at headless commands...

Re: Restarting Eclipse after project materializatio n [message #543300 is a reply to message #543116] Tue, 29 June 2010 02:33 Go to previous messageGo to next message
Henrik Lindberg is currently offline Henrik LindbergFriend
Messages: 2509
Registered: July 2009
Senior Member
What do you want to add/modify in the workspace .metadata?

Just changing things on disk is generally not a very good idea, what you
want to change is probably available via an API, and is thus callable
from actions. You may have to create a custom Buckminster Actor.

An alternative is to add a Workspace Builder (a regular builder
supported by the IDE) - this builder can do pretty much anything, so it
could call the API you need to make changes.

- henrik

On 6/28/10 3:00 PM, devmarc wrote:
> Hi,
> Yes, it's about materialization project in workspace/IDE. I have to
> restart Eclipse to finish/reload materialized project because during
> materialization some data will be add to .metadata folder in workspace.
> I will take a look at headless commands...
>
>
Re: Restarting Eclipse after project materializatio n [message #543357 is a reply to message #543300] Tue, 29 June 2010 08:19 Go to previous message
devmarc  is currently offline devmarc Friend
Messages: 6
Registered: June 2010
Junior Member
Quote:

What do you want to add/modify in the workspace .metadata?


Some data visible for all projects in workspace but also associated with particular project.
Quote:

Just changing things on disk is generally not a very good idea, what you
want to change is probably available via an API, and is thus callable
from actions.


Yes, it's available via an API of running plugin but I don't know how to access to its code from Buckminster during materialization.
Quote:

You may have to create a custom Buckminster Actor.


I was thinking about it but I cannot find any documantion describing how to create a new Buckminster actor. Can you send me a link or just the name of extension point or something like that?
Quote:

An alternative is to add a Workspace Builder (a regular builder
supported by the IDE) - this builder can do pretty much anything, so it
could call the API you need to make changes.


OK, I will also check it.
Thank U

[Updated on: Tue, 29 June 2010 08:22]

Report message to a moderator

Previous Topic:qaulifier replacement property
Next Topic:qualifier replacement in products
Goto Forum:
  


Current Time: Fri Mar 29 14:49:13 GMT 2024

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

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

Back to the top