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 1QlNs7-0002zs-TG for garchives@archives.gentoo.org; Mon, 25 Jul 2011 16:19:12 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5763C21C14E; Mon, 25 Jul 2011 16:19:00 +0000 (UTC) Received: from mail-gw0-f53.google.com (mail-gw0-f53.google.com [74.125.83.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 2408F21C14E for ; Mon, 25 Jul 2011 16:18:59 +0000 (UTC) Received: by gwj20 with SMTP id 20so3619543gwj.40 for ; Mon, 25 Jul 2011 09:18:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=ZzL0+pIWecv32QMpcDUcU8OaRIMnzQS1gCnvNT0m7/g=; b=XYHc8LiT81jD9Yp2rw2JqC5/BXYTDl9/W4r4M5tt2lc4ziB+/PphOoXCqX5GLQvb4n JHW45f4zY2IMVD6Qwm9pdnMdd5nmAHfnjZmUj8U0/pDIwzs3JQRMRl+llPub3j5f5Uy5 adnJz6BRa05KZBEs27Ee6Fp1BVPOyzQhWPu7I= Received: by 10.143.79.10 with SMTP id g10mr3045586wfl.287.1311610739067; Mon, 25 Jul 2011 09:18:59 -0700 (PDT) Received: from [192.168.1.107] ([124.90.163.17]) by mx.google.com with ESMTPS id p3sm11913wfh.8.2011.07.25.09.18.55 (version=SSLv3 cipher=OTHER); Mon, 25 Jul 2011 09:18:57 -0700 (PDT) Message-ID: <4E2D9769.3060900@gmail.com> Date: Tue, 26 Jul 2011 00:18:49 +0800 From: "Jiale Pan (Kyle Pan)" User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110706 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 #9 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: X-Archives-Hash: 2fcd8f682094f0807ef8f10dd7ede153 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. implmented function in java_config_2_api.py returning java doc and src with deps 2. extended query java doc and src to return quadruplet (adding jni libs) 3. modified the Wrappers.java to utilize returned quadruplet 4. bug fix: keep other classpaths when adding GenEclipse classpath containers 5.add auto detect Jython Lib path and Java-config's python site-package path 6. building update site ----------------next weeks plans---------------------------------- next week's plan is finishing update site and commit it to svn so testing can begin. -- Best regards, Jiale Pan(Kyle Pan)