ucsb-cs56-projects / cs56-games-country-runner

-
2 stars 12 forks source link

Fix jar file generation #53

Open jalexanderqed opened 8 years ago

jalexanderqed commented 8 years ago

The build.xml jar target is broken and does not generate a jar file. The jar file that is produced should be able to run separately from the project. For additional specification, please see #7. Also make sure that the jar file is removed by the "clean" target in build.xml.

As part of this, please also make the "run" target work on both Linux and Windows. Java is designed to be, as much as possible, a platform-independent language. Making this game run on windows requires a very minor change but could be very helpful for future students.

jalexanderqed commented 8 years ago

F16 OK (100 pts)