This snip contains the current status of the migration to Eclipse 3.0 and is only of interest for you if you're working with a checked-out version.
When the migration is complete, you will
have to use a 3.0 release candidate to compile the project. Anyway, we haven't reached that point.
The last toolkit release for Eclipse 2.1 was
0.5.3. Version
0.6 will be the first release for Eclipse 3.0.
9.6.2004 org.micropsi.core was easy to migrate as it doesn't depend on Eclipse. I removed the hard dependency on Xerces so everything will work with Lucene (Apache's new, smaller, faster XML parser that ships with Eclipse 3.0).
Most of the plugin projects compile (all but mindconsole do) but have a lot of deprecation warnings. All changes to the plugin projects will be checked in in one portion.
15.6.2004 The Eclipse plugins have been ported and checked in. The 3dviewer doesn't work for some reason, but everything else seems to be fine. There might be some work left, but everything that caused deprecation warnings or required the "compatibility layer" has been migrated. It's now much easier to complile the plugins than it was with Eclipse 2.x.
For instructions on how to get the project to compile with Eclipse, see
checkout & compile.