[
https://issues.jboss.org/browse/JBDS-3092?page=com.atlassian.jira.plugin....
]
Nick Boldt commented on JBDS-3092:
----------------------------------
As expected the above PR doesn't work because the installer is now missing crucial IUs
like *org.eclipse.ui*:
{code}
Cannot complete the install because one or more required items could not be found.
Software being installed: JBoss Developer Studio (Branded Product)
8.0.0.CR1-v20140716-1841 (com.jboss.devstudio.core.package 8.0.0.CR1-v20140716-1841)
Missing requirement: JBoss Developer Studio 8.0.0.CR1-v20140716-1841
(com.jboss.devstudio.core 8.0.0.CR1-v20140716-1841) requires 'bundle org.eclipse.ui
0.0.0' but it could not be found
Cannot satisfy dependency:
From: JBoss Developer Studio (Core Features) 8.0.0.CR1-v20140716-1841
(com.jboss.devstudio.core.feature.feature.group 8.0.0.CR1-v20140716-1841)
To: com.jboss.devstudio.core [8.0.0.CR1-v20140716-1841]
Cannot satisfy dependency:
From: JBoss Developer Studio (Branded Product) 8.0.0.CR1-v20140716-1841
(com.jboss.devstudio.core.package 8.0.0.CR1-v20140716-1841)
To: com.jboss.devstudio.core.feature.feature.group [8.0.0.CR1-v20140716-1841]
Application failed, log file location:
/tmp/no/studio/p2/director/configuration/1405549688464.log
{code}
Remove content in JBDS update site which is duplicated in the JBDS
TP
---------------------------------------------------------------------
Key: JBDS-3092
URL:
https://issues.jboss.org/browse/JBDS-3092
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Task
Security Level: Public(Everyone can see)
Components: target-platform, updatesite
Affects Versions: 8.0.0.Beta3
Reporter: Nick Boldt
Assignee: Nick Boldt
From Max:
{quote} Why is parts of TP included inside
https://devstudio.jboss.com/updates/8.0.0/jboss-devstudio-8.0.0.Beta3-upd... ?
why not *just* our plugins ? {quote}
Ref:
https://wiki.eclipse.org/Tycho/Packaging_Types#eclipse-repository
Haha:
http://memegenerator.net/instance/52610169
Reason for the extraneous inclusions is that this config param is set in the JBDS update
site pom:
{code:title=https://github.com/jbdevstudio/jbdevstudio-product/blob/master/site/pom.xml#L29}
<includeAllDependencies>true</includeAllDependencies>
{code}
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)