且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

从NetBeans迁移到Eclipse

更新时间:2022-10-14 23:00:43

我最近从Netbeans迁移到Eclipse,发现它非常容易。原因很简单,我们所有的项目都是IDE独立的标准ant和ivy构建脚本,大多数现代IDE可以理解。这样,我们都可以使用我们喜欢的IDE(yes - emacs和vi),而且它们不是迁移问题。



我指出的原因那就是说,如果还没有这样,我建议你采取同样的道路迁移。只需创建一些标准的ant(和ivy)构建脚本。 Eclipse知道如何使用这些内容,并且不会有未来的迁移问题。


My company wants to migrate to Eclipse, I was wondering what options besides an Ant build are there to move our projects from Netbeans to Eclipse.

I have recently 'migrated' from Netbeans to Eclipse and found it amazingly easy. The reason it was easy though is that all of our projects are IDE independent standard ant and ivy build scripts that most modern IDE's can understand. This way, we all get to use the IDE we like (yes - emacs and vi too) and their are no 'migration' issues.

The reason that I am pointing that out is that, if it is not already that way, I would recommend that you take that same path on your migration. Just create some standard ant (and ivy) build scripts. Eclipse knows how to slurp those in and there will be no future migration issues.