[Bug classpath/19613] java.util.prefs should work like the JDK

2008-02-09 Thread neugens at limasoftware dot net
--- Comment #9 from neugens at limasoftware dot net 2008-02-09 19:28 --- I ported the GConf backend to OpenJDK, and I'm integrating it IcedTea; this would make the two compatible as once completed it would share the GConf paths between Classpath, Gcj and OpenJDK. -- http://gcc.gnu.

[Bug classpath/19613] java.util.prefs should work like the JDK

2008-02-09 Thread neugens at limasoftware dot net
-- neugens at limasoftware dot net changed: What|Removed |Added CC||neugens at limasoftware dot |

[Bug classpath/19613] java.util.prefs should work like the JDK

2007-10-09 Thread tromey at gcc dot gnu dot org
--- Comment #8 from tromey at gcc dot gnu dot org 2007-10-09 18:43 --- We still don't interoperate properly. Now that OpenJDK exists someone could implement this, if we still care. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19613

[Bug classpath/19613] java.util.prefs should work like the JDK

2007-10-09 Thread gnu_andrew at member dot fsf dot org
--- Comment #7 from gnu_andrew at member dot fsf dot org 2007-10-09 18:40 --- Current Classpath has: FileBasedFactory.java GConfBasedFactory.java MemoryBasedFactory.java so 3 times the number of factories as when this bug was written. Can we close it or are we still not co

[Bug classpath/19613] java.util.prefs should work like the JDK

2006-03-01 Thread tromey at gcc dot gnu dot org
--- Comment #6 from tromey at gcc dot gnu dot org 2006-03-01 17:13 --- That format is used for exporting preferences to a file. It turns out they use a variant of that for writing the preferences to the preference store. However, how locking is handled is undocumented. So, interoperat

[Bug classpath/19613] java.util.prefs should work like the JDK

2006-02-15 Thread thebohemian at gmx dot net
--- Comment #5 from thebohemian at gmx dot net 2006-02-15 08:28 --- As for the format Sun mentions this DTD in their API doc: http://java.sun.com/dtd/preferences.dtd -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19613

[Bug classpath/19613] java.util.prefs should work like the JDK

2006-02-14 Thread tromey at gcc dot gnu dot org
--- Comment #4 from tromey at gcc dot gnu dot org 2006-02-14 22:29 --- I couldn't find any documentation for this format, so interoperation is not easily possible. Also this page (see bottom) indicates that we ought to try loading the prefs provider via the service factory code: http:/

[Bug classpath/19613] java.util.prefs should work like the JDK

2005-07-26 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-26 23:11 --- Moving to classpath/classpath. -- What|Removed |Added CC|