[
https://jira.jboss.org/jira/browse/JBIDE-5898?page=com.atlassian.jira.plu...
]
Nick Boldt resolved JBIDE-5898.
-------------------------------
Resolution: Cannot Reproduce Bug
Cannot reproduce. Here's what I did:
1. Start a fresh Eclipse on linux 32, with openJDK6.
#!/bin/bash
workspace=/home/nboldt/eclipse/workspace-clean35
target=/home/nboldt/eclipse/35clean
#eclipse=eclipse-SDK-3.5.1-linux-gtk.tar.gz
#eclipse=eclipse-jee-galileo-SR1-linux-gtk.tar.gz
eclipse=eclipse-SDK-M20100120-0800-linux-gtk.tar.gz
if [[ $1 ]]; then
echo "Wipe $target/eclipse and $workspace ..."
rm -fr $target/eclipse $workspace
echo "Unpack $eclipse ..."
tar xzf $eclipse
fi
export GDK_NATIVE_WINDOWS=true
#./eclipse/eclipse -clean -showLocation -data $workspace -consolelog -console -vm
/opt/jdk1.5.0_19/bin/java -vmargs -Xms128M -Xmx256M -XX:PermSize=128M -XX:MaxPermSize=256M
2>&1 | tee "logs/eclipse.log.`date`.txt"
./eclipse/eclipse -clean -showLocation -data $workspace -consolelog -console -vmargs
-Xms128M -Xmx256M -XX:PermSize=128M -XX:MaxPermSize=256M 2>&1 | tee
"logs/eclipse.log.`date`.txt"
2. Download JBossTools-Update-3.1.0.v200912250601M-H198-CR1.zip (final CR1 build)
3. Download JBossTools-Update-3.1.0.v201002222217M-H271-CR2.zip (latest CR2 build)
4. Add H198-CR1 zip to Eclipse and select the following features to be installed:
* JBoss Tools
* JBoss BPEL Editor (just this feature)
* JBoss Tools jBPM Tools (whole category)
* JBoss Tools SDK
* JBoss BPEL Editor SDK
* jBPM 3 Tools SDK
* jBPM 4 Tools SDK
See install-cr1-Screenshot-0.png
See install-cr1-Screenshot-1.png
See install-cr1-Screenshot-2.png
5. Restart when prompted; check install details to see what's installed.
See install-cr1-Screenshot-3.png
6. Add H271-CR2 zip to Eclipse.
7. Help > Check for updates
See update-cr2-Screenshot-0.png
8. Install updates. Restart when prompted.
See update-cr2-Screenshot-1.png
Closing as CANNOT REPRODUCE.
jBPM conflicts during update from 3.1.0 CR1 to CR2
--------------------------------------------------
Key: JBIDE-5898
URL:
https://jira.jboss.org/jira/browse/JBIDE-5898
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Build/Releng
Affects Versions: 3.1.0.CR2
Environment: From JBT 3.1.0 CR1 H192 to CR2 build 268
Reporter: Jiri Peterka
Assignee: Nick Boldt
Priority: Trivial
Fix For: 3.1.0.CR2
Attachments: bpel-conflict.png, install-cr1-Screenshot-0.png,
install-cr1-Screenshot-1.png, install-cr1-Screenshot-2.png, install-cr1-Screenshot-3.png,
update-cr1-to-cr2.png, update-cr2-Screenshot-0.png, update-cr2-Screenshot-1.png
Steps:
1. Have CR1 JBT installation
2. Download JBT 3.1.0. CR2
3. Select all components
4. Try to install
ERROR: jBPM conflicts, see screenshot
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira