Re: NullPointerException in cvslib

Petr Kuzel <[email protected]> Fri, 22 Apr 2005 15:56:24 +0200
Newsgroups gmane.comp.java.netbeans.modules.javacvs.devel
Message-ID <[email protected]>
William Mallouk - Gaea Consulting wrote:
> This happens when I call the commit command using the cvslib.jar lib for
> netbeans 3.5. This is probably just an Exception.printStackTrace() call
> from inside cvslib. I confirmed that the files are being commited to the
> cvs repository so apparently there's no error, it's just a stacktrace
> message.

The exception comes from code that processes messages
from server so all data were already processed by the
server.

You were properly looking into release35 branch. It must
be there if you are really using binary build from it.

Besides I suggest to port your code to the most recent
version. There are many bug fixes.

  Cc.