current trunk: BUILD FAILED with NewTaskEditorAction.java:92
Andrew Gaydenko <[email protected]> Tue, 23 Dec 2003 10:23:18 +0300
| Newsgroups | gmane.comp.java.netbeans.modules.tasklist.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi,
this build error takes place:
========================================
...
compile:
[javac] Compiling 2 source files to /wrk/usr/nb/nb_all/tasklist/editor/src
[javac] /wrk/usr/nb/nb_all/tasklist/editor/src/org/netbeans/modules/tasklist/editor/NewTaskEditorAction.java:92: cannot resolve symbol
[javac] symbol : method performAction (<nulltype>,java.lang.String,int,boolean,boolean)
[javac] location: class org.netbeans.modules.tasklist.usertasks.NewTaskAction
[javac] NewTaskAction.performAction(null, filename, line, true, false);
[javac] ^
[javac] 1 error
BUILD FAILED
/wrk/usr/nb/nb_all/nbbuild/build.xml:581: Following error occured while executing this line
/wrk/usr/nb/nb_all/tasklist/editor/build.xml:29: Compile failed; see the compiler error output for details.
...
========================================
Enviroment: j2se 1.4.2_03, linux 2.4.23
Andrew