ridencww / goldengine

Java implementation of Devin Cook's GOLD Parser engine
Other
35 stars 14 forks source link

Maven doesn't build with examples #21

Closed ridencww closed 6 years ago

ridencww commented 6 years ago

When building with Maven, only the goldengine.jar was built, which was confusing because of the documentation. The project always built with Ant, but Maven support was added so the engine.jar could be posted to the Maven Central Repository.

ridencww commented 6 years ago

Refactored Maven project to be a multi-module project. The sample languages are now their own module and will build the appropriate "fat" jar. Building with Ant has been removed.

Note that his is version 5.0.6-SNAPSHOT and has not been released to the central repository as of yet. The engine has not changed and the other sample language jars were never pushed to the repo. I am reviewing other changes and once that is complete, I will rev a 5.0.6 and push to the central repo.