Thanks, will try these out. I added the Spring IDEA facet to the spring based projects in repo. I never used the IDEA spring support though, so I don't know what it offers :-)
On 1/11/08, Jim Bethancourt <[EMAIL PROTECTED]> wrote: > Try the memory settings to be > -XX:+UseParallelGC > -XX:MaxPermSize=256m > -ea > > I've been thinking about how a TC plugin could be written for IntelliJ -- it > would be pretty easy to have Spring support since IntelliJ 7 has it baked > in. > > Cheers, > Jim > > > On Jan 11, 2008 10:16 AM, Orion Letizi <[EMAIL PROTECTED]> wrote: > > Geert, that's really cool. Can't wait to try it out. > > > > --Orion > > > > > > > > > > On Jan 11, 2008, at 7:10 AM, Geert Bevin 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 > > > _______________________________________________ > > > 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 > > > > > _______________________________________________ > 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 _______________________________________________ tc-dev mailing list [email protected] http://lists.terracotta.org/mailman/listinfo/tc-dev
