blob: a11561f00ab52c29ad3dac1592fa38dd61ba68b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
* document windows installation
* check recv thread is exiting properly, maybe call in.close()?
* add header checks to daemon
* write DBusDaemon man page && --help text
* add TERM/etc handler to DBusDaemon
* autolaunch
* autodetection of float support
* allow 'virtual' object handlers, so that all object paths under a certain hierarchy are handled by the same object
* fix dbus-viewer to recurse on paths
* extend dbus-viewer to make calls
* check that this is true:
objects should not return ObjectUnknown if the path has an existant
child node, but should if not (for introspection) It should return
UnknownInterface or Method
* support Enums as UInt32s
* make it work with free VM/Compilers:
make CFLAGS="`pkg-config --cflags dbus-1` -I/opt/java-generics/include" CLASSPATH=/opt/java-generics/share/classpath/glibj.zip:. LD_LIBRARY_PATH=/opt/java-generics/lib/classpath/ JAVAC="ecj -1.5" JAVA_HOME=/opt/java-generics/ JCFLAGS="-cp classes -bootclasspath /opt/java-generics/share/classpath/glibj.zip" JAVA=jamvm check
after installing eclipse eclipse-ecj jamvm and compiling classpath-generics with prefix=/opt/java-generics
Current failure with 0.92:java.lang.IncompatibleClassChangeError: unimplemented interface on AnnotatedElement.getAnnotations().
http://builder.classpath.org/japi/jdk15-generics.html suggests that this is fixed in HEAD
|