I also had to increase the max heap memory that IDEA uses to make it fast with such a large codebase. By default it's 128MB, so I increased it to 640MB. On MacOSX this can be done by editing the /Applications/IntelliJ\ IDEA.app/Contents/Info.plist file. Other platforms will probably have something similar in the IDEA directory.
On 1/11/08, Geert Bevin <[EMAIL PROTECTED]> wrote: > Ok, committed them. > > After updating from trunk, open the code/base/idea/base.ipr in IDEA. > You'll have to setup the JDKs to be named J2SE-1.4 and J2SE-1.5. After > that, you should be able to develop and compile in IDEA. > > On 1/11/08, Steven Harris <[EMAIL PROTECTED]> wrote: > > I don't see why not as long as they can coexist nicely. > > > > On Jan 11, 2008, at 5:48 AM, Geert Bevin wrote: > > > > > Hi, > > > > > > I finally got more than fed up with Eclipse (sorry Eugene, nothing > > > personal) and decided to see how easy it was with IDEA 7 to migrate to > > > an IDEA setup. Seems it's very easy because you can create a new IDEA > > > project from an existing Eclipse workspace. After that I did still > > > need to tweak language levels and code formatting, but I have this > > > working now for IDEA 7. Since Jonas got us all at Terracotta a free > > > license, I was wondering if you think that I should commit the project > > > files. They all live in a dedicated directory that I've placed at > > > /code/base/idea > > > > > > What do you think? > > > > > > Geert > > > > > > -- > > > Geert Bevin > > > Terracotta - http://www.terracotta.org > > > Uwyn "Use what you need" - http://uwyn.com > > > RIFE Java application framework - http://rifers.org > > > Music and words - http://gbevin.com > > > _______________________________________________ > > > tc-dev mailing list > > > [email protected] > > > http://lists.terracotta.org/mailman/listinfo/tc-dev > > > > _______________________________________________ > > tc-dev mailing list > > [email protected] > > http://lists.terracotta.org/mailman/listinfo/tc-dev > > > > > -- > Geert Bevin > Terracotta - http://www.terracotta.org > Uwyn "Use what you need" - http://uwyn.com > RIFE Java application framework - http://rifers.org > Music and words - http://gbevin.com > -- Geert Bevin Terracotta - http://www.terracotta.org Uwyn "Use what you need" - http://uwyn.com RIFE Java application framework - http://rifers.org Music and words - http://gbevin.com _______________________________________________ tc-dev mailing list [email protected] http://lists.terracotta.org/mailman/listinfo/tc-dev
