Re: compiling failed

Tor Norbye <[email protected]> Tue, 01 Jul 2003 12:32:15 -0700
Newsgroups gmane.comp.java.netbeans.modules.tasklist.devel
Organization Sun Microsystems, Inc
Message-ID <[email protected]>
> I have updated from CVS trunk, and this error takes place now:
> 
> [javac] Compiling 5 source files to /wrk/nbtrunk/nb_all/treefs/src
>      [javac] /wrk/nbtrunk/nb_all/treefs/src/org/netbeans/modules/treefs/TreeFSBeanInfo.java:49: cannot resolve symbol
>      [javac] symbol  : class FSEditor
>      [javac] location: class org.netbeans.modules.treefs.TreeFSBeanInfo
>      [javac]             desc[0].setPropertyEditorClass(FSEditor.class);
>      [javac]                                            ^
>      [javac] Note: Some input files use or override a deprecated API.
>      [javac] Note: Recompile with -deprecation for details.
>      [javac] 1 error
> 
> Where am I wrong?

Try on nbdev - this error is unrelated to the tasklist module
(it's failing when it's trying to build the treefs module.)

-- Tor