Menu

#33 Missing file

open
nobody
None
5
2011-08-23
2011-08-23
Marc Grober
No

See http://tracker.moodle.org/browse/MDL-19656 wherein Alex noted:

The library I am using to parse the XML files looks for this file
to determine which xml parser driver to use. If the file is missing (which
it is) then the library uses the default driver available. The drivers
available depend on which version of the Java runtime is installed.
Therefore, we have four options:

1. Require DragMath to run on Java 1.6+ - this way I know which XML driver
they have available
2. Include an XML driver with DragMath - this would add approx. an extra 200
KB
3. Leave the file missing, so that an XML driver can be selected depending
upon the users Java runtime version
4. Include a blank file in order to stop the error message appearing and the
XML driver can be selected depending upon the users Java runtime version

Option 4 seems to be the best to me...unless yourself or Marc or Mauno
suggest otherwise.

Hopefully, this release will have fixed the problems. Once I have
confirmation it has I'll put it on SourceForge

Moodle is using 0.7.8.2 and there are reports that these error messages are still appearing.

Discussion


Log in to post a comment.