Hi Michael,

If the question is "how to specify JVM arguments for WebSphere using 
startServer.bat", then IMO this is more question to WebSphere experts and 
so a little bit off-topic for this mailing list.
If the question is "how to obtain results from JaCoCo in output=tcpserver 
mode", then please consult with documentation - there are Ant Task to 
perform dump ( http://www.eclemma.org/jacoco/trunk/doc/ant.html ), Maven 
goal ( http://www.eclemma.org/jacoco/trunk/doc/dump-mojo.html ) and example 
of Java code ( http://www.eclemma.org/jacoco/trunk/doc/api.html ). BTW why 
usage of "output=file" mode is not an option?

Hope this helps.

Best regards,

On Tuesday, June 30, 2015 at 3:31:59 PM UTC+2, Michael Miner wrote:
>
> Hello Everyone,
>
> I have a slave machine running WebSphere, I use jenkins to start the 
> server (calls startServer.bat) then runs a test then stops the server 
> (stopServer.bat). I need to run jacoco code coverage on the server as well. 
> I have set up the generic jvm arguments as 
> "genericJvmArguments="-Xshareclasses:none 
> -javaagent:C:\eclemma-2.3.2\jacocoagent.jar=output=tcpserver,port=12345,sessionid=9988".
>
> Using Rational Application Developer I can use jacoco with websphere, what 
> I do not know how to do it start the server with jacoco using the 
> startServer.bat. Has anyone done this?
>
>

-- 
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/f4c8f513-7f0b-4f34-958e-3976ec02a7e4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to