Fedora Account System
Red Hat Associate
Red Hat Customer
Installing jgit on a rawhide system without the '*modular*' repositories installed results in a broken jgit. This does require the most recent changes in koji. I ran into it while building git, which requires jgit to run some compatibility tests. The result is: $ jgit -h /usr/bin/jgit: line 63: build-classpath: command not found Error: Could not find or load main class org.eclipse.jgit.pgm.Main I filed a PR as well, but wanted to open a ticket in case others run into this. I'm not sure if there's more fallout from the changes which have caused javapackage-tools to not be pulled in by jgit. I think this is due to a large number of java packages moving to modules, so there might be a better place to fix things. Though since the jgit wrapper script requires build-classpath it seems reasonable to have a hard requirement on javapackages-tools rather than relying on indirect deps.
Oh, the PR I filed is: https://src.fedoraproject.org/rpms/eclipse-jgit/pull-request/1 (which will need an updated commit message before merging, if the fix is agreeable).
Thanks, I merged and started a build: https://koji.fedoraproject.org/koji/taskinfo?taskID=32762737