[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-471) JBoss IDE beta update site installation rejects Eclipse 3.3 Mx (... requires feature "org.eclipse.platform (3.2.0)", or equivalent)

Arjan van Bentem (JIRA) jira-events at lists.jboss.org
Tue Apr 24 11:44:30 EDT 2007


    [ http://jira.jboss.com/jira/browse/JBIDE-471?page=comments#action_12360372 ] 
            
Arjan van Bentem commented on JBIDE-471:
----------------------------------------

> these are all WTP 1.5 requirements (except the jbosside as feature).

Ahh, indeed, I see: one gets the same errors when (in a clean Eclipse 3.3 M6 install) tries to install WTP 1.5 through http://download.eclipse.org/webtools/updates/

So maybe the question is: does JBoss IDE indeed require WTP 1.5, or could it easily be made to run with WTP 2.0, which can be installed using Eclipse update (Europa Discovery Site, WST 2.0 and JST 2.0)? If so, then maybe the JBossIDE JBossAS Adapter Feature (1.0.0.Beta2) can be set to like Eclipse 3.3 as well...?

Note that in my first comment I already tried installing WTP 2.0 first, and then fixing a local copy of the JBossIDE-2.0.0.Beta2-ALL.zip to tell JBoss IDE that WTP 2.0 would be fine too. But though after that fix the installation succeeded, the IDE did not run as expected. Just in case it helps, I did some more testing:

- Clean Eclipse 3.3 M6 installation
- Help, Software Updates, Find and Install
- Europa Discovery Site, WST 2.0 and JST 2.0
- New Remote Site, http://download.jboss.org/jbosside/updates/development/
- Only select JBoss Eclipse IDE 2.0.0.Beta2
This yields an automatic (invisible) selection of the older WTP 1.5.x as well, and thus:

JST Common Core (1.5.1.v200608082030--0842282_363739) requires feature "org.eclipse.platform (3.2.0)", or equivalent.
JST Server Core (1.5.1.v200608082030--2PD88P8UBJx787) requires feature "org.eclipse.platform (3.2.0)", or equivalent.
JST Web Core (1.5.1.v200608082030--87cMN7NRVeVWXd) requires feature "org.eclipse.platform (3.2.0)", or equivalent.
JST Enterprise Core (1.5.1.v200609051533--2PD88P8YAGDADJ) requires feature "org.eclipse.platform (3.2.0)", or equivalent.
JST Enterprise UI (1.5.1.v200608082030-pEBq_haA1H4sJf6) requires feature "org.eclipse.platform (3.2.0)", or equivalent.
WST Server Core (1.5.1.v200608082030------1G955G5L7D) requires feature "org.eclipse.rcp (3.2.0)", or equivalent.
WST XML Core (1.5.1.v200608082030--3YIAAYAjGLENFH) requires feature "org.eclipse.rcp (3.2.0)", or equivalent.
WST Web Services Core (1.5.1.v200608082030--4hNDDhDvGTJSLf) requires feature "org.eclipse.platform (3.2.0)", or equivalent.
WST Web Core (1.5.1.v200608082030--4hNDDhDvKRFXQM) requires feature "org.eclipse.platform (3.2.0)", or equivalent.
WST Relational Database Core (1.5.1.v200608082030--3YIAAYAeEKFTFU) requires feature "org.eclipse.platform (3.2.0)", or equivalent.
WST Relational Database Adapters (1.5.1.v200608082030--Cq0bcpdJw4teC8) requires feature "org.eclipse.platform (3.2.0)", or equivalent.


> JBoss IDE beta update site installation rejects Eclipse 3.3 Mx (... requires feature "org.eclipse.platform (3.2.0)", or equivalent)
> -----------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-471
>                 URL: http://jira.jboss.com/jira/browse/JBIDE-471
>             Project: JBoss IDE
>          Issue Type: Bug
>          Components: JBossIDE Core
>    Affects Versions: 2.0.0.Beta2
>         Environment: Win32, Eclipse 3.3 M6
>            Reporter: Arjan van Bentem
>         Assigned To: Marshall Culpepper
>
> JBoss IDE 2.0.0.Beta2 installs fine when using the update site http://download.jboss.org/jbosside/updates/development/ in Eclipse 3.2.x. However, apparently it has some hardcoded reference to a specific Eclipse version number: when using the same update site URL in Eclipse 3.3 M6 then installation halts with the errors listed at the end of this issue.
> Maybe somehow relaxing the required Eclipse version will simply enable using the update site in Eclipse 3.3.x as well?
> ONLY for the sake of the archives:
> I did not try installing the latest version from CVS.
> http://www.jboss.com/index.html?module=bb&op=viewtopic&t=102699 notes something about the dependencies in feature.xml. However, note that simply changing match="equivalent" in feature.xml is NOT sufficient. For example, the following will NOT work:
> - install Web Standard Tools (WST) and J2EE Standard Tools (JST) using Help, Software Updates, Find and Install
> - download a non-bundle version (such as JBossIDE-2.0.0.Beta2-ALL.zip) and unzip
> - in the unzipped folder, in each feature.xml file, replace each occurrence match="equivalent" with match="greaterOrEqual"
> - add a local update site using Help, Software Updates, Find and Install, and make it point to the "eclipse" subfolder of the unzipped archive (note that Eclipse caches the feature details; Eclipse needs to be restarted when changing feature.xml on the fly).
> Now, all SEEMS to install fine, but it does not run as expected: some plugins are missing, and when in configuration/config.ini the line "eclipse.product=org.eclipse.sdk.ide" is replaced with "eclipse.product=org.jboss.ide.eclipse.product.product" and "jbosside.version=2.0.0.Beta2" then Eclipse does not startup (logs are created though).
> JST Common Core (1.5.1.v200608082030--0842282_363739) requires feature "org.eclipse.platform (3.2.0)", or equivalent.
> JST Server Core (1.5.1.v200608082030--2PD88P8UBJx787) requires feature "org.eclipse.platform (3.2.0)", or equivalent.
> JST Web Core (1.5.1.v200608082030--87cMN7NRVeVWXd) requires feature "org.eclipse.platform (3.2.0)", or equivalent.
> JST Enterprise Core (1.5.1.v200609051533--2PD88P8YAGDADJ) requires feature "org.eclipse.platform (3.2.0)", or equivalent.
> JST Enterprise UI (1.5.1.v200608082030-pEBq_haA1H4sJf6) requires feature "org.eclipse.platform (3.2.0)", or equivalent.
> WST Server Core (1.5.1.v200608082030------1G955G5L7D) requires feature "org.eclipse.rcp (3.2.0)", or equivalent.
> WST XML Core (1.5.1.v200608082030--3YIAAYAjGLENFH) requires feature "org.eclipse.rcp (3.2.0)", or equivalent.
> WST Web Services Core (1.5.1.v200608082030--4hNDDhDvGTJSLf) requires feature "org.eclipse.platform (3.2.0)", or equivalent.
> WST Web Core (1.5.1.v200608082030--4hNDDhDvKRFXQM) requires feature "org.eclipse.platform (3.2.0)", or equivalent.
> WST Relational Database Core (1.5.1.v200608082030--3YIAAYAeEKFTFU) requires feature "org.eclipse.platform (3.2.0)", or equivalent.
> WST Relational Database Adapters (1.5.1.v200608082030--Cq0bcpdJw4teC8) requires feature "org.eclipse.platform (3.2.0)", or equivalent.
> JBossIDE JBossAS Adapter Feature (1.0.0.Beta2) requires plug-in "org.eclipse.ui.workbench.texteditor (3.2.0)", or equivalent.

-- 
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