XLSForm / pyxform

A Python package to create XForms for ODK Collect.
BSD 2-Clause "Simplified" License
80 stars 136 forks source link

Remove version specific Java test and instead check to see if Validate runs or not #481

Closed yanokwa closed 3 years ago

yanokwa commented 3 years ago

The code the that checks Java versions is very fragile and has been the source of a few bugs.

The original history of this code is at https://github.com/XLSForm/pyxform/issues/257 and I agree with @lognaturel's assessment at https://github.com/XLSForm/pyxform/pull/479#pullrequestreview-530608266 that we should change the strategy and instead check to see if Validate runs or not.