1

I am trying to use HyperJaxb3 for generating JPA compatible classes from XSD. Here my questions:

  • Is the framework compatible with java 1.8?
  • Where can I take a running sample of both maven and ant? It seems that original site has been deprecated and on github there are no clear examples on how to use the library.

So many thanks in advance e thanks for all your availability. Best, m

1 Answers1

0
  • I did not build it with 1.8 yet but I don't expect any problems with that.
  • You can get Maven and Ant samples for 0.6.0 from releases. If you need newer version, you'll have to build them on your own at the moment. mvn clean install in the root dir and the mvn clean install in samples. Or mvn clean install -Pall.

Disclaimer: I'm the author of Hyperjaxb3.

lexicore
  • 42,748
  • 17
  • 132
  • 221
  • So many thanks for your answer. I really appreciate it because I am getting crazy with dependencies. I'll have a try and I'll be back to you. Thanks!!! :-) – m.fiorentino Jul 13 '16 at 16:19
  • I've added an answer with errors I am currently receiving. Thanks again for all your support! ;-) – m.fiorentino Jul 13 '16 at 16:49
  • Unfortunately I can't share xsds :-( BTW, sorry for posting another question in a question and Lexicon, thanks again for your support and your tool. I'll try to face the problem... thanks.... – m.fiorentino Jul 14 '16 at 08:39