nguillaumin/slick2d-maven

Build.bat not working

Closed this issue · 3 comments

My build.bat created using archetype and mvn install have this content:

@java -jar -Djava.library.path="lib/" "${project.build.finalName}.${project.packaging}"

and obviously is not working, could you help me?

Of course I tested it on Linux only :)

I think I fixed it now, could you try to pull the changes, run mvn clean install again, then try to generate a game again ?

Thanks.

I've updated to last version using:

git remote add upstream https://github.com/nguillaumin/slick2d-maven.git
git fetch upstream
git merge upstream/master

created a new game using archetype.. and works, thanks! "Hello world" is working! yeah 👍

Excellent !