<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 8: Add ability to get metadata using CtlProcessor</title><link href="https://sourceforge.net/p/emma/patches/8/" rel="alternate"/><link href="https://sourceforge.net/p/emma/patches/8/feed.atom" rel="self"/><id>https://sourceforge.net/p/emma/patches/8/</id><updated>2008-09-17T16:29:07Z</updated><subtitle>Recent changes to 8: Add ability to get metadata using CtlProcessor</subtitle><entry><title>Add ability to get metadata using CtlProcessor</title><link href="https://sourceforge.net/p/emma/patches/8/" rel="alternate"/><published>2008-09-17T16:29:07Z</published><updated>2008-09-17T16:29:07Z</updated><author><name>Ricky Ng-Adam</name><uri>https://sourceforge.net/u/rngadam/</uri></author><id>https://sourceforge.net1fc7d9cdf34f455a3a4b3eb7924748fe1dabd50b</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;This enables the user to get metadata information without having to do offline instrumentation.&lt;/p&gt;
&lt;p&gt;The patch adds a new CtlProcessor RPC command, metadata.get, which contacts the remote EMMA and generates a coverage.em file.&lt;/p&gt;
&lt;p&gt;This is done using the following command:&lt;/p&gt;
&lt;p&gt;java -cp emma.jar emma ctl -connect $HOST:$PORT -command metadata.get&lt;/p&gt;
&lt;p&gt;This is followed by the existing command:&lt;/p&gt;
&lt;p&gt;java -cp emma.jar emma ctl -connect $HOST:$PORT -command coverage.get&lt;/p&gt;
&lt;p&gt;and the reporting command that takes both metadata and coverage information as input:&lt;/p&gt;
&lt;p&gt;java  -cp emma.jar emma report -r html -in coverage.em,coverage.ec -Dreport.out.file=coverage.html --sp [source paths]&lt;/p&gt;
&lt;p&gt;(metadata + coverage = session data -&amp;gt; report)&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>