cannot create temporary file for script

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

cannot create temporary file for script

Post by Guest »

I downloaded the binary distribution of version 0.3 for Windows. I renamed the doc/instrumented directory and tried to instrument the doc/example, but I got the following:
jscoverage-0.3>jscoverage doc/example doc/instrumented
jscoverage: cannot create temporary file for script: script.js

the new doc/instrumented directory only contained:
script.js.jscoverage.html
script.js.jscoverage.js
and
script.js (size=0 bytes)


Any help for this?
siliconforks
Site Admin
Posts: 34
Joined: 2007-05-26 5:25 am

Post by siliconforks »

I think you are probably seeing the problem here:

http://forums.microsoft.com/MSDN/ShowPo ... 8&SiteID=1

I'll try to provide a fix for this in the next release.
siliconforks
Site Admin
Posts: 34
Joined: 2007-05-26 5:25 am

JSCoverage 0.3.1 should fix this

Post by siliconforks »

JSCoverage 0.3.1 has been released and should fix this bug.
brandon

cannot create temporary file for script

Post by brandon »

I confirmed that this problem doesn't happen for me in release 0.3.1. Thanks for the quick turnaround!
Post Reply