RE: [Embedlets-dev] Embedlet module almost there
Status: Alpha
Brought to you by:
tkosan
|
From: Christopher S. <cs...@oo...> - 2003-08-26 17:51:17
|
Ted,
I ran through the build from embedlets to outpost, using a fresh checkout
and corrected all build errors. The build sequence is:
1. embedlets
2. japl
3. outpost
The japl dependency is there to support the .net japl components.
There is a lot of net, gui and persistence code added but still in various
stages of test and QA. The orginal code base should be untouched and
workable. Please let me know if (when) you have any more issues.
Chris
> Topic tags:[ARCH][JAPL][WIRING][DOCS][MGMT][STRATEGY][NEWBIE]
> _______________________________________________
>
> Ted,
>
> You are correct - I neglected to commit this module. Please try again.
>
> I got tangled up in the japl commit location and was not able to do a test
> checkout and build.
>
> I will do this from now on before releasing.
>
> Chris
>
> > _______________________________________________
> >
> > 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/eve
> > nt/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/Con
> > tainer.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/Con
> > tainerEnabled.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
> >
> >
> > -------------------------------------------------------
> > 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
> >
>
>
>
>
> -------------------------------------------------------
> 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
>
|