-
Notifications
You must be signed in to change notification settings - Fork 0
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
can't build nor run #1
Comments
It should build with What version of JDK are you compiling with? Are you compiling with IntelliJ or command line? |
okey, so tried again with clean setup and I now can compile install and run...but it fails with wanting a starhistory.txt Repo: jbangdev/jbang 2024-12-13 23:34:56
Exception in thread "main" java.io.FileNotFoundException: /Users/manderse/github-traffic/jbangdev/jbang/star_history.txt (No such file or directory)
at java.base/java.io.FileOutputStream.open0(Native Method)
at java.base/java.io.FileOutputStream.open(FileOutputStream.java:298)
at java.base/java.io.FileOutputStream.<init>(FileOutputStream.java:237)
at java.base/java.io.FileOutputStream.<init>(FileOutputStream.java:187)
at java.base/java.io.FileWriter.<init>(FileWriter.java:96)
at manifold.github.traffic.Traffic.updateStarHistory(Traffic.java:159)
at manifold.github.traffic.Traffic.showStats(Traffic.java:103)
at manifold.github.traffic.Traffic.report(Traffic.java:59)
at manifold.github.traffic.Main.main(Main.java:26) |
okey if I force create the folder at |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
when building I get this error:
if i skip tests I get a jar but then when running it you get:
whats the trick to get it to build?
The text was updated successfully, but these errors were encountered: