jakartaee / jaxb-tck

Other
4 stars 15 forks source link

TCK User’s Guide for Technology Implementors fixes #33

Closed rfelcman closed 4 years ago

rfelcman commented 4 years ago

This PR contains fixes (points 3, 4) for some documentation bugs described in #32 . Points 1, 2 are more related with TCK build and deployment process. Signed-off-by: Radek Felcman radek.felcman@oracle.com

lukasj commented 4 years ago

Also note that if TCK is being run with MOXy, then jaxb-compiler.{sh,bat} should be used instead of xjc.{sh,bat} where applicable to generate object model

rfelcman commented 4 years ago

Also note that if TCK is being run with MOXy, then jaxb-compiler.{sh,bat} should be used instead of xjc.{sh,bat} where applicable to generate object model

I think, that this is mentioned in https://github.com/eclipse-ee4j/jaxb-tck/blob/master/userguide/src/main/jbake/content/config.inc#L55 or https://github.com/eclipse-ee4j/jaxb-tck/blob/master/userguide/src/main/jbake/content/config.inc#L433