|
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 |