Heads up - code changes this weekend
Tor Norbye <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.tasklist.devel |
|---|---|
| Message-ID | <1036022019.24616.23.camel@proto> |
I plan to make some big changes to the code this weekend, so if you have any changes in your code, try to put them back soon, or tell me/us what they are so I can avoid touching that particular area. (Also, make a patch now so it's easy to reapply later, e.g. cvs diff -u > mypatch.diff) Specifically, one of the things I will be doing (to support having some tasklist modules part of the standard build, and others not) is to use the most "standard" way of building multiple NetBeans modules inside a single CVS module: split the code into separate directories. Right now you can see that there is a new api/ directory that has a separate module (and its own ant file). It can be built as part of a NetBeans build by specifying the module as "tasklist/api". I will split usertasks, editor and bugs into similar top level modules. This means that the source code for the modules won't be intermixed in a single directory tree, so it will help keep the APIs clean. (This is the convention used by other cluster projects, such as "xml".) -- Tor