sshaw / jaxb2ruby

Generate pure Ruby objects from an XML schema (XSD) using JAXB and JRuby. Use your favorite XML to object mapper or a custom ERB template.
12 stars 9 forks source link

Making tests pass #1

Closed flavorjones closed 9 years ago

flavorjones commented 9 years ago

Some tests were failing as a result of recent changes. Now they pass! w00t.

sshaw commented 9 years ago

Thanks for this. I actually have a similar commit sitting around collecting dust. Wasn't sure if I would rid the mappings with String values and just use String as the hash's default value...

I've put off an official release due to minor issues I've encountered with bigger schemas so I'd appreciate any feedback.

sshaw commented 9 years ago

Oh, and there may be some issues with the HappyMapper template...

flavorjones commented 9 years ago

Mentioning @jweir as he's the one who's actually using jaxb2ruby ...