jdmonin / JSettlers2

Java Settlers project home, downloads, and GPLv3 source code. To download the latest version as a JAR, see https://github.com/jdmonin/JSettlers2/releases/latest .
http://nand.net/jsettlers/
GNU General Public License v3.0
157 stars 63 forks source link

move resources to standard maven directory #33

Closed generateui closed 6 years ago

generateui commented 6 years ago

This works when I: -merge the maven branch -change the content of the verions.info.in to actual values instead of placeholders -run/test with gradle

This most likely will not work with the build.xml file. As maven and gradle expect resources in src/main/resources, I think it is good to move them too. Would you be so kind to see if you can change the build.xml file were needed?

jdmonin commented 6 years ago

I followed up the merge commit with some moves to ensure the jar has a /resources folder containing /images, /strings/client, /strings/server. You'll be happy to know I also simplified the build process by removing the version.info.in template step. :)

jdmonin commented 6 years ago

Also tested with build.xml