xmlbeans jar difference between 2 builds

2

2photons

Does anyone know what part of creating an xmlbeans jar file creates a
checksum in the src path of the embedded xsd files? I have two
xmlbeans jar files built with different methods

The first jar file is built using the xmlbeans Maven plugin with
unknown options (except that -javasource 1.5 is used) and has source
entries like:
---------------------------------------------
A.jar\schemaorg_apache_xmlbeans\src\abc-entity.xsd
---------------------------------------------

The second jar file is built straight from xmlbeans 2.2.0 scomp command
( -javasource 1.5 )
---------------------------------------------
B.jar\schemaorg_apache_xmlbeans\src\URI_SHA_1_6DA2BF481DB284C5022CF2901BCAC92C1D430600\abc-entity.xsd
---------------------------------------------
Also, since the src name is embedded in the xsb files, each xsb is
different by the corresponding number of bytes difference between the
two paths. Otherwise everything else is identical.

Both builds seem to be a simple call to the schemacompiler class and
there are very few available options to build with. Can anyone explain
the difference and should B.jar be different at runtime from A.jar?

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,011
Latest member
AjaUqq1950

Latest Threads

Top