This Bugzilla instance is deprecated, and most Eclipse projects now use GitHub or Eclipse GitLab. Please see the deprecation plan for details.
Bug 291541 - Plugin deployment actions are a bit iffy
Summary: Plugin deployment actions are a bit iffy
Status: CLOSED INVALID
Alias: None
Product: Tigerstripe (Archived)
Classification: Technology
Component: UI (show other bugs)
Version: 0.5M1   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P3 normal (vote)
Target Milestone: 0.5M0   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-06 18:18 EDT by Steve Jerman CLA
Modified: 2011-11-23 10:48 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Jerman CLA 2009-10-06 18:18:18 EDT
Nope. This sounds good. Please create yourself a bugzilla for that :-)...

Thanks,
Eric


On 10/6/09 1:40 PM, "Steve Jerman" <stjerman@cisco.com> wrote:

Hi Eric,

At present the following extension point attaches to object.

         <objectContribution
               adaptable="false"
               id="org.eclipse.tigerstripe.workbench.ui.base.tigerstripePluginPopupMenu"
               objectClass="java.lang.Object">
            <menu
                  id="org.eclipse.tigerstripe.workbench.ui.base.tigerstripePluginSubMenu"
                  label="Plugin"
                  path="group.build">
               <groupMarker name="content"/>
               <separator name="group.build"/>
            </menu>
            <action
                  class="org.eclipse.tigerstripe.workbench.ui.internal.actions.UnDeployPluginActionDelegate"
                  id="org.eclipse.tigerstripe.workbench.ui.base.pluginDescriptor.undeployAction"
                  label="Undeploy"
                  menubarPath="org.eclipse.tigerstripe.workbench.ui.base.tigerstripePluginSubMenu/content"
                  tooltip="Undeploy this plugin."/>
            <action
                  class="org.eclipse.tigerstripe.workbench.ui.internal.actions.PacakgePluginActionDelegate"
                  id="org.eclipse.tigerstripe.workbench.ui.base.pluginDescriptor.packageAction"
                  label="Package..."
                  menubarPath="org.eclipse.tigerstripe.workbench.ui.base.tigerstripePluginSubMenu/content"
                  tooltip="Package and deploy this Tigerstripe plugin"/>
            <action
                  class="org.eclipse.tigerstripe.workbench.ui.internal.actions.DeployPluginActionDelegate"
                  id="org.eclipse.tigerstripe.workbench.ui.base.pluginDescriptor.deployAction"
                  label="Deploy"
                  menubarPath="org.eclipse.tigerstripe.workbench.ui.base.tigerstripePluginSubMenu/content"
                  tooltip="Package and deploy this Tigerstripe plugin"/>
         </objectContribution>

When fired off it deploys the containing project as a TS generator. I want to change the behavior so that it attaches to either a TS generator project or a zip file (so you can deploy a pre built plugin). Do you have any problems with this?

Steve
Comment 1 Navid Mehregani CLA 2011-11-23 10:48:01 EST
Please reopen if this is still an issue