You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
c:\JSCover-0.0.12>java -jar C:\JSCover-0.0.12\target\dist\JSCover-all.jar -fs webapp webapp-instrumented
Destination directory 'webapp-instrumented' must not be in the source directory
Usage: java -jar jscover.jar -fs [OPTION]... SOURCE-DIRECTORY DESTINATION-DIRECTORY
Instrument JavaScript with code coverage information.
Options:
--js-version=VERSION use the specified JavaScript version
--no-instrument=PATH copy but do not instrument PATH
--exclude=PATH don't copy from source/PATH
-h, --help display this help and exit
The text was updated successfully, but these errors were encountered:
In the example below it's expected that "webapp-instrumented" folder will be created on the fly in the current folder, which is a sibling of "webapp"
c:\JSCover-0.0.12>dir /w
Volume in drive C is Windows7_OS
Volume Serial Number is B84D-1359
Directory of c:\JSCover-0.0.12
[.] [..] bookmarks.html build.properties build.xml
cobertura.ser [doc] example-filesystem.bat example-filesystem.sh example-server.bat
example-server.sh History.md JSCover.iml JSCover.ipr JSCover.iws
[lib] README.md [src] [target] Todo.md
[webapp]
14 File(s) 185,643 bytes
7 Dir(s) 55,451,303,936 bytes free
c:\JSCover-0.0.12>java -jar C:\JSCover-0.0.12\target\dist\JSCover-all.jar -fs webapp webapp-instrumented
Destination directory 'webapp-instrumented' must not be in the source directory
Usage: java -jar jscover.jar -fs [OPTION]... SOURCE-DIRECTORY DESTINATION-DIRECTORY
Instrument JavaScript with code coverage information.
Options:
--js-version=VERSION use the specified JavaScript version
--no-instrument=PATH copy but do not instrument PATH
--exclude=PATH don't copy from source/PATH
-h, --help display this help and exit
The text was updated successfully, but these errors were encountered: