Created an Eclipse Indigo project for Seco.
Aside from issues raised before, here are those I found thus far; by
commenting out missing fields, it will compile (obviously it won't
run):
HTMLEditor:
import sun.awt.AppContext; AppContext when installed in c:\program
files\jre6 was not visible.
Moving Eclipse to use c:\jdk\jre fixed that (This, I suspect, is a
windows security issue: anything placed in c:\program files\ is going
to be problematic. Most things I have control of installation,
particularly JDKs, I force installation in c:\ but the Oracle
installer forces the jre into c:\program files\ so, for Eclipse, it's
best to configure it to reach for the jre installed in JAVA_HOME.
seco.talk.ConnectionContext:
PeerConfig.INTERFACE_CONFIG is now
PeerConfig.INTERFACE_TYPE
HyperGraphPeer.getStartupFailedException does not exist anywhere in
the HypergraphDB 1.1 source code
HyperGraphPeer.start() does not exist in 1.1: start(String,String) does
seco.talk.TalkActivity.createMessage(...) does not exist in the class
or its supers
> seco.talk.ConnectionContext:
> PeerConfig.INTERFACE_CONFIG is now
> PeerConfig.INTERFACE_TYPE
> HyperGraphPeer.getStartupFailedException does not exist anywhere in
> the HypergraphDB 1.1 source code
> HyperGraphPeer.start() does not exist in 1.1: start(String,String) does
I cannot deny that the big difference, I'm building in Eclipse, you
appear to be building with build.xml and ant, might somehow be at work
here. But still, the issues raised above don't plague you, but they do
me, which means I'm building on a source block that is not in complete
sync with svn.
The updates that were incorporated did not affect my build.
Jack
> --
> You received this message because you are subscribed to the Google Groups "Seco" group.
> To post to this group, send email to scr...@googlegroups.com.
> To unsubscribe from this group, send email to scriba+un...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/scriba?hl=en.
>
>