Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 97166 invoked from network); 12 Sep 2007 10:12:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Sep 2007 10:12:45 -0000 Received: (qmail 80440 invoked by uid 500); 12 Sep 2007 10:12:36 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 80412 invoked by uid 500); 12 Sep 2007 10:12:36 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 80403 invoked by uid 99); 12 Sep 2007 10:12:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Sep 2007 03:12:36 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of alexey.a.petrenko@gmail.com designates 64.233.182.187 as permitted sender) Received: from [64.233.182.187] (HELO nf-out-0910.google.com) (64.233.182.187) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Sep 2007 10:12:34 +0000 Received: by nf-out-0910.google.com with SMTP id k4so140238nfd for ; Wed, 12 Sep 2007 03:12:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=YXuLFd4ileZqnnhkyRlAuQBFYFpZn6+NlWYdn3Zy1C0=; b=cfczcACGzfin3cb/h7zJxUaN6xo9RZJQ62J9Ah+nXnmXenL3Lc9hmhX+TmpJfVQsTuxu5p49C7oja+FxUdaY0DvY5K4zdhYx0zb+Cwr1icF5OBdub29PMHskTfdJ0RGdQwtc+MprhxyefpazsmU0hV8+J/dY2EvPHP347cV3lNo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=tTsNGAkCJTOr+zmz9GPHHb9ajrQEQkxsL9rz4a/xxm3WEhSV5i4qbWiD9ONRWFKbg1V2opo2bvWR/2VcDQSviFc0H/zVh2wCm1/yZMlGTJZIu91rfcPM2O4Sd0xTq5sP9OFUeLnygQ/xkoG0/L9aAluXk8irDsDfveqjRFWNZ44= Received: by 10.86.84.5 with SMTP id h5mr222912fgb.1189591932841; Wed, 12 Sep 2007 03:12:12 -0700 (PDT) Received: by 10.86.72.20 with HTTP; Wed, 12 Sep 2007 03:12:12 -0700 (PDT) Message-ID: Date: Wed, 12 Sep 2007 14:12:12 +0400 From: "Alexey Petrenko" To: dev@harmony.apache.org Subject: Re: [eclipse] Eclipse plug-in... In-Reply-To: <6e47b64f0709120233v21708334odbaf8f95a1636d62@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46E6FBD9.2090202@gmail.com> <46E7A42A.4010702@gmail.com> <6e47b64f0709120233v21708334odbaf8f95a1636d62@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org 2007/9/12, Stepan Mishura : > On 9/12/07, Alexey Petrenko wrote: > > Strange... > > I've executed Eclipse on Harmony and have checked the list of the jars > > in installed JRE... There are no jars from bin/default directory. > Just to clarify: did you mean no jars from jre/lib/boot? No. There are jars from jre/lib/boot. But no jars from jre/bin/default directory. Like kernel.jar and gc_gen.jar. SY, Alexey > > 2007/9/12, Tim Ellison : > > > Alexey Petrenko wrote: > > > > 2007/9/12, Tim Ellison : > > > >> Alexey Petrenko wrote: > > > >>> I've searched around Harmony site and I could not find any mention of > > > >>> Harmony plug-in for Eclipse. But it would be nice to see the link to > > > >>> it and usage description. > > > >> Yep, we also discussed having an Eclipse update site for downloading the > > > >> plug-in, but it was deferred as part of a bigger discussion of an > > > >> ASF-wide update site. I think that has stalled though. > > > >> > > > >>> We have "Apache Harmony Development Using Eclipse" page [1] but I > > > >>> think we also need "Eclipse development using Harmony" page. > > > >>> > > > >>> Thoughts? Objections? > > > >> Sure. > > > >> > > > >>> Regarding plug-in itself... As far as I remember Eclipse can not find > > > >>> Harmony kernel jars without modifying default/harmonyvm.properties > > > >>> file. > > > >>> Tim, could you please clarify the issue. Can we fix it ourselves our > > > >>> we need support from Eclipse? > > > >> No, it should find the kernel JARs ok without any tweaks -- do you see > > > >> it behaving differently? We can fix these things ourselves. > > > > As far as I remember I had to change the path to jars in > > > > harmonyvm.properties from %VM_DIR% to default on Windows. > > > > > > > > But I have not try for a while... Will check today... > > > > > > I just created a Java project in Eclipse, with the Harmony JRE to > > > compile against, and it has the kernel jars in there too, so I think we > > > are in good shape. > > > > > > Regards, > > > Tim > > > > > > > > -- > Stepan Mishura > Intel Enterprise Solutions Software Division >