Migrating From NetBeans to Eclipse

后端 未结 6 1739
甜味超标
甜味超标 2020-12-15 17:05

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.

6条回答
  •  庸人自扰
    2020-12-15 17:51

    At my company people pretty much use either eclipse or Netbeans. I myself use both of them for various tasks. We write our own ant scripts to build and package our source so it does not matter what IDE a person uses. I would suggest that you create your own ant script to build your source, that way you won't have to depend on an IDE specific build script.

提交回复
热议问题