[jbosstools-issues] [JBoss JIRA] (JBIDE-10915) featureless plugins on target platform cannot be installed by themselves - so build the TP from a feature + site.xml instead of .target file

Mickael Istria (JIRA) jira-events at lists.jboss.org
Wed Jul 4 10:18:13 EDT 2012


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

Mickael Istria commented on JBIDE-10915:
----------------------------------------

This can be reopened when https://bugs.eclipse.org/bugs/show_bug.cgi?id=381377 gets fixed.
                
> featureless plugins on target platform cannot be installed by themselves - so build the TP from a feature + site.xml instead of .target file
> --------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-10915
>                 URL: https://issues.jboss.org/browse/JBIDE-10915
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Build/Releng, updatesite, UpStream
>    Affects Versions: 3.3.0.Beta1
>            Reporter: Nick Boldt
>            Assignee: Nick Boldt
>            Priority: Minor
>             Fix For: 3.3.0.CR1
>
>
> Steps to reproduce:
> 1. download and unzip Eclipse JEE bundle (SR1 version or newer). The SR1 version includes this jsch plugin:
> {code}
> com.jcraft.jsch_0.1.41.v201101211617.jar
> {code}
> 2. fire up Eclipse, then Window > Prefs > Install/Update > Available Sites > remove everything shown
> 3. Next, add these two sites:
> * http://download.jboss.org/jbosstools/updates/target-platform_3.3.indigo.SR1-M/latest/ (JBoss Tools latest Target Platform)
> * http://download.jboss.org/jbosstools/builds/staging/_composite_/core/trunk/ (JBoss Tools (Core) latest nightly build)
> 4. Click OK. Help > Install New > select the Core Trunk site (or "All Available Sites").
> 5. in the filter field, type "egit" and select the "JBoss Tools EGit Integration" feature. Click Next. Accept license and restart when prompted.
> 6. Now, in your installation, you'll see:
> {code}
> com.jcraft.jsch_0.1.41.v201101211617.jar
> com.jcraft.jsch_0.1.44.v201101211721.jar
> {code}
> Problem here is that there's no way to install com.jcraft.jsch_0.1.44.v201101211721.jar without installing the component that depends on it. Apparently installing the thing you're about to build w/ PDE (despite the fact that we should all be building w/ m2e/Tycho) is bad even though the version you're about to build will be newer and therefore replace the installed one when you launch / install to test it.

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