Ryan O'Meara
Ryan O'Meara
Yes, that about sums it up, though it's not just "when" for the tasks that causes the issue, but that they also share a name with the extensions. You could...
Relevant "mvn clean install" output: ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.9:jar (attach-javadocs) on project spdx-tools: MavenReportException: Error while creating archive: [ERROR] Exit code: 1 - C:\Users\Ryan\git\spdx-tools\src\org\spdx\compare\AbstractFileCompareSheet.java:68: warning: no description...
This reduces to issues within the files: org\spdx\compare\AbstractFileCompareSheet.java (7) org\spdx\compare\CompareHelper.java (20) org\spdx\compare\CompareTemplateOutputHandler.java (2) org\spdx\licenseTemplate\ILicenseTemplateOutputHandler.java (5) org\spdx\compare\CreatorSheet.java (8) org\spdx\compare\DocumentAnnotationSheet.java (6) org\spdx\compare\DocumentRelationshipSheet.java (6) org\spdx\compare\DocumentSheet.java (6) org\spdx\compare\ExternalReferencesSheet.java (6) org\spdx\compare\ExtractedLicenseSheet.java (8) org\spdx\compare\FileArtifactOfSheet.java (2) org\spdx\compare\FileChecksumSheet.java...
That is my plan as well - I originally intended to actually fix all the comment issues, but I got up to 50 files and decided to instead commit the...
It does, thank you! Completely understandable that examples are on the back burner until actually needed :) Also, just to make sure it's clear for when the time comes, what...
I'm willing to look at creating a PR for this - as far as I understand, the main desired element not currently supported by provided snippets is standardized documentation of...