Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 85769 invoked from network); 25 Jul 2008 09:23:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Jul 2008 09:23:53 -0000 Received: (qmail 40273 invoked by uid 500); 25 Jul 2008 09:23:52 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 40233 invoked by uid 500); 25 Jul 2008 09:23:52 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 40222 invoked by uid 99); 25 Jul 2008 09:23:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jul 2008 02:23:51 -0700 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; Fri, 25 Jul 2008 09:23:06 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id BDD68234C184 for ; Fri, 25 Jul 2008 02:23:31 -0700 (PDT) Message-ID: <1734118024.1216977811776.JavaMail.jira@brutus> Date: Fri, 25 Jul 2008 02:23:31 -0700 (PDT) From: "Jeff MAURY (JIRA)" To: dev@directory.apache.org Subject: [jira] Created: (DIRSERVER-1208) Can't compile with Eclipse 3.4 and m2eclipse MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Can't compile with Eclipse 3.4 and m2eclipse -------------------------------------------- Key: DIRSERVER-1208 URL: https://issues.apache.org/jira/browse/DIRSERVER-1208 Project: Directory ApacheDS Issue Type: Improvement Components: mitosis Environment: Eclipse 3.4 + m2eclipse 0.9.5 Reporter: Jeff MAURY Priority: Minor Thanks to m2eclipse, I imported the trunk-with-dependencies pom and all projects are automatically generated. The Java projects created by m2eclipse use an Execution Environment as a JRE lib, and these environments have rules about the Java classes used (basically java and javax classes can only be used). The class org.apache.directory.mitosis.service.protocol.codec.AbstractMessageCodecTest uses a sun.misc.Queue class which lead to a compilation error thanks to the rules. A workaround is not to use ExecutionEnvironment but I think the current situation may lead to failed build on non Sun JVMs -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.