latest integration break the cvs library from command line
Milos Kleint <[email protected]> Wed, 16 Jul 2003 16:12:48 +0800
| Newsgroups | gmane.comp.java.netbeans.modules.javacvs.devel |
|---|---|
| Message-ID | <[email protected]> |
hello, Martin. I've noticed that your latest integration breaks the cvs library when used from command line. The problem is that you changed the signature of the createCommand method in the cvsclient.commandLine.command package for some commands (you've added anouther parameter - String workDir) but you didn't change all the commands, so the ones with unchanged createCommand method fail when invoked from the command-line. Regards. Milos