Page 1 of 1

cannot create temporary file for script

Posted: 2007-11-21 6:23 pm
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?

Posted: 2007-11-21 9:12 pm
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.

JSCoverage 0.3.1 should fix this

Posted: 2007-11-23 5:09 am
by siliconforks
JSCoverage 0.3.1 has been released and should fix this bug.

cannot create temporary file for script

Posted: 2007-11-26 3:07 pm
by brandon
I confirmed that this problem doesn't happen for me in release 0.3.1. Thanks for the quick turnaround!