diff options
Diffstat (limited to 'BUGS')
-rw-r--r-- | BUGS | 16 |
1 files changed, 7 insertions, 9 deletions
@@ -2,7 +2,7 @@ TODO List: * ivyprobe is a bit touchy about being fed somethin on standard input - try echo "coucou" | ivyprobe ... + try echo "coucou" | ivyprobe ... -> use IvyDaemon instead * document the extension to the API * document the IVY_PING feature * mêmes commandes que sous perl et C. @@ -11,19 +11,18 @@ TODO List: ------------------------------------------------------------------------------------- Known bugs: - * tests: java -DIVY_PING -DIVY_PING -classpath ../lib/ivy-java.jar:. BenchLocal -b 228.1.2.3:4567 - has failed once. Never reproduces - - - ------------------------------------------------------------------------------------- Fixed: 1.2.2 - java fr.dgac.ivy.Probe - ivyprobe, quitte ivyprobe - il reste une thread IvyClient qui boucle en lecture. Bug reported by Damien - Figarol + il restait une thread IvyClient qui boucle en lecture. Bug reported by Damien + Figarol + - JDK1.1.7A (Sun) Method add(java.lang.Object) not found in class + java.util.Vector. -> replaced by addElement , the add(Object) was included + in jdk1.2. The System.setProperty was included in jdk1.2. I switched back + to the old constructs 1.2.1 - bus.start(null) @@ -83,4 +82,3 @@ Not a bug ? UDP broadcast domain . I guess it's a routing problem once again :-\ - GNU/linux: ok with jdk1.3 and jdk1.4 - windows: I don't know how to write tests - |