Numbertext / libnumbertext

Number to number name and money text conversion libraries in C++, Java, JavaScript and Python & LibreOffice Calc Extension
BSD 3-Clause "New" or "Revised" License
67 stars 46 forks source link

Made Java implementation use Maven #67

Closed meskobalazs closed 4 years ago

meskobalazs commented 4 years ago

I have moved the Java implementation to use Maven, while also preserving the current Makefile. I have also made quite a few code changes, but these don't touch the application logic, just make the code feel more like Java.

laszlonemeth commented 4 years ago

Balázs: many thanks for the clean-up! I've merged your commits after moving the changed files to the new src/main path to keep the history of the changes, see the recent master.

Note: I had to revert the getResource path to "data/" from "/data/" to get a working jar file using the command-line compiling. I hope, this is a fix for the Maven build, too, not the opposite.