|
From: Seth L. <set...@gm...> - 2005-03-29 19:02:42
|
Hello, Would it make sense to checkin the IntelliJ project files with the spring source? I know we keep and maintain the eclipse project files, which are very helpful. I've only begun to look at IntelliJ, so not sure if their project files are as portable as eclipse's are. If they are, it would be helpful to check them in. Mahalo, Seth -- <a href="http://www.picklematrix.net/foaf.rdf">Seth Ladd's FOAF</a> <a href="http://www.foaf-project.org/">What is FOAF?</a> |
|
From: Dmitriy K. <dko...@ru...> - 2005-03-29 19:09:33
|
Aloha Seth, how do you like IDEA so far? Dmitriy. Seth Ladd wrote: >Hello, > >Would it make sense to checkin the IntelliJ project files with the >spring source? I know we keep and maintain the eclipse project files, >which are very helpful. I've only begun to look at IntelliJ, so not >sure if their project files are as portable as eclipse's are. If they >are, it would be helpful to check them in. > >Mahalo, >Seth > > > |
|
From: Patrick B. <pbu...@gm...> - 2005-03-29 20:27:25
|
Dmitriy, I know you asked Seth specifically, but I can not say enough good things about IDEA. If you are doing EJB or Web stuff, there's nothing better that I've been able to find. I keep trying Eclipse every so often, but it just feels "clunky" compared to IDEA. IDEA just gets out of my way when I need it to, but makes things I want to use in easy reach. I would highly recommend learning a lot of the shortcuts. They even have a dialog you can bring up that shows all of the productivity shortcuts, what they do, how many times you've used them, and the average time between uses. It's kinda neat. Setting up a project got a little more complicated with the 4.x series since they introduced modules, but once you get the hang of it, it's quite easy. Ok, I've done enough of a "Rah, Rah, IDEA is Great!". Give it a try, it's worth every penny. Patrick On Tue, 29 Mar 2005 14:09:24 -0500, Dmitriy Kopylenko <dko...@ru...> wrote: > Aloha Seth, > > how do you like IDEA so far? > > Dmitriy. > > Seth Ladd wrote: > > >Hello, > > > >Would it make sense to checkin the IntelliJ project files with the > >spring source? I know we keep and maintain the eclipse project files, > >which are very helpful. I've only begun to look at IntelliJ, so not > >sure if their project files are as portable as eclipse's are. If they > >are, it would be helpful to check them in. > > > >Mahalo, > >Seth > > > > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > |
|
From: Patrick B. <pbu...@gm...> - 2005-03-29 20:29:21
|
On Tue, 29 Mar 2005 09:02:37 -1000, Seth Ladd <set...@gm...> wrote: > Hello, > > Would it make sense to checkin the IntelliJ project files with the > spring source? I know we keep and maintain the eclipse project files, > which are very helpful. I've only begun to look at IntelliJ, so not > sure if their project files are as portable as eclipse's are. If they > are, it would be helpful to check them in. > Seth, That would be helpful, as I hate building them myself. The only thing to worry about that the .iml and .iws files change all the time. (iws is all your current open files and which tool windows you had open). So maybe putting them in a "misc" type directory so people could then copy them over to the root. That way they don't get checked in accidently. Patrick |
|
From: Matt R. <li...@ra...> - 2005-03-29 20:44:06
|
On Mar 29, 2005, at 1:29 PM, Patrick Burleson wrote: > On Tue, 29 Mar 2005 09:02:37 -1000, Seth Ladd <set...@gm...> > wrote: >> Hello, >> >> Would it make sense to checkin the IntelliJ project files with the >> spring source? I know we keep and maintain the eclipse project files, >> which are very helpful. I've only begun to look at IntelliJ, so not >> sure if their project files are as portable as eclipse's are. If they >> are, it would be helpful to check them in. >> > Seth, > > That would be helpful, as I hate building them myself. The only thing > to worry about that the .iml and .iws files change all the time. (iws > is all your current open files and which tool windows you had open). > So maybe putting them in a "misc" type directory so people could then > copy them over to the root. That way they don't get checked in > accidently. I've found it best to just checkin .iml (classpath) and .ipr (project information) and leave .iws out of CVS. Matt |
|
From: Alef A. <al...@jt...> - 2005-03-29 20:43:05
|
I think with 4.5 they are portable, I'm not sure if they were in previous versions. I think it's a good idea to add them. Juergen, what do you think? How have you setup things anyway, using different modules for the samples and stuff (that's why I do at least). On Mar 29, 2005, at 9:15 PM, Dmitriy Kopylenko wrote: > Dmitriy. |
|
From: Dmitriy K. <dko...@ru...> - 2005-03-29 20:49:43
|
Patrick, thanks for the info. I'm a "hardcore" Eclipse user and I guess I need to pass the "re-learning curve" to start using IDEA effectively :-) Dmitriy. Patrick Burleson wrote: >Dmitriy, > >I know you asked Seth specifically, but I can not say enough good >things about IDEA. If you are doing EJB or Web stuff, there's nothing >better that I've been able to find. I keep trying Eclipse every so >often, but it just feels "clunky" compared to IDEA. > >IDEA just gets out of my way when I need it to, but makes things I >want to use in easy reach. I would highly recommend learning a lot of >the shortcuts. They even have a dialog you can bring up that shows all >of the productivity shortcuts, what they do, how many times you've >used them, and the average time between uses. It's kinda neat. > >Setting up a project got a little more complicated with the 4.x series >since they introduced modules, but once you get the hang of it, it's >quite easy. > >Ok, I've done enough of a "Rah, Rah, IDEA is Great!". Give it a try, >it's worth every penny. > >Patrick > > >On Tue, 29 Mar 2005 14:09:24 -0500, Dmitriy Kopylenko ><dko...@ru...> wrote: > > >>Aloha Seth, >> >>how do you like IDEA so far? >> >>Dmitriy. >> >>Seth Ladd wrote: >> >> >> >>>Hello, >>> >>>Would it make sense to checkin the IntelliJ project files with the >>>spring source? I know we keep and maintain the eclipse project files, >>>which are very helpful. I've only begun to look at IntelliJ, so not >>>sure if their project files are as portable as eclipse's are. If they >>>are, it would be helpful to check them in. >>> >>>Mahalo, >>>Seth >>> >>> >>> >>> >>> >>------------------------------------------------------- >>SF email is sponsored by - The IT Product Guide >>Read honest & candid reviews on hundreds of IT Products from real users. >>Discover which products truly live up to the hype. Start reading now. >>http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >>_______________________________________________ >>Springframework-developer mailing list >>Spr...@li... >>https://lists.sourceforge.net/lists/listinfo/springframework-developer >> >> >> > > >------------------------------------------------------- >SF email is sponsored by - The IT Product Guide >Read honest & candid reviews on hundreds of IT Products from real users. >Discover which products truly live up to the hype. Start reading now. >http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >_______________________________________________ >Springframework-developer mailing list >Spr...@li... >https://lists.sourceforge.net/lists/listinfo/springframework-developer > > |