简体   繁体   中英

HyperJaxb3 - XSD to JPA on Java 1.8: dependencies

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

  • 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM