Eclipse ECF从0.9.3开始不兼容以前的版本

阅读更多

今天看了一下老脸的博客上的一篇文章,用Eclipse RCP & ECF 实现 Google Talk客户端 ,下载了他的源码,发现根本编译不过,跑到Eclipse ECF网站上去看,发现有下面几句话:

IMPORTANT: The 0.9.3, and newer, releases are a compatibility-breaking release, meaning that:

  • If you are using a previous version of ECF (<= 0.9.2), it is necessary to uninstall this version before installing 0.9.6. To uninstall the previous version

呜呼! 再查看一下API,发现很多类都找不到了。

再找下去,竟然发现整个网站连个ECF的User's Getting Started都没有,不过也难怪,现在1.0版本的还没有出来,像这次改动这么大,User's Getting Started都不知道要改成什么样子了。

可是我这个项目不能等啊,而且我在他们的网站上都没有找到1.0版本的正式发布时间,看样子只能下载他们的源代码来研究了。

你可能感兴趣的:(Eclipse,Google)