[
https://issues.jboss.org/browse/JBIDE-8089?page=com.atlassian.jira.plugin...
]
Nick Boldt updated JBIDE-8089:
------------------------------
Attachment: Screenshot.png
Using Eclipse 3.6.1 (via install script below to ensure clean workspace and virgin
install) and installing from JBoss Tools nightly update site for 3.2 stable branch [1], I
can install everything except BIRT, because that site is disabled.
While installing (having removed the JBoss BIRT feature) this is the list of available
sites in my Eclipse SDK -- see attached screenshot.png.
[1]
http://download.jboss.org/jbosstools/updates/nightly/3.2_stable_branch/
#!/bin/bash
workspace=/home/nboldt/eclipse/workspace-clean36_2
target=/home/nboldt/eclipse/36clean2
eclipse=eclipse-SDK-3.6.1-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"
Remove instructions related to additional plugins installation from
JBoss Tools Update Site
-------------------------------------------------------------------------------------------
Key: JBIDE-8089
URL:
https://issues.jboss.org/browse/JBIDE-8089
Project: Tools (JBoss Tools)
Issue Type: Task
Components: updatesite
Affects Versions: 3.2.0.CR1
Reporter: Vlado Pakan
Assignee: Nick Boldt
Priority: Trivial
Fix For: 3.2.0.Final
Attachments: eclipseSDKsites.xml, JBTonSDKsites.xml, Screenshot.png
It's not necessary to install additional plugins (Birt, Maven, Google ...) prior JBT
installation. So instructions related to additional plugins installation written on JBT
Update sites (i.e.
http://download.jboss.org/jbosstools/updates/nightly/trunk/) should be
removed.
Once 3.2.0. CR1 will be published as stable also Update site of stable release should be
updated in the same manner.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira