-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Hi,
downloading the jar does not suffice to run the parser. The code uses src/main/static/header_template.html.tmpl which is not in the jar, which means that I need to checkout the code and run the jar from the source of the checkout.
I did checkout the code and then there was a parser error that I got, but maybe this is due to a problem in one of our pom files:
Error on line 1557 of document file:/Users/chris/git/chrber-dcache/allPoms/43.xml: The markup in the document following the root element must be well-formed.
[Ljava.lang.StackTraceElement;@6b884d57
Error on line 1332 of document file:/Users/chris/git/chrber-dcache/allPoms/47.xml: The markup in the document following the root element must be well-formed.
[Ljava.lang.StackTraceElement;@38af3868
tres
I used your shell script to extract all the poms from the multi module project. I can not find anything wrong with the pom files as they are ok to build the project. Maybe you want to try with our project: https://github.com/dCache/dcache
Thanks.
Christian