Hudson : Directory not found -


using hudson, try run job tests. job run .bat file in have command line

subset v: "c:\a_directory\" 

when line executed in console of hudson error the directory "c:\a_directory\" not found . directory exists , can access manually.

what might problem? must specify relative path workspace of hudson?

the command in question tries create virtual disk. used syntax wrong.

here correct 1 :

subset v: "c:\a_directory" 

Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -