vote up 1 vote down star

A customer of mine is using IDEA 6 for their project and I'd like to use IDEA 8. I know that IDEA 8 gives the option of upgrading the project or keeping it in the v6 format. If I use IDEA 8 but keep it in v6 format, will this give any grief to the the IDEA 6 users?

flag

4 Answers

vote up 2 vote down check

IDEA has always upgraded my project files without problems, but I don't think that it is backwards compatible. If you want to maintain backwards compatibility, store only the IDEA 6 projects files in version control, and keep the IDEA 8 projects files only locally.

Another possibility would be to not store the IDEA project files in version control at all. Use Maven or something else to manage the project dependencies. Since IDEA 7 it has been possible to import a Maven project to IDEA. (And I recommend upgrading from 6 to at least 7 just for the performance improvements that it gives, let alone other new features.)

link|flag
As Esko says, get Ant or Maven to build the code – Egwor Feb 11 at 21:43
vote up 2 vote down

Unless the project files change a lot, you might want to just make a copy of the v6 project files and let Idea upgrade them to v8. This would avoid any kind of change (intentional or otherwise) that would cause problems in Idea 6.

link|flag
vote up 1 vote down

My recent experience of upgrading to IJ8 from 6 while keeping version 6 files has been so much of a mess (bad management of file encodings, skewed ant files, various freezes), I have renamed IntelliJ 8 "StoopidJ".

My advice would be, if you can keep version 6, keep it.

link|flag
IntelliJ changed substantially between versions 6 and 7. I don't find 8 to be bad; the mistake is hanging onto version 6 too long, in my opinion. – duffymo Feb 11 at 15:06
7 is driving me mad... it freezes, hangs all the time. This is on medium sized projects (10K classes) on Windows on me and my colleagues' pc's. – Egwor Feb 11 at 19:27
Version 7 is much faster than 6, and Maven integration is a must for me. The differences between 7 and 8 were not that dramatic, just some small improvements and new features. In overall I'm satisfied with 8.1. – Esko Luontola Feb 11 at 21:20
vote up 1 vote down

I would suggest you not share project files between users. If you take a copy of their project files, just keep this as a local copy.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.