Hi, folks.

I am having trouble in capturing the output of a EditorsCommand. I
have registered a CVSAdapter within my Client
(client.getEventManager().addCVSListener(myListener); ), before
executing the command.

However, the output of the EditorsCommand is send through the
messageSent(MessageEvent e) method, and not through the
fileInfoGenerated(FileInfoEvent e), which in fact is never called.

Of course, I would like to capture this output through the
fileInfoGenerated, because it presents a more structured response.

Am I doing something wrong? Shouldn't the method fileInfoGenerated be
automatically called?

Thanks in advance. BTW, I am using CVSNT.


_______________________________________________
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs

Reply via email to