[
https://issues.jboss.org/browse/JBIDE-12249?page=com.atlassian.jira.plugi...
]
Nick Boldt updated JBIDE-12249:
-------------------------------
Attachment: JBIDE12249-upversion-to-1.3.2.patch.txt
Ran this:
{code}
#!/bin/bash
if [[ ! $1 ]]; then
echo "Must specify new version, eg., $0 1.0.1"; exit
fi
export JAVA_HOME=/opt/sun-java2-6.0/; nice -n19 /opt/maven3/bin/mvn -Dtycho.mode=maven
org.sonatype.tycho:tycho-versions-plugin:set-version -DnewVersion=${1}-SNAPSHOT $2 $3 $4
{code}
Got this:
[^JBIDE12249-upversion-to-1.3.2.patch.txt]
[~maxandersen], [~fbricon], please review and +1 so I can apply it. Seems excessive to
bump **everything** in the maven component to 1.3.2, but as Max stated via email "As
we have always done: the whole thing bumps .z"
A lot of failures to install from
marketplace.eclipse.org
---------------------------------------------------------
Key: JBIDE-12249
URL:
https://issues.jboss.org/browse/JBIDE-12249
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Build/Releng, QA
Affects Versions: 3.3.0.Final
Reporter: Mickael Istria
Assignee: Nick Boldt
Priority: Blocker
Fix For: 3.3.2
Attachments: JBIDE12249-Indigo-installs-dropping.png,
JBIDE12249-jbds6-byoe-installs-rising.png, JBIDE12249-jbt4-installs-rising.png,
JBIDE12249-m2e1.2-install-conflict.png, JBIDE12249-upversion-to-1.3.2.patch.txt,
JBIDE12249.patch.txt
It appears that most installations of JBT from marketplace concludes in an error:
See:
http://marketplace.eclipse.org/content/jboss-tools-indigo/error_reports
Some of the most frequent errors:
{quote}
Cannot satisfy dependency: From: JBoss JAX-RS Tooling (UI) 1.2.2.v20120605-1934-H134-CR1
(org.jboss.tools.ws.jaxrs.ui 1.2.2.v20120605-1934-H134-CR1) To: bundle
org.eclipse.debug.ui 3.7.101
{quote}
-> JaxRs depends on 3.7.1 ? Install from 3.7.0 or <.
{quote}
JBoss Maven Integration 1.3.0.v20120613-2141-H115-Final (org.jboss.tools.maven.ui
1.3.0.v20120613-2141-H115-Final) To: bundle org.eclipse.compare 3.5.202
{quote}
-> Maven depends on 3.7.2 ?
{quote}
Cannot satisfy dependency: From: OpenShift UI 2.3.0.v20120613-1951-H135-Final
(org.jboss.tools.openshift.express.ui 2.3.0.v20120613-1951-H135-Final) To: bundle
org.eclipse.egit.ui [1.0.0,2.0.0)
{quote}
-> People who don't have EGit. EGit is not part of our site.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira