Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 61117 invoked from network); 1 Dec 2005 03:23:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Dec 2005 03:23:37 -0000 Received: (qmail 2572 invoked by uid 500); 1 Dec 2005 03:23:33 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 2518 invoked by uid 500); 1 Dec 2005 03:23:33 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 2502 invoked by uid 99); 1 Dec 2005 03:23:33 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Nov 2005 19:23:33 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of brett.porter@gmail.com designates 66.249.82.201 as permitted sender) Received: from [66.249.82.201] (HELO xproxy.gmail.com) (66.249.82.201) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Nov 2005 19:25:02 -0800 Received: by xproxy.gmail.com with SMTP id t12so48153wxc for ; Wed, 30 Nov 2005 19:23:11 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=RXGCjxQ6DW7i2Swdu0bkTX1rUixe1bEkxRzLoEyVoKZkOtD3nH7XJSXPfqMW2eWC6PbJUGULq4ED+PUrNPUyssUh80x1xtcLyRulgNX0c0O0Ql9IodlQeKMDqTcUUfBvPpcM6OBVAbcN+DyR1xrM0X/3AMCWEuKPPOYKBGcd+nw= Received: by 10.70.48.19 with SMTP id v19mr314143wxv; Wed, 30 Nov 2005 19:23:11 -0800 (PST) Received: by 10.70.39.5 with HTTP; Wed, 30 Nov 2005 19:23:11 -0800 (PST) Message-ID: <9e3862d80511301923w343a1c24t325401d68328e1b0@mail.gmail.com> Date: Thu, 1 Dec 2005 14:23:11 +1100 From: Brett Porter To: dev@geronimo.apache.org Subject: Re: IntelliJ JDK path In-Reply-To: <200512010316.jB13Fw6i029581@sun.savoirtech.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <335b7d740511301836i73a24f6cn56ae0a5b92ee1ac3@mail.gmail.com> <200512010316.jB13Fw6i029581@sun.savoirtech.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I assume you are referring to David Jencks' version? All his changes and more are in the latest release: maven plugin:download -Dversion=3D1.6 -DartifactId=3Dmaven-idea-plugin -DgroupId=3Dmaven Cheers, Brett On 12/1/05, Jeff Genender wrote: > Yeah...the IntelliJ plugin for maven is bad. You need an updated version= . > I can email you one if you like. > > Jeff > > > > -----Original Message----- > > From: Ken Perl [mailto:kenperl@gmail.com] > > Sent: Wednesday, November 30, 2005 7:37 PM > > To: dev@geronimo.apache.org > > Subject: IntelliJ JDK path > > > > Hi, > > I build a IntelliJ project by using maven -o m:intellij and > > can open the project in the IDE, the problem is I can't set > > the classpath or use system's JDK for a module, while this > > could be done in a new project, so I guess this is not > > IntelliJ 's issue. > > The result is many java symbols can't be resolved in the IDE. > > Any thoughts? > > > > > > -- > > perl -e 'print unpack(u,"62V5N\"FME;G\!E > ")' > > > > >