Gentoo Archives: gentoo-soc

From: "Jiale Pan (Kyle Pan)" <kyle.j.pan@×××××.com>
To: gentoo-soc@l.g.o, Serkan Kaba <serkan@g.o>
Subject: [gentoo-soc] Gentoo/Java IDE integration Weekly report #5
Date: Mon, 20 Jun 2011 08:43:06
Message-Id: 4DFF0792.9060703@gmail.com
1 Hi all
2
3 ------------------project introduction--------------------------------
4 The project includes an improvement to current java-config and a new
5 eclipse-plugin. The plug-in, which when clicked, lists system installed
6 java libraries for users to select and import into projects. This avoids
7 user manually browses and locates system installed libraries, making
8 developing more efficient and comfortable. The existing tool
9 java-config, with some necessary improvements, is chosen as the data
10 retrieval backend of this project. Jython is used to integrate
11 java-config to the plug-in.This project will mainly benefit developers
12 using eclipse, and due to planned work on improvements to java-config,
13 it will benefit java-config project and even non-developer gentoo users
14 as well.
15
16 ----------------progress of this week --------------------------------
17
18 1. Added a "Gen Lib" entry to java project's "Add Library" page
19 2. implemented the "GenEclipse Lib" main UI page
20 3. populated package's names and descriptions retrieved from Jython part
21 of code
22 4. modified java_config_2_api.py to return pkg list in
23 list_available_packages() for calling in Jython
24 5. changed wrapper's api according to Serkan's suggestions
25
26 ------------Plans for next week -------------------------------------
27 the next week's plan is to try to add the filter and let the entry
28 checkable, and try to add the selected ones to the CLASSPATH of the project.
29
30
31 --
32 Best regards,
33 Jiale Pan(Kyle Pan)