Hi.
I am using a coverage test tool (Jblanket) which will instrument all java classes for performing some tests. The problem is that JBlanket will need byte code compiled using debug mode because it uses the line numbering.
Unfortunately, the code generated by the JibxBinder does not have this debug information. Any way to get it in there or work around the thing?
(My actual solution is excluding all files which had JiBX-modifications from JBlanket which is kind of sub-optimal)
Thank you, cheers, Christoph
------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ jibx-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jibx-users
