Closed akiwarheit closed 11 years ago
Hi,
Happy to take a pull request, but only for the packaging stuff (Maven, etc.). The actual sources of slick2d are hosted elsewhere (https://bitbucket.org/kevglass/slick) and not maintained by me. In fact I'm a bit concerned as there were no commits since March on the actual source I believe...
Thanks,
Nico
That is a bit concerning...
Anyways I've actually updated some parts of the poms, JDK 1.7 specific (jnlp.jar is now javaws.jar). Still having doubts if I should include that in the request.
I might start making tests too to make sure everything is in order. Anyway, good work on maintaining this :+1:
Happy to take multiple pull requests, 1 per feature would be ideal to avoid confusion.
I'm surprised about jnlp.jar
being renamed to javaws.jar
. I'm using Java 1.7 and it's still jnlp.jar
for me. javaws.jar
is a different jar that as to do with web services I believe...
Weird, I can't seem to resolve jnlp.jar, javaws.jar works though. I'll do some more reading on that... definitely a new issue.
jnlp.jar
is not available in the Maven repos due to licensing issues, however it is available as a separate download for Java 7 (See the readme, I'll update it to make that more clear). The pom.xml
references jnlp.jar
with a local path for that reason, rather than fetching it from the Maven repos.
Fixed by pull request #4
Love the project and I'm gonna help out as much as I can.
I use mainly Eclipse and m2e for dev stuff. I can file a pull request if you want :+1: