Hi,
for all launches from Eclipse I would recommend using the Eclipse
Launch/Debug framework. It provides you with all the infrastructure you
need and also nicely integrates with the normal launchers. The online
documentation is a pretty comprehensive entry point:
http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.isv/guide/debug.htm
Best regards,
-marc
On 29.09.14 19:19, Henrique Lemos Ribeiro wrote:
Hi, I'm trying to build an Eclipse Plug-in for Coverage-based Fault
Localization (aka Spectrum-based Fault Localization (SFL)).
We have develop a program to get the coverage of each test and then
calculate the suspicious value of each line, using Jacoco, it its here
<https://github.com/henriquelemos0/jaguar>.
Now, we are calling this program programmatically, from an Eclipse
Plug-in (Code-fores <https://github.com/henriquelemos0/code-forest>t).
This class
<%28https://github.com/henriquelemos0/code-forest/blob/master/br.usp.each.saeg.code.forest.ui/src/br/usp/each/saeg/code/forest/ui/handlers/JaguarRunnable.java> is
responsable,for now, for calling Jaguar passing the args and the
-javaagent to the JVM.
I'm trying to improve this.
I'm new on Eclipse Plug-in Development and I'm trying to do the same
thing as Eclemma does by calling every test and collect coverage
information from Jacoco.
Should I extend the JUnitLaunchConfigurationDelegate and call it from
a 'Command'?
Thanks
--
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]
<mailto:[email protected]>.
For more options, visit https://groups.google.com/d/optout.
--
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].
For more options, visit https://groups.google.com/d/optout.