- From: COUTHURES Alain <alain.couthures@agencexml.com>
- Date: Sat, 12 Mar 2011 15:15:19 +0100
- To: public-exi@w3.org
Hello,
I'm evaluating EXI for XForms and I would like to use the
Interoperability Framework. Unfortunately, there is an error running the
two ant commands with JDK 1.5.0_22:
[javac]
C:\www\telechargements\ttfms-interop-28022011\framework\src\org\w3c\exi\ttf\DecodingValidator.java:38:
cannot access org.apache.xml.serializer.ToXMLStream
[javac] bad class file:
C:\www\telechargements\ttfms-interop-28022011\framework\build\classes\org\apache\xml\serializer\ToXMLStream.class
[javac] class file has wrong version 50.0, should be 49.0
[javac] Please remove or make sure it appears in the correct
subdirectory of the classpath.
[javac] import org.apache.xml.serializer.ToXMLStream;
I tested also with JDK 1.6.0_23:
[javac]
C:\www\telechargements\ttfms-interop-28022011\framework\src\org\w3c\exi\ttf\DecodingValidator.java:2493:
cannot find symbol
[javac] symbol : method getTypeName()
[javac] location: interface
com.sun.org.apache.xerces.internal.xs.XSTypeDefinition
[javac] return ((base == null) ? "none" : base.getTypeName());
Any clue?
Thanks!
Alain Couthures
agenceXML
http://www.agencexml.com
Received on Saturday, 12 March 2011 14:14:42 UTC