[
https://issues.jboss.org/browse/JBIDE-13942?page=com.atlassian.jira.plugi...
]
Nick Boldt edited comment on JBIDE-13942 at 4/8/13 3:38 PM:
------------------------------------------------------------
1. Unpack Kepler M6 JEE
2. Install JBoss Central Community feature from
http://download.jboss.org/jbosstools/discovery/nightly/core/trunk/
3. Restart.
4. If you browse to Central's Software/Update tab, and try to install Atlassian
you'll see it's missing because you're pointing at the last development
milestone of the Discovery plugin.
5. If you then shut down Eclipse and restart it using alternate URLs for Central,
you'll see that Atlassian 3.2 is available (proving you're reading the correct
site):
-Djboss.discovery.directory.url=http://download.jboss.org/jbosstools/discovery/nightly/core/trunk/jbosstools-directory.xml
-Djboss.discovery.site.url=http://download.jboss.org/jbosstools/discovery/development/4.1.0.Alpha2/
6. Similarly, you can review the JBDS Central content:
-Djboss.discovery.directory.url=http://www.qa.jboss.com/binaries/RHDS/discovery/nightly/core/trunk/devstudio-directory.xml
You will see Atlassian connector 3.0.7 available, since it will search for content on
https://devstudio.jboss.com/updates/7.0-development/extras/
or
-Djboss.discovery.directory.url=http://www.qa.jboss.com/binaries/RHDS/discovery/nightly/core/trunk/devstudio-directory.xml
-Djboss.discovery.site.url=https://devstudio.jboss.com/updates/7.0-staging/central/core/
You will see Atlassian connector 3.2 available, since it will search for content on
https://devstudio.jboss.com/updates/7.0-staging/extras/
Edit: had a problem w/ my Eclipse launcher dropping commandline vars, but doing this
solved it.
{code}
./e
"-Djboss.discovery.directory.url=http://www.qa.jboss.com/binaries/RHDS/discovery/nightly/core/trunk/devstudio-directory.xml
-Djboss.discovery.site.url=https://devstudio.jboss.com/updates/7.0-staging/central/core/"
rather than
./e
-Djboss.discovery.directory.url=http://www.qa.jboss.com/binaries/RHDS/discovery/nightly/core/trunk/devstudio-directory.xml
-Djboss.discovery.site.url=https://devstudio.jboss.com/updates/7.0-staging/central/core/
{code}
was (Author: nickboldt):
1. Unpack Kepler M6 JEE
2. Install JBoss Central Community feature from
http://download.jboss.org/jbosstools/discovery/nightly/core/trunk/
3. Restart.
4. If you browse to Central's Software/Update tab, and try to install Atlassian
you'll see it's missing because you're pointing at the last development
milestone of the Discovery plugin.
5. If you then shut down Eclipse and restart it using alternate URLs for Central,
you'll see that Atlassian 3.2 is available (proving you're reading the correct
site):
-Djboss.discovery.directory.url=http://download.jboss.org/jbosstools/discovery/nightly/core/trunk/jbosstools-directory.xml
-Djboss.discovery.site.url=http://download.jboss.org/jbosstools/discovery/development/4.1.0.Alpha2/
6. Similarly, you can review the JBDS Central content:
-Djboss.discovery.directory.url=http://www.qa.jboss.com/binaries/RHDS/discovery/nightly/core/trunk/devstudio-directory.xml
You will see Atlassian connector 3.0.7 available, since it will search for content on
https://devstudio.jboss.com/updates/7.0-development/extras/
or
-Djboss.discovery.directory.url=http://www.qa.jboss.com/binaries/RHDS/discovery/nightly/core/trunk/devstudio-directory.xml
-Djboss.discovery.site.url=https://devstudio.jboss.com/updates/7.0-staging/central/core/
You *SHOULD* see Atlassian connector 3.2 available, since it *SHOULD* search for content
on
https://devstudio.jboss.com/updates/7.0-staging/extras/ ... but this is broken. I
don't know if the problem is that the plugin is com.jboss.jbds.central.discovery
instead of org.jboss.tools.central.discovery, or that the URL passed in via commandline is
https instead of http, but we need more tests to catch this use case and to fix this
problem. :(
enable use of jboss.discovery.site.url & update doc accordingly
---------------------------------------------------------------
Key: JBIDE-13942
URL:
https://issues.jboss.org/browse/JBIDE-13942
Project: Tools (JBoss Tools)
Issue Type: Bug
Affects Versions: 4.1.0.Alpha2
Reporter: Nick Boldt
Assignee: Nick Boldt
Labels: respin-a
Fix For: 4.1.0.Alpha2
* enable use of jboss.discovery.site.url in discovery plugins' plugin.xml files;
verify this works
* remove adjust.plugin.xml step in
https://github.com/jbosstools/jbosstools-discovery/blob/master/build.xml#... and update
user guide in that script
(should also fix paths in the examples after refactoring/migration to github)
* remove unzip/sed/zip steps to tweak plugins; instead only need use new commandline
flag; ensure release guide docs & email templates state this
--
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