[vsgrab-dev] [cvsgrab - Open Discussion] RE: Welcome to Open Discussion
Brought to you by:
ludovicc
From: SourceForge.net <no...@so...> - 2005-11-11 17:05:57
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3423730 By: gurjeetsingh I cant thank you enough for this tool. Now I can download my favourite open-source software's source from behind my corporate firewall!! Although the bat script needed a small fix (that took a long time in diagnostics) on Win2000 for the java command line, but it was woth it. If somebody is facing a problem with the batch script, try removing the quotes around %HOME_ARG% parameter to the java command line. For e.g.: instead of: java -classpath "%CVSGRAB_HOME%\lib\cvsgrab.jar" %LOG_ARGS% "%HOME_ARG%" net.sourceforge.cvsgrab.CVSGrab %ANT_CMD_LINE_ARGS% use: java -classpath "%CVSGRAB_HOME%\lib\cvsgrab.jar" %LOG_ARGS% %HOME_ARG% net.sourceforge.cvsgrab.CVSGrab %ANT_CMD_LINE_ARGS% ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=174127 |