Hi,
Is there anyway to capture cvsgrab's output? I tried "cvsgrab otherstuff >file.txt" and even adding "> file.txt" after the java command in the bat file....alas...alack...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Is there anyway to capture cvsgrab's output? I tried "cvsgrab otherstuff >file.txt" and even adding "> file.txt" after the java command in the bat file....alas...alack...
Hello Tim,
I think that the log messages go to the error console, so to capture them you need to write:
cvsgrab otherstuff 2> file.txt
Hope this helps,
Ludovic
That's it alright. Thanks!