[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

Nick Boldt (JIRA) jira-events at lists.jboss.org
Mon May 28 01:42:19 EDT 2012


     [ https://issues.jboss.org/browse/JBIDE-10915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Boldt closed JBIDE-10915.
------------------------------

    Resolution: Won't Fix


This isn't going to get done. 

Either devs must use the TP when building, or install the TP into their Eclipse instance to get the featureless IUs to be installed.
                
> 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