Nick Boldt created JBDS-2825:
--------------------------------
Summary: How do I install Experimental / Extra features into JBDS
7.1.0.Beta1?
Key: JBDS-2825
URL:
https://issues.jboss.org/browse/JBDS-2825
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: documentation, updatesite
Affects Versions: 7.1.0.Beta1
Reporter: Nick Boldt
Assignee: Max Rydahl Andersen
Because we forgot to set the default Central site in JBT and JBDS to the Dev Milestone
site (/development/, /7.0-development/) users will still see the Central content from the
previously-release stable release, JBT 4.1.0.1 / JBDS 7.0.1.
There are two ways to work around this.
1. Adjust your .ini file, so that you can see the new content in Central.
a) Eclipse / JBT users:
add this to your eclipse.ini file, on the line after the "-vmargs" line:
{code}
-Djboss.discovery.directory.url=http://download.jboss.org/jbosstools/updates/development/kepler/jbosstools-directory.xml
{code}
b) JBDS / JBDS BYOE users
change this line to add "-development" in your studio/jbdevstudio.ini file:
{code}
-Djboss.discovery.directory.url=https://devstudio.jboss.com/updates/7.0-development/devstudio-directory.xml
{code}
2. Install using p2 Install Manager.
a) Eclipse / JBT users
Help > Install new software >
http://download.jboss.org/jbosstools/updates/development/kepler/central/c...
b) JBDS / JBDS BYOE users
Help > Install new software >
https://devstudio.jboss.com/updates/7.0-development/central/core/
--
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