[jbosstools-issues] [JBoss JIRA] (JBIDE-11130) Better handle unavailable downloadable runtimes
Fred Bricon (JIRA)
jira-events at lists.jboss.org
Thu Mar 1 10:29:37 EST 2012
Fred Bricon created JBIDE-11130:
-----------------------------------
Summary: Better handle unavailable downloadable runtimes
Key: JBIDE-11130
URL: https://issues.jboss.org/browse/JBIDE-11130
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: project-examples
Affects Versions: 3.3.0.M5
Reporter: Fred Bricon
Assignee: Fred Bricon
Fix For: 3.3.0.CR1
If we define a project example for JBoss Central having :
{code:xml}
<fix type="wtpruntime">
<property name="allowed-types">org.jboss.ide.eclipse.as.runtime.71, org.jboss.ide.eclipse.as.runtime.eap.60</property>
<property name="description">This project example requires JBoss AS 7.1 or EAP 6 </property>
<property name="downloadId">org.jboss.tools.runtime.core.as.710</property>
</fix>
{code}
and update the project-example-X.xml for JBoss Tools M5, a NPE will occur when the project is selected.
More generally, unavailable downloads shouldn't prevent users from using the project example (Download and install button should be grayed out).
--
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
More information about the jbosstools-issues
mailing list