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 #9
Date: Mon, 25 Jul 2011 16:19:12
Message-Id: 4E2D9769.3060900@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
17
18 ----------------progress of this week --------------------------------
19 1. implmented function in java_config_2_api.py returning java doc and
20 src with deps
21 2. extended query java doc and src to return quadruplet (adding jni libs)
22 3. modified the Wrappers.java to utilize returned quadruplet
23 4. bug fix: keep other classpaths when adding GenEclipse classpath
24 containers
25 5.add auto detect Jython Lib path and Java-config's python site-package path
26 6. building update site
27
28 ----------------next weeks plans----------------------------------
29 next week's plan is finishing update site and commit it to svn so
30 testing can begin.
31 --
32 Best regards,
33 Jiale Pan(Kyle Pan)