diff options
author | Matthew Johnson <mjj29@hecate.trinhall.cam.ac.uk> | 2006-12-27 00:45:46 +0000 |
---|---|---|
committer | Matthew Johnson <mjj29@hecate.trinhall.cam.ac.uk> | 2006-12-27 00:45:46 +0000 |
commit | 3bd54390eb5c6680b216bf23ecbcb1e997104b3e (patch) | |
tree | 9fd12f61f96d2d5492b6e2c65a8e88f76cf76057 /TODO | |
parent | f7d75e22cd1bfa2c7abc18c2ad92dd2310742773 (diff) |
more todo items
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,3 @@ - * support Enums as UInt32s * document debugging * document API changes * document build and dependencies @@ -6,6 +5,9 @@ * autolaunch * dbus-sha-1 auth * test tcp + * write a bus daemon + * peer2peer + * test on windbus * 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 @@ -13,6 +15,7 @@ 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 |