Wayne Beaton

Results 169 comments of Wayne Beaton

> Are we hitting usage/rate limits for raw.githubusercontent.com? Is there anything that could be done here to make this more stable? This seems like the most probable cause. We don't...

I've pushed a potential fix. > ClearlyDefinedSupport.bootstrap(ClearlyDefinedSupport.java:179) Based on this file/line, I'm confident that you've diagnosed the error correctly. The list of valid types and sources doesn't change very often,...

The scenario where ClearlyDefined fails on a single entry, but rejects the whole batch has been resolved. There may still be work to do on general failures.

Note that there is a rate limit on calls to the ClearlyDefined API. You can be rejected if you call it too many times. But you'd have to call it...

My understanding of how I want to make the go/no-go decision is evolving. The documentation and the tool are (as you point out) a little out of sync because of...

I'm finding all kinds of reasons to support something other than ClearlyDefined-formatted IDs. Converting an obvious direct URL to a resource to ClearlyDefined and then back again is just silly...

I spent some time poking around tonight... `git submodule status --recursive` gives us the local path of each submodule along with the SHA. But it doesn't give us a URL....

What's the deal with the "p2.p2" (**p2.p2**.installable.unit)? I noticed that the tool had created some reviews for those bundles, but when I ran the build myself, they didn't come up...

The problem is that the `dependency:list` plugin fails if the project hasn't been built (at least in many cases). I've determined that the `verify` goal does the minimum that we...

> Not related but there is also a comment copy/paste error that need to be fixed in [LicenseCheckMojo](https://github.com/eclipse/dash-licenses/blob/e1f6ab87b9239b8a5af08a852065aef9de8c0117/maven-plugin/src/main/java/org/eclipse/dash/licenses/maven/LicenseCheckMojo.java#L121). I will fix it too. Well that's embarrassing :-)