Author |
Message
|
paustin_ours |
Posted: Fri Mar 27, 2015 6:54 am Post subject: how to export plugin |
|
|
Yatiri
Joined: 19 May 2004 Posts: 667 Location: columbus,oh
|
Getting my hands dirty wiht plugin development. Followin gthis tutorial
http://eclipse.org/articles/Article-Your%20First%20Plug-in/YourFirstPlugin.html
trying this in MB toolkit 8004. Everything worked until Step #7 where it talks about running a test workbench from current workbench. Toolkit doesnt have these options. How do i export the plugin and test it? Please point me in the right direction. |
|
Back to top |
|
 |
mqjeff |
Posted: Fri Mar 27, 2015 7:05 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
|
Back to top |
|
 |
paustin_ours |
Posted: Fri Mar 27, 2015 7:15 am Post subject: |
|
|
Yatiri
Joined: 19 May 2004 Posts: 667 Location: columbus,oh
|
Thanks. I looked at the link, one option in there was to package my plugin project as jar.
But when i right click as it says on the link the package option is greyed out, i cant select it.
Another option that i saw in one of the links was to do export->Deploybale plugins and fragments options. Now this is supposed to list all the plugins in the workspace but my project doesnt show in the list.
Can you please let me know how i would go about getting the plugin development extension for toolkit? is this something i should download from eclipse.org? |
|
Back to top |
|
 |
mqjeff |
Posted: Fri Mar 27, 2015 7:52 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Go to Help->Install New Software |
|
Back to top |
|
 |
paustin_ours |
Posted: Fri Mar 27, 2015 10:45 am Post subject: |
|
|
Yatiri
Joined: 19 May 2004 Posts: 667 Location: columbus,oh
|
tried that and when i chose my eclipse version whcih is 3.6. i installed the RCP pludin - developer resources that showed up. I dont see any features since i did that. Am glad nothing else broke.  |
|
Back to top |
|
 |
mqjeff |
Posted: Fri Mar 27, 2015 11:04 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
You want something like "Eclipse Plugin Developent Environment tools", not anything that is Eclipse RCP. |
|
Back to top |
|
 |
paustin_ours |
Posted: Fri Mar 27, 2015 2:32 pm Post subject: |
|
|
Yatiri
Joined: 19 May 2004 Posts: 667 Location: columbus,oh
|
http://download.eclipse.org/eclipse/pde/visualization/updates
After a lot of online look up i tried the above update site which did install pde visualization.
this doesnt look like gave me anything new.
i am trying to create a plugin to update some files in my workspace. Is this even possible with message broker toolkit? Should i donwload eclipse seperately and then work on that instead? |
|
Back to top |
|
 |
paustin_ours |
Posted: Fri Mar 27, 2015 2:50 pm Post subject: |
|
|
Yatiri
Joined: 19 May 2004 Posts: 667 Location: columbus,oh
|
looks like i need to start with user-define node project and not a plugin-in project. user defined project gives me all kinds of options like package, run in new workbench etc., will give it a try but not sure what i need to with the user defined node part. i guess can just create something dummy. |
|
Back to top |
|
 |
paustin_ours |
Posted: Sat Mar 28, 2015 5:33 am Post subject: |
|
|
Yatiri
Joined: 19 May 2004 Posts: 667 Location: columbus,oh
|
Finally using the user-defined project worked. On to my actual plugin. thanks guys for the suggestions. |
|
Back to top |
|
 |
|