how to build new tasklist/compiler

andrew <[email protected]> Mon, 13 Oct 2003 17:18:53 +0400
Newsgroups gmane.comp.java.netbeans.modules.tasklist.devel
Message-ID <[email protected]>
Tim,

Will you be so kind to point me to right way?

The problem is: after your last commiting of new tasklist/compiler I can not
realize how to build the module. I'm using overriden "stable" definition in 
nbbuild/user.build.properties like this:

config.modules.stable=${config.modules.slim}, \
        ant, \
        core/settings, \
        diff, \
        extbrowser, \
        usersguide, \
        treefs, \
        vcscore, \
        vcsgeneric, \
        vcsgeneric/profiles/cvsprofiles, \
        ${local.config.libs}, \
        ${local.config.xml}, \
	tasklist/api, \
	tasklist/core, \
        tasklist/suggestions, \
	tasklist/docscan, \
	tasklist/usertasks, \
	tasklist/editor, \
	tasklist/javaparser, \
	tasklist/compiler, \
	tasklist/pmd

While building, I get this error:

compile:
    [javac] Compiling 33 source files
    [javac] /home/nbtrunk/nb_all/tasklist/compiler/src/org/netbeans/modules/tasklist/compiler/CompileErrorsView.java:33: package org.netbeans.api.registry does not exist
    [javac] import org.netbeans.api.registry.Context;
    [javac]                                  ^
... and so on.

I have tried to add to user.build.properties something like core/registry and
openide/registry without success. As I don't understand NB build architecture,
I don't know where to go :-)

Thanks in advance!
Andrew