From dev-return-9595-apmail-openjpa-dev-archive=openjpa.apache.org@openjpa.apache.org Tue Nov 25 16:00:37 2008 Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 10889 invoked from network); 25 Nov 2008 16:00:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Nov 2008 16:00:36 -0000 Received: (qmail 2358 invoked by uid 500); 25 Nov 2008 16:00:46 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 2243 invoked by uid 500); 25 Nov 2008 16:00:45 -0000 Mailing-List: contact dev-help@openjpa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openjpa.apache.org Delivered-To: mailing list dev@openjpa.apache.org Received: (qmail 2232 invoked by uid 99); 25 Nov 2008 16:00:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Nov 2008 08:00:45 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Nov 2008 15:59:28 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8ADD5234C29A for ; Tue, 25 Nov 2008 07:59:44 -0800 (PST) Message-ID: <491396923.1227628784567.JavaMail.jira@brutus> Date: Tue, 25 Nov 2008 07:59:44 -0800 (PST) From: "Michael Dick (JIRA)" To: dev@openjpa.apache.org Subject: [jira] Commented: (OPENJPA-779) patch for eclipse .project and .classpath files... In-Reply-To: <968904932.1227236684202.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/OPENJPA-779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12650601#action_12650601 ] Michael Dick commented on OPENJPA-779: -------------------------------------- As developers can't we all just agree to use vi instead of emacs :-) ? I don't particularly mind how the other contributors organize their IDE, or which IDE they use so long as the code builds with maven (and it works correctly). I also don't want to worry about my IDE updating it's config file to an openjpa project (ie pydev) because I added some artifact that I haven't contributed. It's one more thing I have to revert or redo before I commit. Is "svn up; import" that much better than "svn up; mvn eclipse:eclipse;import" ? WRT the maven plugin for eclipse David's right. I don't use it at the moment because it triggers full maven builds a bit too often for me (probably configurable). It also adds a custom builder to the .project file which can be a problem if .project is in version control. We can certainly propose a vote on the dev mailing list though. If I'm in the clear minority then we can commit the IDE specific files. > patch for eclipse .project and .classpath files... > -------------------------------------------------- > > Key: OPENJPA-779 > URL: https://issues.apache.org/jira/browse/OPENJPA-779 > Project: OpenJPA > Issue Type: Improvement > Components: build / infrastructure > Affects Versions: 1.2.0 > Reporter: Fernando > Attachments: .classpath, eclipse.diff, openjpa-formatter.xml > > > these are the .project and .classpath files generated by running mvn eclipse:eclipse, so that people can develop with eclipse without any further work. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.