-
iso relax does not compile using sun jdk 1.5 because
two new abstract methods were added to
javax.xml.parsers.DocumentBuilderFactory. Unfortunately
the implementation of those methods (relaying to the
wrapped implementation) needs those methods to be part
of the class, so this patch only works when compiling
using J2SE 5.0 API.
2005-09-12 21:18:41 UTC by gagern
-
kkawa committed patchset 27 of module src to the ISO RELAX CVS repository, changing 3 files.
2005-03-31 18:01:40 UTC by kkawa
-
Logged In: YES
user_id=179238
Thank you for the feature request and the patch.
I don't think the ISO RELAX API should hard code against a
particular implementation (you see, being a maintainer of the
both projects, it's rude for me to do that!)
I think what I should do is to implement a similar ant task
in MSV. There I can make the schemaLanguage optional.
2004-11-11 13:42:56 UTC by kkawa
-
I just posted a new release of the ISO RELAX jar.
The only change from the previous release was
the removal of now obsoleted Swift verifier code.
2004-11-11 13:39:49 UTC by kkawa
-
kkawa committed patchset 26 of module src to the ISO RELAX CVS repository, changing 5 files.
2004-11-11 13:32:17 UTC by kkawa
-
kkawa committed patchset 2 of module lib to the ISO RELAX CVS repository, changing 2 files.
2004-11-11 13:32:16 UTC by kkawa
-
The current version requires schemaLanguage to be
specified. It is possible to assume that MSV is used
and the schema language can be determined at run time.
I tried to make such a modification. If schemaLanguage
is given, it works as in your version. If
schemaLanguage is not given, the program tries to
instantiate com.sun.msv.verifier.jarv.TheFactoryImpl.
If it fails, it displays that...
2004-07-14 14:24:20 UTC by icebearsoft
-
kkawa committed patchset 15 of module www to the ISO RELAX CVS repository, changing 1 files.
2003-09-06 22:05:05 UTC by kkawa
-
kkawa committed patchset 1 of module lib to the ISO RELAX CVS repository, changing 1 files.
2003-08-26 23:41:59 UTC by kkawa
-
kkawa committed patchset 14 of module www to the ISO RELAX CVS repository, changing 1 files.
2003-05-31 00:07:48 UTC by kkawa