Open Unlimity opened 8 years ago
I've checked few interim fixes for making the VAST schema work. See vast.zip There are a lot of anonymous complex types, that were causing issues.
Could you please pull or use the attached file, and let me know if it works? If yes, I'll make a new release a new version with the fixes. android-jaxb-1.0.1-jar-with-dependencies.jar.zip
I ran into the same NullPointerException, but with a different XSD. Using the version linked in the previous comment fixed the issue. That is: generation finishes without error. I still need to verify the generated classes though.
I had the same problem. the android-jaxb-1.0.1-jar-with-dependencies.jar.zip
managed to generate the files. But I needed to do a lot of changes as it didn't convert properly some of the elements.
its been a while since i post my problem. and no response from the developer. my workaround, i just use other alternatives
On Fri, Feb 10, 2017 at 2:51 PM, Yaakov Shahak notifications@github.com wrote:
I had the same problem. the android-jaxb-1.0.1-jar-with- dependencies.jar.zip managed to generate the files. But I needed to do a lot of changes as it didn't convert properly some of the elements.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/yeshodhan/android-jaxb/issues/5#issuecomment-278871103, or mute the thread https://github.com/notifications/unsubscribe-auth/AR2Pc0GGchmxHvydEF3AArQVgxPPeUJhks5rbAjzgaJpZM4Gwxd1 .
Hello there! I tried to use this library to convert IAB's VAST 2.0.1 XSD for my current project and issued this exception:
You can download this xsd at IAB I hope you can solve the issue or point me out where to search for answer. Thanks in advance!