Re: [Embedlets-dev] Persistence Check in
Status: Alpha
Brought to you by:
tkosan
|
From: Ted K. <tk...@ya...> - 2003-05-06 07:21:46
|
Chris,
Ok, I am working on trying out your persistence code.
> To try things out:
>
> 1. Update using the tag Persistent
I just when ahead did a fresh checkout of 'embedlet' and 'outpost'.
> 2. Copy the org/outpost/persistence/xml/kxml-min.jar to the outpost/lib
> folder. This the parser that I used.
No problems here.
> 2. Recompile embedlets and outpost using the make.compile
Did you mean 'ant compile' here? I did this and I received the following
compiler errors:
<dump>
[tkosan@localhost outpost]$ ant compile
Buildfile: build.xml
init:
compile:
[javac] Compiling 33 source files to
/home/tkosan/embedlets/chris/outpost/build/classes
[javac]
/home/tkosan/embedlets/chris/outpost/src/org/outpost/components/digital/Counter.java:74:
cannot resolve symbol
[javac] symbol : class BooleanEvent
[javac] location: package event
[javac] import org.outpost.event.BooleanEvent;
[javac] ^
[javac]
/home/tkosan/embedlets/chris/outpost/src/org/outpost/components/digital/Counter.java:157:
cannot resolve symbol
[javac] symbol : class BooleanEvent
[javac] location: class org.outpost.components.digital.Counter
[javac] BooleanEvent i = (BooleanEvent) event;
[javac] ^
[javac]
/home/tkosan/embedlets/chris/outpost/src/org/outpost/components/digital/Counter.java:157:
cannot resolve symbol
[javac] symbol : class BooleanEvent
[javac] location: class org.outpost.components.digital.Counter
[javac] BooleanEvent i = (BooleanEvent) event;
[javac] ^
[javac] 3 errors
BUILD FAILED
</dump>
Its late and I am a bit 'fuzzy brained' but is BooleanEvent a class that you
added?
Ted
__________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com
|