Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Jubula » Code Coverage (JaCoCo) Problem
Code Coverage (JaCoCo) Problem [message #1068227] Fri, 12 July 2013 18:25 Go to next message
Heinz Christoph Dau-Schmidt is currently offline Heinz Christoph Dau-SchmidtFriend
Messages: 14
Registered: July 2013
Junior Member
Hi,
I have entered the AUT installation directory (contains .class files, which have been compiled with ant-> debug mode on) and the Sourcce Directory (contains .java source files) and have chosen Jacoco as monitoring agent for code coverage.
I have also entered the Executable File Name path of my simple Java-Swing-AUT (.cmd file, which starts an executable jar file).

But: If I execute testcase, the "Collecting Information"-Step never ends. I stopped after waiting 30 minutes. In Test Result Summary the Measured Value Coloumn contains "not available".

Can you help me?

##Additional informations##
-AUT consists of only one class (no packages)
-Ant Target:
<target name="compile" description="Compile" depends="init">
<echo message="Compiling the java source files..." />
<javac destdir="${build.dir}" debug="on">
<src path="${src.dir}" />
<classpath refid="classpath"/>
</javac>
</target>
-Jubula Version: 7.1.0
-AUT started via AUT configuration
-No cglib used
-The application
-Embedded database used
Re: Code Coverage (JaCoCo) Problem [message #1069111 is a reply to message #1068227] Mon, 15 July 2013 07:24 Go to previous messageGo to next message
Alexandra Schladebeck is currently offline Alexandra SchladebeckFriend
Messages: 1613
Registered: July 2009
Senior Member
Hi,

What happens if you leave out the source directory and installation directory? Do you get any results then? (Just as a test to see where the problem might be).

Are there any log entries?

Best regards,
Alex
Re: Code Coverage (JaCoCo) Problem [message #1069299 is a reply to message #1069111] Mon, 15 July 2013 16:13 Go to previous message
Heinz Christoph Dau-Schmidt is currently offline Heinz Christoph Dau-SchmidtFriend
Messages: 14
Registered: July 2013
Junior Member
Hi,
today it works with same settings. I do not know why. Thank you.
Previous Topic:ub_cti_replaceText giving an "Input Failed" Action Error?
Next Topic:Reusable project and object mapping
Goto Forum:
  


Current Time: Fri Apr 19 23:19:47 GMT 2024

Powered by FUDForum. Page generated in 0.02915 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top