slaclab / lcsim

LCSim Java Library
Other
1 stars 5 forks source link

schema file is missing #21

Closed chekanov closed 3 years ago

chekanov commented 5 years ago

Hi, Jeremy

it looks like apache does not have this URL anymore

http://apache.org/xml/features/validation/schema/

See the line 84:

builder.setFeature("http://apache.org/xml/features/validation/schema", true);

in

https://github.com/slaclab/lcsim/blob/master/detector-framework/src/main/java/org/lcsim/geometry/compact/CompactReader.java

maybe this is why I could not run the geometry converter recently..

best, Sergei