spdx / tools

SPDX Tools
Apache License 2.0
126 stars 69 forks source link

RdfToHtml cannot find template resources #160

Closed yevster closed 6 years ago

yevster commented 6 years ago

Tried running

java -jar spdx-tools-2.1.13-SNAPSHOT-jar-with-dependencies.jar RdfToHtml ~/Downloads/hub-detect-310.rdf /var/tmp/output.html

Where ~/Downloads/hub-detect-310.rdf is an existing, legal SPDX file.

Result:

ERROR StatusLogger No log4j2 configuration file found. Using default configuration: logging only errors to the console. Set system property 'log4j2.debug' to show Log4j2 internal initialization logging.
Warning: The following verifications failed for the resultant SPDX RDF file:
    LGPL-2.1+ is deprecated. in Logback
    LGPL-2.1+ is deprecated. in Logback Classic Module
Unexpected error reading the HTML template: resources/htmlTemplate does not exist
yevster commented 6 years ago

Resolved by #161