]
Rob Stryker commented on JBIDE-19335:
-------------------------------------
[~vpakan] I'm not seeing the code in master match up with your stacktrace. At those
lines, I see this:
{code}
Control[] children = parent.getChildren();
for (Control child : children) {
165 child.dispose();
}
{code}
So I'd suggest trying a new build from master? Can you verify your version is a master
build and not an old build?
org.jboss.tools.runtime.ui.internal.wizard.DownloadRuntimeLicenseFragment fails with
SWTError without browser available
-----------------------------------------------------------------------------------------------------------------------
Key: JBIDE-19335
URL:
https://issues.jboss.org/browse/JBIDE-19335
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: common/jst/core, runtime-detection
Affects Versions: 4.2.3.Beta1, 4.3.0.Alpha1
Environment: Linux
Reporter: Denis Golovin
Assignee: Denis Golovin
Fix For: 4.3.0.CR1
DownloadRuntimeLicenseFragment should work even without browser widget available and
show html or text without html tags with <p> and <br> elements replaced with
'\n'.
Steps to tests the issue:
1. Linux disto without webkit or xulrunner (I was using xubuntu to verify)
2. Run JBT and try to download WildFly using Runtime Download dialog;
3. It should show not fail with SWTError when presenting license step, but show the link
to the license, so you can click on it to open system browser or copy/past it into your
favorite one
4. Close eclipse
5. Install libwebkit
6. Start eclipse, do WildFly downloading steps again and you should see license text
inside dialog.