Christoph Rueger
Christoph Rueger
> For me it fails a few lines upwards from your line in line 86: This works for me:
This is my breakpoint at `biz/aQute/resolve/AbstractResolveContext.java:237`
> Ok, I think I don't understand what the test aims to do in the first place. > > Originally, I thought that it was generating a JAR `foo.bar.jar` containing...
Hmm I'm running out of ideas. Maybe could you try another clean checkout of the branch in a completely new folder... just as a last resort. Here are some things...
> I would assume on your system, `bundles` is a list of 1 with the `osgi.promise` bundle being inside it? Yes. Question to you: Could you set a breakpoint in`aQute.bnd.repository.osgi.OSGiIndex.download(URI,...
This is strange. > It looks like the actual request to the GitHub URL `https://raw.githubusercontent.com/osgi/osgi.enroute/v1.0.0/cnf/distro/index.xml` returns a 404: I get a 304
I came across this - https://www.debugpoint.com/failed-connect-raw-githubusercontent-com-port-443/ via https://github.com/componentjs/remotes.js/issues/19
> The big question is: where the heck did bnd take that token from and why is it used in a test case?! I do not have an answer, but...
Yeah :) Glad we found something. Good questions. > * Should there be more logging / warn-level logging e.g. if URLs are accessed that do not work? I would definitly...
@reckart could you maybe create a PR and add some logging to `aQute.bnd.connection.settings.ConnectionSettings.readSettings()` it looks like this is the place where the settings.xml (e.g. `aQute.bnd.connection.settings.ConnectionSettings.BND_CONNECTION_SETTINGS_XML`) is read.