| Author |
Intellij Idea to Eclipse
|
Himanshu Rawat
Ranch Hand
Joined: Nov 27, 2005
Posts: 141
|
|
Hi guys, I have some project files(*.ipr) which are generated after i modulebuild that particular module. These files are specific to IntelliJ Idea only. Now can someone please guide me how to use them in eclipse IDE. Any plugin available? Waiting for replies!!!
|
rawat
SCJP 1.4
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14571
|
|
I don't know of any tools to make an ipr into an eclipse project, though since both are XML files, an XSLT file could probably manage it - I did do one that build basic project info from an Ant build.xml Fortunately, other than the project files themselves, pretty much any project that was developed under IntelliJ can be made to develop under Eclipse, with no change (and vice versa). Just take the project source directory, do an Eclipse "New Java Project" operation and point it to your project sourcfe directory. Eclipse will make a pretty intelligent guess as to your source directories, so all that's left is to tell it where the output class directories are and to tag the libraries.
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
 |
|
|
subject: Intellij Idea to Eclipse
|
|
|