Hi Chris, On Sun, 2005-09-04 at 15:46 +0100, Chris Burdess wrote: > I think it would be better to put it (javax.xml.stream and > gnu.xml.stream) in standard.omit in the release because it has not been > tested yet, I've only had time to do a few basic unit tests. This > situation will be remedied during next week.
Done as follows:
2005-09-05 Mark Wielaard <[EMAIL PROTECTED]>
* lib/standard.omit: Add gnu/xml/stream and javax/xml/stream.
* NEWS: Describe Untested/Disabled new features.
I intend to re-enable it after the release.
Cheers,
Mark
Index: NEWS =================================================================== RCS file: /cvsroot/classpath/classpath/NEWS,v retrieving revision 1.95 diff -u -r1.95 NEWS --- NEWS 4 Sep 2005 12:34:51 -0000 1.95 +++ NEWS 5 Sep 2005 10:02:56 -0000 @@ -51,6 +51,23 @@ * Moved native methods from java.lang.reflect.Proxy to VMProxy. * Added hook to VMClassLoader to allow VM to do class caching. +New Untested/Disabled Features: + +The following new features are included, but not ready for production +yet. They are explicitly disabled and not supported. But if you want +to help with the development of these new features we are interested +in feedback. You will have to explicitly enable them to try them out +(and they will most likely contain bugs). If you are interested in any +of these then please join the mailing-list and follow development in +CVS. + +* QT4 AWT peers, enable by giving configure --enable-qt-peer. +* JDWP framework, enable by deleting the jdwp references from + lib/standard.omit and vm/reference/standard.omit. No default + implementation is provided. Work is being done on gcj/gij integration. +* StAX java.xml.stream, enable by deleting the gnu.xml.stream and + java.xml.stream references in lib/standard.omit. + New in release 0.17 (Jul 15, 2005) * gnu.xml fix for nodes created outside a namespace context. Index: lib/standard.omit =================================================================== RCS file: /cvsroot/classpath/classpath/lib/standard.omit,v retrieving revision 1.42 diff -u -r1.42 standard.omit --- lib/standard.omit 24 Jul 2005 15:11:16 -0000 1.42 +++ lib/standard.omit 5 Sep 2005 10:02:56 -0000 @@ -1,2 +1,4 @@ ../gnu/test/.*$ ../gnu/classpath/jdwp/.*$ +../gnu/xml/stream/.*$ +../javax/xml/stream/.*$
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Classpath-patches mailing list [email protected] http://lists.gnu.org/mailman/listinfo/classpath-patches
