nguillaumin / slick2d-maven

Maven distribution of the Slick2D Gava game development library
BSD 3-Clause "New" or "Revised" License
66 stars 36 forks source link

Build.bat not working #2

Closed Gornova closed 11 years ago

Gornova commented 11 years ago

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?

nguillaumin commented 11 years ago

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.

Gornova commented 11 years ago

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 :+1:

nguillaumin commented 11 years ago

Excellent !