JSCoverage issue with ant

Questions, problems, suggestions, bug reports, and so on.
Post Reply
viren

JSCoverage issue with ant

Post by viren »

Hi ,
I am trying to run JSCoverage tool with ANT.
But it is not working i am able to run coverage manually.
Can you please tell us how we can run jscoverage using ant without manual interaction.
Regards
Ed
Posts: 120
Joined: 2008-10-11 6:52 pm

Re: JSCoverage issue with ant

Post by Ed »

It should work with Ant, but I don't know a lot about Ant so I don't know how much I can help you ...

In general, it is best to use the --verbose flag and to log standard output and standard error to files; this may allow you to debug things when problems occur.
Post Reply