Thanks, Michael. Then we need to change maven.xml so that the xmlparser property is on the classpath for both the RI and the IUT. I will file a JIRA for that.

-- Michelle

Michael Bouschen wrote:

Hi Michelle

the property allows to specify a xml parser implementation (e.g. xerces) when running with JDK 1.3. It is used by the JDO Model in model20. I'm not sure whether we really need it in the tck. There is a little bit of documentation on the wiki: http://wiki.apache.org/jdo/J2SESupport

Regards Michael

Hi,

I have a question about the xmlparser property which appears in the following two places in the project files:

project.properties:
xmlparser =

maven.xml:
<!-- Jar files for the Reference Implementation -->
   <path id="jdo.jdori.classpath">
       <pathelement location="${jpox.jdori.jarfile}" />
...
       <pathelement location="${xmlparser}" />
...
   </path>

Do we need to keep this property for any reason? If so, we should document how it is intended to be used.

-- Michelle



Reply via email to