|
|
|
Re: headless eclemma - howto install and use [message #504802 is a reply to message #504347] |
Tue, 22 December 2009 13:19   |
Eclipse User |
|
|
|
Hi Joerg,
Here is how I use the --merge (aka -m) flag with emma in my buildscript:
emma -l test.engine.all/engine.all.launch -o ${out.dir}/TEST-engine.all.xml
emma -m -l test.engine.all/engine.all.plugin.launch -o ${out.dir}/TEST-
engine.all.plugin.xml --html ${out.dir}/coverage/coverage.html --xml
${out.dir}/coverage/coverage.xml
Note that you can only merge coverage results when running consecutive emma
launches in one and the same build script. Note also that you must use the
"-m" flag for every emma launch after the first one in order to merge the
results of all coverage sessions.
HTH,
Achim
Joerg Buchberger wrote:
> Hi Thomas.
>
> Thanks. Got it setup in a clean installation. Did not manage to update
> existing installation, though.
>
> Cannot get emma --merge to work yet.
>
> If you know of any scriptfile examples in some repository, including emma
> merge command calls, I'd be grateful for the pointer.
>
> Cheers,
> Joerg
>
>
>
> Thomas Hallgren wrote on Fri, 11 December 2009 11:59
>> Hi Joerg,
>> The legal issue is resolved so the thread in question is no longer
>> relevant. The emma headless feature is include on our regular 3.6
>> headless site. http://download.eclipse.org/tools/buckminster/headless-3.6
>>
>> Regards,
>> Thomas Hallgren
>>
>>
>> On 2009-12-11 17:32, Joerg Buchberger wrote:
>> > Hi,
>> >
>> > I've seen here
>> > ( http://www.eclipse.org/forums/index.php?t=msg&th=155486& amp; amp;
>> > amp;start=0&S=4f42b6336f201e4251a1d72b559aaa03) and here
>> > (https://bugs.eclipse.org/bugs/show_bug.cgi?id=288455), that a solution
>> > is available from a cloudsmith site until legal issues are resolved...
>> >
>> > however I cannot find said site.
>> > Can someone give me a pointer, please.
>> > Thanks in advance.
>> >
>> > Cheers.
>> > Joerg
>> >
>> >
|
|
|
|
Powered by
FUDForum. Page generated in 0.03775 seconds