Can I use any other modules of Netbeans commercially other than cvs client
"jim jimmy" <[email protected]> Tue, 15 Feb 2005 21:15:49 +1100
| Newsgroups | gmane.comp.java.netbeans.modules.javacvs.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi guys, I was just wondering if I could use any other modules of Netbeans commercially other than cvs client. As part of my current task I need to retrieve all the commits for a given date interval against a module/or a file in a module. Is HistoryCommand the best choise for this? I noticed that HistoryCommand flushes data collected from a cvs server into the console via Client.process method. I am planning to use this data before it is being flushed (I might need to hack the process method) and construct an array out of this data. Just wondering if anyone has a better idea for this. Thanks in advance, Regards, Jim