Bug 63876 - View Results Tree: Browser renderer not available in 5.2 RC4
Summary: View Results Tree: Browser renderer not available in 5.2 RC4
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 5.2
Hardware: All All
: P2 major (vote)
Target Milestone: JMETER_5.2
Assignee: JMeter issues mailing list
URL:
Keywords: FixedInTrunk
Depends on:
Blocks:
 
Reported: 2019-10-23 06:34 UTC by andreaslind01
Modified: 2019-11-11 17:53 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description andreaslind01 2019-10-23 06:34:10 UTC
Hello,

in JMeter 5.2rc4 the browser renderer is not available in the results tree.

It seems that it was compiled without -PenableJavaFx (https://github.com/apache/jmeter/blob/master/src/components/build.gradle.kts), so RenderInBrowser.class is not included in ApacheJMeter_components.jar.
Comment 1 Philippe Mouawad 2019-11-11 17:51:37 UTC
Thanks for report , it has been fixed in 5.2
Comment 2 Philippe Mouawad 2019-11-11 17:53:20 UTC
vladimirsitnikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new 80616d2  Compile RenderInBrowser when javafx.application.Platform is present at the build time
80616d2 is described below

commit 80616d28bd4340cdd8ee8ecfe1c98d2687963d86
Author: Vladimir Sitnikov <sitnikov.vladimir@gmail.com>
AuthorDate: Sat Oct 26 16:59:50 2019 +0300

    Compile RenderInBrowser when javafx.application.Platform is present at the build time
---
 src/components/build.gradle.kts | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)
Comment 3 The ASF infrastructure team 2022-09-24 20:38:18 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/5188