[jbosstools-issues] [JBoss JIRA] (JBIDE-11085) Unable to Install JRebel from Software/Update site

Nick Boldt (JIRA) jira-events at lists.jboss.org
Mon Mar 5 10:19:37 EST 2012


    [ https://issues.jboss.org/browse/JBIDE-11085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12673624#comment-12673624 ] 

Nick Boldt edited comment on JBIDE-11085 at 3/5/12 10:17 AM:
-------------------------------------------------------------

Since we only provide JRebel through Central, why not just do this in the discover plugin's plugin.xml?

{code}
--- a/central/plugins/org.jboss.tools.central.discovery/plugin.xml
+++ b/central/plugins/org.jboss.tools.central.discovery/plugin.xml
@@ -291,6 +291,11 @@
             <iu id="org.zeroturnaround.eclipse.debug.feature"/>
             <iu id="org.zeroturnaround.eclipse.wtp.feature"/>
             <iu id="org.zeroturnaround.eclipse.embedder.feature"/>
+            <iu id="org.eclipse.jst.server_adapters.ext.feature"/>
+            <iu id="org.eclipse.jst.server_adapters.feature"/>
+            <iu id="org.eclipse.jst.server_core.feature"/>
+            <iu id="org.eclipse.jst.server_ui.feature"/>
+            <iu id="org.eclipse.jst.server_userdoc.feature"/>
          <icon
                image32="images/jrebel_32.png">
          </icon>
{code}

                
      was (Author: nickboldt):
    Since we only provide JRebel through Central, why not just do this in the discover plugin's plugin.xml?

{code}
             <iu id="org.zeroturnaround.eclipse.debug.feature"/>
             <iu id="org.zeroturnaround.eclipse.wtp.feature"/>
             <iu id="org.zeroturnaround.eclipse.embedder.feature"/>
+            <iu id="org.eclipse.jst.server_adapters.ext.feature"/>
+            <iu id="org.eclipse.jst.server_adapters.feature"/>
+            <iu id="org.eclipse.jst.server_core.feature"/>
+            <iu id="org.eclipse.jst.server_ui.feature"/>
+            <iu id="org.eclipse.jst.server_userdoc.feature"/>
          <icon
                image32="images/jrebel_32.png">
          </icon>
{code}

                  
> Unable to Install JRebel from Software/Update site
> --------------------------------------------------
>
>                 Key: JBIDE-11085
>                 URL: https://issues.jboss.org/browse/JBIDE-11085
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: central
>    Affects Versions: 3.3.0.Beta1
>         Environment: JBT 3.3.0.Beta1b
> Fedora 16
> java version "1.7.0_02"
>            Reporter: Radim Hopp
>            Assignee: Max Rydahl Andersen
>            Priority: Critical
>             Fix For: 3.3.0.Beta1
>
>
> {code}
> Problems occurred while performing installation: Operation details
> Operation details
> Cannot complete the install because one or more required items could not be found.
> Software being installed: JRebel WTP Integration (Optional) 1.4.5.201201061517 (org.zeroturnaround.eclipse.wtp.feature.feature.group 1.4.5.201201061517)
> Missing requirement: JRebel WTP Integration (Optional) 1.4.5.201201061517 (org.zeroturnaround.eclipse.wtp.feature.feature.group 1.4.5.201201061517) requires 'org.eclipse.jst.server.generic.core 0.0.0' but it could not be found
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list