From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QYa4Y-0002mx-JW for garchives@archives.gentoo.org; Mon, 20 Jun 2011 08:43:06 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19C561C022; Mon, 20 Jun 2011 08:42:46 +0000 (UTC) Received: from mail-iy0-f181.google.com (mail-iy0-f181.google.com [209.85.210.181]) by pigeon.gentoo.org (Postfix) with ESMTP id E1E091C022 for ; Mon, 20 Jun 2011 08:42:45 +0000 (UTC) Received: by iyf40 with SMTP id 40so4039766iyf.40 for ; Mon, 20 Jun 2011 01:42:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:content-type:content-transfer-encoding; bh=pNaVwe+85Q/sVZ6PrSFHSC6GjviZIJSE3kolZCIMJNY=; b=xdw5q6jgzOAkiJx1c5ZuyEAFFhxbjdbArq60zbiFAajr04L7uTND/UE9VmkpJ/DgVH 9S8MqaYowY4ZWfKE0Ry3NQnL3uUPmbKuK9+rdYGqWXTF/PlwNlihtcZEV7xNAIXoZssy oA7ujAZGFFJ44VHz2QN6YU4w+w6qLr6tKSqE8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=SsgG/efQpudrhaI/6lpCl7ss7I54W1K+1BTzzPYpnInkA28Hxn7cCskc8UMIl4GMai kQgjKAV2fuy4c5ynJCTYplzsumayzCzLgNEv9Q+K2ADe8cfamGF9IEnk4YocEYw+Bria IfRKEy6tEeMYp/EnMOF4TH/kNfs0V5aQsehPM= Received: by 10.231.120.92 with SMTP id c28mr650066ibr.46.1308559365442; Mon, 20 Jun 2011 01:42:45 -0700 (PDT) Received: from [192.168.1.106] ([115.154.41.157]) by mx.google.com with ESMTPS id in11sm3058872ibb.56.2011.06.20.01.42.42 (version=SSLv3 cipher=OTHER); Mon, 20 Jun 2011 01:42:44 -0700 (PDT) Message-ID: <4DFF0792.9060703@gmail.com> Date: Mon, 20 Jun 2011 16:40:50 +0800 From: "Jiale Pan (Kyle Pan)" User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110521 Lightning/1.0b3pre Thunderbird/3.1.10 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-soc@lists.gentoo.org Reply-to: gentoo-soc@lists.gentoo.org MIME-Version: 1.0 To: gentoo-soc@lists.gentoo.org, Serkan Kaba Subject: [gentoo-soc] Gentoo/Java IDE integration Weekly report #5 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: X-Archives-Hash: a83e0d6daaa8bed4da4eda84522d4519 Hi all ------------------project introduction-------------------------------- The project includes an improvement to current java-config and a new eclipse-plugin. The plug-in, which when clicked, lists system installed java libraries for users to select and import into projects. This avoids user manually browses and locates system installed libraries, making developing more efficient and comfortable. The existing tool java-config, with some necessary improvements, is chosen as the data retrieval backend of this project. Jython is used to integrate java-config to the plug-in.This project will mainly benefit developers using eclipse, and due to planned work on improvements to java-config, it will benefit java-config project and even non-developer gentoo users as well. ----------------progress of this week -------------------------------- 1. Added a "Gen Lib" entry to java project's "Add Library" page 2. implemented the "GenEclipse Lib" main UI page 3. populated package's names and descriptions retrieved from Jython part of code 4. modified java_config_2_api.py to return pkg list in list_available_packages() for calling in Jython 5. changed wrapper's api according to Serkan's suggestions ------------Plans for next week ------------------------------------- the next week's plan is to try to add the filter and let the entry checkable, and try to add the selected ones to the CLASSPATH of the project. -- Best regards, Jiale Pan(Kyle Pan)