Re: Difficulty installing and NullPointerExceptions
Tor Norbye <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.tasklist.devel |
|---|---|
| Organization | Sun Microsystems, Inc |
| Message-ID | <1038340569.1832.172.camel@proto> |
Thanks for the report. I discovered the problem. It looks like you're using the development version of the tasklist, with NetBeans 3.4. The development version only works with NetBeans 4.0 (it uses some APIs in 4.0). I've just fixed this by adding a dependency declaration such that the modules only enable themselves in 4.0 builds. However, there is a NetBeans 3.4 branch in the tasklist module, which is kept up to date (e.g. has all the features that the development build has) - but it uses old-style ant build scripts, the older versions of the APIs, etc. To build that, check out the "release34" branch. Hm, I guess I could provide a prebuilt version. Ok, I'll put one in the downloads area. -- Tor P.S. For the hang during the NBM installation, get a stacktrace (control-break on Windows?) and file a bug against the autoupdate module. On Tue, 2002-11-26 at 06:49, Bradley M. Handy wrote: > When trying to install the modules for the tasklist functionality, Netbeans would hang until I killed the process. So I unzipped the .nbm files and places the module jar files in their appropriate directories and added them just fine. > > However, when I try to bring up the suggestion view, I get three (3) NullPointerExceptions. I've attached the "ide.log" file from my user directory. > > > > > Bradley M. Handy > Programmer/Analyst > Spring Arbor University > > mailto:[email protected] > > > ______________________________________________________________________ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] -- Tor Norbye <[email protected]> Sun Microsystems, Inc