changeset 164:20ded99138ad

Bug 3187: Cannot run FXAnalyzer on NetBeans Reviewed-by: ykubota https://github.com/HeapStats/heapstats/pull/35
author Yasumasa Suenaga <yasuenag@gmail.com>
date Thu, 06 Oct 2016 19:00:44 +0900
parents e1c96c0b26df
children 61807fc09405
files ChangeLog analyzer/fx/nbactions.xml
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Oct 06 18:46:11 2016 +0900
+++ b/ChangeLog	Thu Oct 06 19:00:44 2016 +0900
@@ -3,6 +3,7 @@
 	* Bug 2999: HeapStats agent should notify when ring buffer is overwritten
 	* Bug 3189: Invalid XML Schema
 	* Bug 3000: Color of enabled exclude filter is difficult to understand
+	* Bug 3187: Cannot run FXAnalyzer on NetBeans
 
 2016-09-14  Yasumasa Suenaga <yasuenag@gmail.com>
 
--- a/analyzer/fx/nbactions.xml	Thu Oct 06 18:46:11 2016 +0900
+++ b/analyzer/fx/nbactions.xml	Thu Oct 06 19:00:44 2016 +0900
@@ -27,7 +27,7 @@
             <goal>org.codehaus.mojo:exec-maven-plugin:1.2.1:exec</goal>
         </goals>
         <properties>
-            <runfx.args>-jar ${project.build.directory}/heapstats-analyzer-${project.version}-bin/heapstats-analyzer.jar</runfx.args>
+            <runfx.args>-jar ${project.build.directory}/heapstats-analyzer-${project.version}-bin/heapstats-analyzer-${project.version}/heapstats-analyzer.jar</runfx.args>
         </properties>
     </action>
     <action>
@@ -38,7 +38,7 @@
             <goal>org.codehaus.mojo:exec-maven-plugin:1.2.1:exec</goal>
         </goals>
         <properties>
-            <runfx.args>-Xdebug -Xrunjdwp:transport=dt_socket,server=n,address=${jpda.address} -jar ${project.build.directory}/heapstats-analyzer-${project.version}-bin/heapstats-analyzer.jar</runfx.args>
+            <runfx.args>-Xdebug -Xrunjdwp:transport=dt_socket,server=n,address=${jpda.address} -jar ${project.build.directory}/heapstats-analyzer-${project.version}-bin/heapstats-analyzer-${project.version}/heapstats-analyzer.jar</runfx.args>
             <jpda.listen>true</jpda.listen>
         </properties>
     </action>