Our JavaFx application involves the use of two .exe files, one to launch 
the UI and another for the core. The UI .exe file is launched and execution 
data is captured with the following command:

applicaitonUI.exe -vmargs 
"-javaagent:%jacoco_dir%\lib\jacocoagent.jar=destfile=C:/automateduitesting/GeoWorxSync_1314/exec/cc_rep_1314.exec,append=false"

The above method provided valid execution data from which an html report 
can be generated. The .ini file for the core has been modified to contain 
the following line of code:

-Dvmargs 
-javaagent:C:/application/jacoco-0.8.7/lib/jacocoagent.jar=destfile=C:/application/cc_rep_core.exec,output=file,append=false

The .exec file is created in the appropriate location, however, every time 
i use this file to generate a report, the associated report shows 0% of 
code covered. Any help you can provide will be much appreciated! Thank you!

-- 
You received this message because you are subscribed to the Google Groups 
"JaCoCo and EclEmma Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jacoco/2a73389a-9c67-472f-96c6-bd1fe6f16b0cn%40googlegroups.com.

Reply via email to