[
https://issues.jboss.org/browse/JBDS-1995?page=com.atlassian.jira.plugin....
]
Max Rydahl Andersen updated JBDS-1995:
--------------------------------------
Fix Version/s: 5.0.0.Beta3-SOA
(was: 5.0.0.CR1)
Moving this of core since as discussed on call today then we dont have a way to
externalize this from the command line easily.
We do though have full control over the generation of the discovery site which thus can be
built to contain the right content for the testing scenario.
This discovery site is small and minimal to maintain compared to do a full build.
externalize URL of JBDS SOA site so it can be passed in via
commandline for testing purposes
--------------------------------------------------------------------------------------------
Key: JBDS-1995
URL:
https://issues.jboss.org/browse/JBDS-1995
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Sub-task
Security Level: Public(Everyone can see)
Components: central
Affects Versions: 5.0.0.Beta3
Reporter: Nick Boldt
Assignee: Douglas Palmer
Priority: Blocker
Fix For: 5.0.0.Beta3-SOA
Attachments: diff-cr1-plugin-with-beta2.png,
jbds-central-override-update-site.png,
jbds1995-point-at-Beta2-site-with-new-connector-names.png,
jbds1995-point-at-Nightly-site-with-new-connector-names.png, JBDS1995.patch.txt
We can already do this:
./jbdevstudio -vmargs
-Djboss.discovery.directory.url=http://www.qa.jboss.com/binaries/RHDS/builds/staging/devstudio-5.0_trunk.updatesite/product/devstudio-directory.xml
But the URL hard-coded in the discovery plugin's plugin.xml [1] will need to change
during QE testing for a milestone release, since the site on which the JBDS SOA bits
reside will be a different URL from where they'll end up when published to Early
Access or once GA'd.
So, we need something like this:
./jbdevstudio -vmargs
-Djboss.soa.update.url=http://devstudio.jboss.com/updates/5.0/staging/soa-tooling/
and that there's a ${jboss.soa.update.url} variable in the plugin.xml of the
discovery plugin [1], which would be set to a default value of
http://devstudio.jboss.com/updates/5.0/soa-tooling/ in plugin.properties [2]
[1]
https://svn.jboss.org/repos/devstudio/trunk/product/plugins/com.jboss.jbd...
[2]
https://svn.jboss.org/repos/devstudio/trunk/product/plugins/com.jboss.jbd...
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira