RE: [Embedlets-dev] Embedlet module does not compile now
Status: Alpha
Brought to you by:
tkosan
|
From: Christopher S. <cs...@oo...> - 2003-08-25 00:23:07
|
Ted,
I re-imported the japl module to cvs. Try checking out the japl module. It
is strange:
1. If I 'add' the japl module it ends up in embedlets/embedlets
2. If I import it ends up in the right place: embedlets
3. When I checkout I need to specify that the local folder is
..development/embedlets otherwise it checks out to the root of my
development folder?? This is not the case with the embedlet and outpost
projects.
Let me know if this solves or exaserbates the problem. I will encolse a zip
of the japl source for you to import if this does not work.
There is an extraneous folder embedlets/embedlets that should be removed.
Thanks
Chris
>
> Topic tags:[ARCH][JAPL][WIRING][DOCS][MGMT][STRATEGY][NEWBIE]
> _______________________________________________
>
> Chris,
>
> I did a fresh checkout of the embedlet module and when I issue an
> 'ant compile'
> command I get the following errors:
>
> compile:
> [javac] Compiling 58 source files to
> /home/tkosan/embedlets/checkout2/embedlet/build/classes
> [javac]
> /home/tkosan/embedlets/checkout2/embedlet/src/org/embedlet/event/E
> ventService.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/checkout2/embedlet/src/org/embedlet/Contain
> er.java:285:
> cannot resolve symbol
> [javac] symbol : class EventServiceEnabled
> [javac] location: class org.embedlet.Container
> [javac] public EventServiceEnabled getEventService() {
> [javac] ^
> [javac]
> /home/tkosan/embedlets/checkout2/embedlet/src/org/embedlet/Contain
> erEnabled.java:194:
> cannot resolve symbol
> [javac] symbol : class EventServiceEnabled
> [javac] location: interface org.embedlet.ContainerEnabled
> [javac] public EventServiceEnabled getEventService();
> [javac] ^
> [javac] 3 errors
>
>
> Is this building for you properly? I notice that the web access to the
> sourceforge CVS still indicates that is it running off of the
> backup server.
>
>
> Ted
>
> __________________________________
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free, easy-to-use web site design software
> http://sitebuilder.yahoo.com
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: VM Ware
> With VMware you can run multiple operating systems on a single machine.
> WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
> at the same time. Free trial click
> here:http://www.vmware.com/wl/offer/358/0
> _______________________________________________
> Embedlets-developer mailing list
> Emb...@li...
> https://lists.sourceforge.net/lists/listinfo/embedlets-developer
>
|