Re: Javacvs library on linux
Petr Kuzel <[email protected]> Tue, 08 Nov 2005 04:20:37 +0100
| Newsgroups | gmane.comp.java.netbeans.modules.javacvs.devel |
|---|---|
| Message-ID | <[email protected]> |
Abhilash Koneri wrote: > How do I get the javacvs lib for netbeans 4.1 ? I didn't find it in the > release docs on > http://javacvs.netbeans.org/servlets/ProjectDocumentList It needs some cleanup. Now it works on help yourself basics. Steps to build recent cvsclient library version: $ cvs -d :pserver:[email protected]:/cvs co libs javacvs nbbuild openide ide $ cd javacvs/libmodule $ ant clean $ ant Grab resulting jar. Cc.