nikku / node-xsd-schema-validator

A schema (XSD) validator for NodeJS
https://www.npmjs.com/package/xsd-schema-validator
MIT License
51 stars 24 forks source link

Accept a precompiled helper class and correct the classpath delimiter on Windows #5

Closed alaimo closed 9 years ago

alaimo commented 9 years ago

This is a useful module. Thank you for spending the time to create it. Unfortunately, many administrators will be hesitant to install a JDK on a production server. These changes relax the JAVA_HOME and JDK prerequisites. If the helper class exists the module will just use it regardless of whether or not a JDK is available.

Also, the delimiter for java classpaths on windows should be a ';' not a ':'.

SebastianStamm commented 9 years ago

Please accept this PR. Especially the ability to use the module on windows is really helpful.

nikku commented 9 years ago

Will look into it.

nikku commented 9 years ago

Merged the windows class path separator part and published it as v0.3.1.

Please try it out and give me feedback.

SebastianStamm commented 9 years ago

v0.3.1. works on my (windows) machine