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.
Tooooo ... oooo .... oooo late to answer but this works
http://www.coderanch.com/t/458555/vc/Export-Netbeans-Eclipse
i was looking for an answer my self and saw this question :)
Quoting:
Here is a little tutorial on "Importing projects from NetBeans to Eclipse".
Please try this:
PART I - NETBEANS
- Open NebBeans.
- Create a java project named "ToEclipse".
- Build this project.
Then, NetBeans has created several folders. The important folders to us are (in my computer):
c:\User\Almir\NetBeans\ToEclipse\distc:\User\Almir\NetBeans\ToEclipse\srcPART II - ECLIPSE
- Go to Eclipse.
- Create a java project in Eclipse named "ToEclipse".
Then, Eclipse has created several folders. The important folders to us are (in my computer):
c:\Users\Almir\Eclipse\ToEclipse\binc:\Users\Almir\Eclipse\ToEclipse\srcPART III - WINDOWS EXPLORER
- Go to Windows Explorer.
- Copy the FILE "ToEclipse.jar" at
c:\Users\Almir\Eclipse\ToEclipse\binfolder.- Past it in
c:\Users\Almir\Eclipse\ToEclipse\bin- Copy the FOLDER "toeclipse" at
c:\User\Almir\NetBeans\ToEclipse\srcfolder. Past it in b)c:\Users\Almir\Eclipse\ToEclipse\srcfolder.PART IV - ECLIPSE
- Go to Eclipse.
- Press
F5to refresh the view.- Verify that your project is there (under
ToEclipse/src/toeclipse).- Say "Oh! Yes! It works!".
- Run the project.
- Return to 3) how many times you want!
I hope that helps you!
Kind regards, Almir Campos São Paulo, Brazil.