Provide better error message when getJBossDiscoveryDirectory()
returns null
---------------------------------------------------------------------------
Key: JBIDE-18917
URL:
https://issues.jboss.org/browse/JBIDE-18917
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: central
Affects Versions: 4.2.1.CR1
Reporter: Radim Hopp
Assignee: Fred Bricon
Priority: Optional
Fix For: 4.3.0.Alpha1
This is followup of JBIDE-18819.
Now, the error message suggests user to check internet connection, but as I understand
this, getJBossDiscoveryDirectory() could only return null when
jboss.discovery.directory.url property is not set (meaning ide-config.properties was
loaded, but does not contain jboss.discovery.directory.url for given version of JBT/JBDS).
Thus internet is working but something wrong happened on ide-config.propertis side (our
side).