RE: [Embedlets-dev] Embedlet module almost there
Status: Alpha
Brought to you by:
tkosan
|
From: Ted K. <tk...@ya...> - 2003-08-26 11:04:10
|
Chris wrote:
> This is part of the original code from Andrzej and should be compiling OK. I
> will do a complete checkout and re-build to verify.
I just checked it out again to build it and it failed with the following
errors:
compile:
[javac] Compiling 58 source files to
/home/tkosan/embedlets/checkout4_ssh/embedlet/build/classes
[javac]
/home/tkosan/embedlets/checkout4_ssh/embedlet/src/org/embedlet/event/EventService.java:83:
cannot resolve symbol
[javac] symbol : class EventServiceEnabled
[javac] location: class org.embedlet.event.EventService
[javac] public abstract class EventService extends Service implements
EventServiceEnabled
[javac] ^
[javac]
/home/tkosan/embedlets/checkout4_ssh/embedlet/src/org/embedlet/Container.java:285:
cannot resolve symbol
[javac] symbol : class EventServiceEnabled
[javac] location: class org.embedlet.Container
[javac] public EventServiceEnabled getEventService() {
[javac] ^
[javac]
/home/tkosan/embedlets/checkout4_ssh/embedlet/src/org/embedlet/ContainerEnabled.java:194:
cannot resolve symbol
[javac] symbol : class EventServiceEnabled
[javac] location: interface org.embedlet.ContainerEnabled
[javac] public EventServiceEnabled getEventService();
[javac] ^
[javac] 3 errors
The EventServiceEnabled interface does not appear to be in the repository.
Perhaps it did not get 'added' before committing?
I will give japl and outpost a try as soon as we get embedlet to build (it
seems close now though :-)
Jac,
Thanks for posting the information about the sourceforge CVS upgrade. Somehow
I missed that news when it went out.
Ted
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
|