[Concern-users] error compiling devel
Brought to you by:
hengels,
leonchiver
|
From: Ivanhoe A. <Iva...@lb...> - 2004-07-14 08:50:23
|
Hi guys,
First of all, thank you for your swift response
My next hurdle is to get model, devel and controller to compile.
Model compiles just fine, although devel has a problem in that the class
LibraryEvent does not exist.
I did a search and cant find this class in the code base either. Maybe this
is a new class that somebody forgot to commit?
The following is the compiler output when compiling devel
..............
compile:
[depend] Deleted 0 out of date files in 0 seconds
[javac] Compiling 148 source files to
C:\Concern\concern\concern\devel\build\class
[javac]
C:\Concern\concern\concern\devel\src\java\org\concern\devel\action\ToLibrary
Action.java:63: cannot resolve s
ymbol
[javac] symbol : class LibraryEvent
[javac] location: class org.concern.devel.action.ToLibraryAction
[javac] item = new LibraryEvent(event);
[javac] ^
[javac] 1 error
.............
Thank you in advance
Ivanhoe
|