Re: JTreeTable-branch is compilable

Tor Norbye <[email protected]> Fri, 11 Jul 2003 17:00:24 -0700
Newsgroups gmane.comp.java.netbeans.modules.tasklist.devel
Organization Sun Microsystems, Inc
Message-ID <[email protected]>
Tim Lebedkov wrote:
> Hello Tor,
> 
> please look at the jtreetable_20030630 branch (core-module is tagged).
> It is compilable now (use usertasks to test it). Not all
> features from TreeTableView are supported but you can see
> the basic architecture. Please let me know what do you think about it.
> 

The branch looks like it's slightly out of date with the trunk;
when I checked out the core branch and ran it with the current
trunk, the usertasks module complains that core is too old (version
1.10 instead of 1.11), and sure enough, if I override that (by
bumping the version number in the branched core build to 1.11)
I run into API incompatibilities.

java.lang.IllegalArgumentException: java.lang.NoSuchMethodException: org.netbeans.modules.tasklist.core.filter.RemoveFilterAction.<init>()
        at org.openide.util.SharedClassObject.findObject(SharedClassObject.java:452)
        at org.openide.util.actions.SystemAction.get(SystemAction.java:82)
        at org.netbeans.modules.tasklist.usertasks.UserTaskView.getToolBarActions(UserTaskView.java:96)
        at org.netbeans.modules.tasklist.core.TaskListView.componentOpened(TaskListView.java:444)
        at org.openide.windows.WindowManager.componentOpenNotify(WindowManager.java:184)
        ....


Would you mind updating the branch code? Or tell me a tag or timestamp
I can use to checkout a full tasklist tree which is compatible with
the new treetable code :)

-- Tor