-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not find or load main class org.eclipse.jgit.pgm.Main #100
Comments
@joan38 sorry for the late response. I can't reproduce your issue. Could you create a stub project that reproduces the problem and share it with us? Thanks! |
I have the same issue on a windows 7 machine and sbt-0.13.11. I can reproduce the issue with a stub empty project with the only file the
Then after running
|
I have since been able to fix this issue by replacing the following line in
to
There were two issues:
|
We should setup AppVeyor, reproduce a failing test case and then make that change. Anyone interested in sbt-git on Windows, feel free to send a PR. |
This code might work better for Windows and maybe everything else as well:
|
Hi there,
Here is one I have:
git.sbt
at the root of the project that contains:plugins.sbt
that contains:build.sbt
that contains:Cheers
The text was updated successfully, but these errors were encountered: