
Hi Deepak,
I am using emma code covarage tool and to generate coverage report by using Ant script i am getting following exception [report] sun.io.MalformedInputException [report] at sun.io.ByteToCharUTF8.convert(ByteToCharUTF8.java:278) [report] at sun.nio.cs.StreamDecoder$ConverterSD.convertInto(StreamDecoder.java:316)
i have written the following code in build.xml:
</report>
</emma>
</target>
In my code i have comments in Italian language.
Please provide your comments or suggestion for this.