Summary: | Problem reading xta files | ||
---|---|---|---|
Product: | UPPAAL | Reporter: | Gerd Behrmann <behrmann> |
Component: | GUI | Assignee: | Gerd Behrmann <behrmann> |
Status: | CLOSED FIXED | ||
Severity: | normal | ||
Priority: | P2 | ||
Version: | 3.4.3 | ||
Hardware: | PC | ||
OS: | Linux | ||
Architecture: | |||
Bug Depends on: | |||
Bug Blocks: | 100 |
Description
Gerd Behrmann
2004-01-12 08:23:41 CET
Turns out to be a problem with Xerces 2.6.0 (the XML parser we use). It works with Xerces 2.5.0. I'm still trying to isolate the problem. As a workarround, you can take the xercesImpl.jar file from Uppaal 3.4.2 and copy it into the lib directory of Uppaal 3.4.3. UPPAAL 3.4.4 has been shiped with Xerces 2.5.0. We need to see if this problem has been solved in Xerces 2.6.2. I have changed the XTA parser so that it no longer uses internal Xerces APIs. This should fix this bug, although some testing is required before we can release the new code. The new code has been checked in. |