我正在尝试构建使用ant从git下载的xmlbeans源代码。但是我遇到了这个错误 -
xmlbeanssrcxmlcomporgapachexmlbeansimpltoolSchemaCompiler.java:221:
error: cannot access TypeStoreUser
[javac]
new HashSet(Arrays.asList(XmlListImpl.split_list(allowmdef))));
[javac] ^
[javac] class file for org.apache.xmlbeans.impl.values.TypeStoreUser not found
请提供解决此问题的解决方案。XMLBEANS版本为2.6.0
谢谢Amit
我正在尝试使用Java 1.8构建时遇到此错误。它用Java 1.7为我建造。
对于Java 1.8,我在build.xml
文件中进行了更改,并且可以使用。在 target name="xmlcomp.classes"
下,在类路径中添加'tastestore',例如:
<pathelement location="build/classes/typestore"/>