[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-500) JBoss Tools (nightly) Prevents any Eclipse Plug-in Update

Jamie Cruise (JIRA) jira-events at lists.jboss.org
Sat Jun 30 05:27:58 EDT 2007


    [ http://jira.jboss.com/jira/browse/JBIDE-500?page=comments#action_12367378 ] 
            
Jamie Cruise commented on JBIDE-500:
------------------------------------


Workaround this by editing a couple of feature.xml files. 

\eclipse\features\org.jboss.ide.eclipse.as.feature_1.0.0.200706241629-nightly: 

Code: 



       <requires>
              <import plugin="org.eclipse.core.runtime"/>
              <import plugin="org.eclipse.debug.core"/>
              <import plugin="org.eclipse.core.resources"/>
              <import plugin="org.eclipse.jdt.launching"/>
              <import plugin="org.eclipse.jdt.core"/>
              <import plugin="org.eclipse.jst.server.core" version="1.0.102" match="equivalent"/>
              <import plugin="org.eclipse.jst.server.generic.core" version="1.0.100" match="equivalent"/>
              <import plugin="org.eclipse.wst.server.core" version="1.0.102" match="equivalent"/>
              <import plugin="org.eclipse.core.boot"/>
              <import plugin="org.eclipse.debug.ui"/>
              <import plugin="org.eclipse.jst.j2ee"/>
              <import plugin="org.eclipse.jst.j2ee.core" version="1.1.0" match="equivalent"/>
              <import plugin="org.eclipse.ant.ui"/>
              <import plugin="org.eclipse.ant.core"/>
              <import plugin="org.eclipse.ui.externaltools"/>
              <import plugin="org.eclipse.wst.common.project.facet.core" version="1.1.0" match="compatible"/>
              <import plugin="org.eclipse.jst.common.project.facet.core" version="1.1.0" match="compatible"/>
              <import plugin="org.eclipse.wst.xml.core" version="1.1.0" match="compatible"/>
              <import plugin="org.eclipse.ui"/>
              <import plugin="org.eclipse.ui.forms"/>
              <import plugin="org.eclipse.jst.server.ui"/>
              <import plugin="org.eclipse.wst.server.ui" version="1.0.102" match="compatible"/>
              <import plugin="org.eclipse.wst.server.ui.doc.user"/>
              <import plugin="org.eclipse.jst.server.generic.ui"/>
              <import plugin="org.eclipse.jdt.debug"/>
              <import plugin="org.eclipse.jdt.debug.ui"/>
              <import plugin="org.eclipse.ui.console"/>
              <import plugin="org.eclipse.text"/>
              <import plugin="org.eclipse.jface.text"/>
              <import plugin="org.eclipse.ui.views"/>
              <import plugin="org.eclipse.ui.editors"/>
              <import plugin="org.eclipse.ui.workbench.texteditor" version="3.2.0" match="compatible"/>
              <import plugin="org.eclipse.wst.xml.ui"/>
              <import plugin="org.eclipse.wst.sse.ui"/>
              <import plugin="org.eclipse.wst.sse.core" version="1.1.0" match="compatible"/>
              <import plugin="org.eclipse.jdt.ui" version="3.2.0" match="compatible"/>
              <import plugin="org.eclipse.core.filesystem"/>
              <import plugin="org.eclipse.ui.ide" version="3.2.0" match="compatible"/>
              <import plugin="org.eclipse.jst.server.tomcat.core"/>
              <import plugin="org.eclipse.jst.servlet.ui"/>
              <import plugin="org.eclipse.jst.j2ee.ui"/>
              <import plugin="org.eclipse.wst.web.ui"/>
              <import plugin="org.eclipse.wst.common.frameworks.ui"/>
              <import plugin="org.eclipse.jst.server.tomcat.ui"/>
              <import plugin="org.eclipse.core.variables"/>
              <import plugin="org.eclipse.search"/>
              <import plugin="org.eclipse.jst.ws"/>
              <import plugin="org.eclipse.jst.ws.ui"/>
              <import plugin="org.eclipse.jst.ws.consumption"/>
              <import plugin="org.eclipse.jst.ws.consumption.ui"/>
              <import plugin="org.eclipse.jst.ws.axis.creation.ui"/>
              <import plugin="org.eclipse.wst.ws"/>
              <import plugin="org.eclipse.wst.ws.ui"/>
              <import plugin="org.jboss.ide.eclipse.firstrun"/>
       </requires>
	 


note the changes of match="equivalent" to match="compatible" 

I also removed the org.eclipse.jem import element from eclipse\features\org.jboss.ide.eclipse.feature_2.0.0.200706241629-nightly 

Cheers 
J 


> JBoss Tools (nightly) Prevents any Eclipse Plug-in Update
> ---------------------------------------------------------
>
>                 Key: JBIDE-500
>                 URL: http://jira.jboss.com/jira/browse/JBIDE-500
>             Project: JBoss Tools
>          Issue Type: Bug
>          Components: EJB3 plugin
>         Environment: Eclipse Europa 3..3 (stable)
> JBossTools-200706290355-nightly-ALL-linux-gtk
> java version "1.5.0_10"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_10-b03)
> Java HotSpot(TM) Client VM (build 1.5.0_10-b03, mixed mode, sharing)
> openSUSE 10.2
> Linux HQISB-7Y2GF61 2.6.18.8-0.3-default #1 SMP Tue Apr 17 08:42:35 UTC 2007 i686 i686 i386 GNU/Linux
>            Reporter: Todd Flinders
>         Assigned To: Max Andersen
>
> After installing the nightly JBoss Tools nightly build on Eclipse 3.3 stable, updates are prevented due to the following error:
> org.jboss.ide.eclipse.ejb3.feature (1.0.0.200706290355-nightly) requires plug-in "org.eclipse.wst.server.core".
> It should be noted I'm referring to JBoss Tools nightly build installed by unpacking the zip file downloaded from http://download.jboss.org/jbosstools/builds/nightly/200706290355-nightly/all/JBossTools-200706290355-nightly-ALL-linux-gtk.zip.  This is not to be confused with the JBossIDE Beta 2.
> The problem can be demonstrated by attempting to install subclipse (for example).  The steps to recreate the problem are:
> 1.  Install a fresh Eclipse 3.3.
> 2.  Unzip JBossTools-200706290355-nightly-ALL-linux-gtk to the Eclipse 3.3 directory
> 3.  In Eclipse:  Help | Software Updates | Find and Install | Search for new features to install
> 4.  Add a new remote site.  In my case I added Subclipse with the update URL of http://subclipse.tigris.org/update_1.2.x
> 5.  Select a feature to install, in my case Subclipse | Subclipse Plugin
> 6.  The error is displayed at the top of the Updates window:  org.jboss.ide.eclipse.ejb3.feature (1.0.0.200706290355-nightly) requires plug-in "org.eclipse.wst.server.core".

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosstools-issues mailing list