andybalaam / rabbit-escape

Android and PC game inspired by Lemmings and Pingus

Home Page:http://artificialworlds.net/rabbit-escape

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ubuntu intelliJ configuration error

KaganHamzacebi opened this issue · comments

make compile and make test successfully done, but could not create the jar file having this error.

make dist-swing
. Checking for warnings in Makefile
. Checking version number (0.13.1) is consistent everywhere
. Checking for use of java.awt in engine code
. Generating animations list
. Generating level lists
. Converting images
. Building Swing jar dist/rabbit-escape-0.13.1.jar
java.io.FileNotFoundException: ../../dist/rabbit-escape-0.13.1.jar (No such file or directory)
at java.io.FileOutputStream.open0(Native Method)
at java.io.FileOutputStream.open(FileOutputStream.java:270)
at java.io.FileOutputStream.(FileOutputStream.java:213)
at java.io.FileOutputStream.(FileOutputStream.java:101)
at sun.tools.jar.Main.run(Main.java:195)
at sun.tools.jar.Main.main(Main.java:1288)
make: *** [Makefile:38: dist/rabbit-escape-0.13.1.jar] Error 1

Hi, did you close this because you found a solution?

Actually i thought i found it but it doesn't work. I still need help.

Ooh, I just tried it and I get the same! Sorry for the bug. Looking for a fix now.

@KaganHamzacebi please try again - I just pushed a commit that fixes this problem for me.