Gary O'Neall

Results 1059 comments of Gary O'Neall

The overall logging for the license list tool does not seem to be working. This would need to be debugged - likely a configuration issue for log4j.

@Gautime If you download https://github.com/spdx/tools/releases/download/v2.2.1/spdx-tools-2.2.1-jar-with-dependencies.jar and run the application you'll notice an error about logging configuration. I would start there and see if you can find out what configuration needs...

@ChristianSchwarz You can download the executable Jar from [maven ](https://repo1.maven.org/maven2/org/spdx/spdx-tools/2.1.20/spdx-tools-2.1.20-jar-with-dependencies.jar)or [bintray](https://bintray.com/spdx/spdx-tools/download_file?file_path=org%2Fspdx%2Fspdx-tools%2F2.1.20%2Fspdx-tools-2.1.20-jar-with-dependencies.jar)

@ChristianSchwarz Good suggestion. We used to manually upload the binaries to the release page. I'll leave this issue open to track changing the release scripts to upload to the release...

Even though the compile error are resolved by pull request #22, I still plan to go through and update the comments incrementally when I am making other changes to the...

It looks like the SPDX tools doesn't support external license ref declarations. We will need to add support similar to the ExternalSpdxElement class.

The SPDX tools tries to fetch current listed license information from the URL https://spdx.org/licenses/licenses.json The first error on logging is a known problem and can be ignored. The second error...

@vcmgc27 Were you able to get it to work with the UseLocalLicenses=true?

@vcmgc27 This would be a successful run. The log4j error is a know problem issue #26 The warnings are due to a change in the SPDX license list where those...

@vcmgc27 I just tested the code the internet disabled and the code worked as expected falling back to the license cache. I did find a possibly related issue (see PR...