Skip to content

UseJava: Add support for the XJC xsd->java compiler and a new mode for add_jar…

Steven requested to merge sawhite/cmake:feature/java-xml into master

I would like to add support for the XJC XML->Java code generator to CMAKE. I've been testing it for the biogears project for a few months and seems to be sufficient.

I've also included additions to the add_jar function. Biogears has traditionally shipped a fat jar with all of its deps bundled in the final file. I believe I've worked out a fairly reasonable compromise to the BC requirements of add_jar and the fat jar requirements of BioGears.

Edited by Brad King

Merge request reports