On Thu, Jul 31, 2008 at 9:56 PM, Sonny Gill <[EMAIL PROTECTED]> wrote: > On Thu, Jul 31, 2008 at 8:50 PM, Peter Neubauer > <[EMAIL PROTECTED]> wrote: >> Mmh, >> saying anything negative about IDEA makes you entering thin ice with >> these guys ;) > > Ha ha..well I am one of the guys ;) +1
>> <[EMAIL PROTECTED]> wrote: >>> Hey all, >>> >>> I have a favor to ask. Can we remove all the IDEA .iml files from the >>> repository? When looking at the commit messages they make it hard to tell >>> what the actual changes are. > > Isn't all the information needed for modules already contained in the > maven configuration files? > If so, +1. > > If not, a reserved +1. Perhaps we can make a convention of committing > the modules files in a separate commit. There are other stuff that are not stored inside pom.xml. o Code convention o Idea usually uses the latest jdk installed. Hence, we might be coding against jdk1.6 API. o And project resource patterns. We have a long list: ?*.properties;?*.xml;?*.gif;?*.png;?*.jpeg;?*.jpg;?*.html;?*.dtd;?*.tld;org.qi4j.bootstrap.ApplicationFactory;*.sql;*.rb;*.bsh;*.js;*.groovy Which are non standards to idea settings. Whether these can be configured inside pom.xml, in order to be picked up by idea during import. I have no idea. Regards, Edward Yakop _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

