From: ChintzNabble <chi...@in...> - 2011-08-05 15:52:31
|
We are trying to integrate Cobertura code coverage tool in our application, we have jax-ws webservices using annotations, the webservices are not getting deployed if the code is instrumented with Cobertura, things are fine without the inclusion of Cobertura. Anyone here used Cobertura tool before and faced any similar issues, and can provide any pointers to proceed. -- View this message in context: http://old.nabble.com/Code-coverage-for-JAX-WS-Webservice-tp32203417p32203417.html Sent from the cobertura-devel mailing list archive at Nabble.com. |
From: John W. L. <Joh...@sa...> - 2011-08-05 16:33:41
|
If you are up for it, it would be great if you could download the code from the subversion repository, build it, and try it. The code is at https://cobertura.svn.sourceforge.net/svnroot/cobertura/branches/ptab_v2_0/cobertura. It will eventually be Cobertura 2.0 if I can ever get the time to fully test it and release it. It has gone through some good testing so far, and it works better than the version of Cobertura that is currently "out there". It has a very good chance of working with your setup. John -----Original Message----- From: ChintzNabble [mailto:chi...@in...] Sent: Friday, August 05, 2011 11:52 AM To: cob...@li... Subject: [Cobertura-devel] Code coverage for JAX-WS Webservice We are trying to integrate Cobertura code coverage tool in our application, we have jax-ws webservices using annotations, the webservices are not getting deployed if the code is instrumented with Cobertura, things are fine without the inclusion of Cobertura. Anyone here used Cobertura tool before and faced any similar issues, and can provide any pointers to proceed. -- View this message in context: http://old.nabble.com/Code-coverage-for-JAX-WS-Webservice-tp32203417p32203417.html Sent from the cobertura-devel mailing list archive at Nabble.com. ------------------------------------------------------------------------------ BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA The must-attend event for mobile developers. Connect with experts. Get tools for creating Super Apps. See the latest technologies. Sessions, hands-on labs, demos & much more. Register early & save! http://p.sf.net/sfu/rim-blackberry-1 _______________________________________________ Cobertura-devel mailing list Cob...@li... https://lists.sourceforge.net/lists/listinfo/cobertura-devel |
From: Fabien B. <fba...@gm...> - 2011-08-08 08:34:58
|
Hi John, Does this mean that the current version has some problems with annotations or only Jax webservices ? This could explain some instrumentation problems I have with my Java 1.6 source code full of annotations. Cheers, Fabien On Fri, Aug 5, 2011 at 6:33 PM, John W. Lewis <Joh...@sa...> wrote: > > If you are up for it, it would be great if you could download the code from > the subversion repository, build it, and try it. The code is at > https://cobertura.svn.sourceforge.net/svnroot/cobertura/branches/ptab_v2_0/cobertura > . > > It will eventually be Cobertura 2.0 if I can ever get the time to fully > test it and release it. It has gone through some good testing so far, and > it works better than the version of Cobertura that is currently "out there". > > It has a very good chance of working with your setup. > > John > > -----Original Message----- > From: ChintzNabble [mailto:chi...@in...] > Sent: Friday, August 05, 2011 11:52 AM > To: cob...@li... > Subject: [Cobertura-devel] Code coverage for JAX-WS Webservice > > > We are trying to integrate Cobertura code coverage tool in our application, > we have jax-ws webservices using annotations, the webservices are not > getting deployed if the code is instrumented with Cobertura, things are fine > without the inclusion of Cobertura. > > > > Anyone here used Cobertura tool before and faced any similar issues, and > can > provide any pointers to proceed. > > > > > -- > View this message in context: > http://old.nabble.com/Code-coverage-for-JAX-WS-Webservice-tp32203417p32203417.html > Sent from the cobertura-devel mailing list archive at Nabble.com. > > > > ------------------------------------------------------------------------------ > BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA > The must-attend event for mobile developers. Connect with experts. > Get tools for creating Super Apps. See the latest technologies. > Sessions, hands-on labs, demos & much more. Register early & save! > http://p.sf.net/sfu/rim-blackberry-1 > _______________________________________________ > Cobertura-devel mailing list > Cob...@li... > https://lists.sourceforge.net/lists/listinfo/cobertura-devel > > > > > ------------------------------------------------------------------------------ > BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA > The must-attend event for mobile developers. Connect with experts. > Get tools for creating Super Apps. See the latest technologies. > Sessions, hands-on labs, demos & much more. Register early & save! > http://p.sf.net/sfu/rim-blackberry-1 > _______________________________________________ > Cobertura-devel mailing list > Cob...@li... > https://lists.sourceforge.net/lists/listinfo/cobertura-devel > |