Gary O'Neall

Results 1059 comments of Gary O'Neall

If we want to keep this directory, we should have a CI which copies any generated files or original files from the spdx-3-model repo. Doing it manually is leading to...

If anyone would like to take just one of these issues, add a comment here as to which example you are adding and create a Pull Request with the example...

@AnishaSrivastava1411 Thanks for taking this on - I would clone this repo to your local repo. Make the changes there, then create a pull request. See the [CONTRIBUTING.md](https://github.com/spdx/Spdx-Java-Library/blob/master/CONTRIBUTING.md) file for...

One more helpful tip on creating the examples - I am currently porting the old spdx tools over to use this new library. The code may provide some ideas for...

> Is it possible to parse an SPDX document and create an object model from it? @stevespringett This is a primary objective for this library. It is a redesign of...

> You want me to put some markdown in src/site and configure the maven-site-plugin against github pages, or how are we publishing documentation? @rremer adding to src/site with the maven-site-plugin...

@Mariuxdeangelo - very reasonable question. The SPDX 2.X model doesn't have packages as a direct property of the SPDX Document. It is more of a graph of SPDX Elements. The...

> But because I'm curious ... how would you create / write to a existing file this way? @Mariuxdeangelo there would be 2 steps: - create a "store" (see [this...

I agree tools should support the inverse direction for relationships in the parsing tools. There are scenarios where the inverse relationship is created since the relationship is not known when...

@NiViggiano - Thanks for reporting the issue. This is the first I've heard of the issue, but I would imagine others would hit this as well. @BassCoder2808 @rtgdk - any...