Re: how to build new tasklist/compiler

Tim Lebedkov <[email protected]> Mon, 13 Oct 2003 18:29:51 +0200
Newsgroups gmane.comp.java.netbeans.modules.tasklist.devel
Message-ID <[email protected]>
Hello Andrew,

you need openide\registry  to build tasklist/compiler.
build.xml under tasklist/compiler uses
openide/registry/netbeans/modules/org-netbeans-modules-registry-1-1.5.jar
as a library name for the registry API.
Just go into openide/registry and start ant to build this library

--Tim

andrew wrote:

>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
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [email protected]
>For additional commands, e-mail: [email protected]
>
>
>  
>