Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch from Ant build tool to Maven for hfst-optimized-lookup-java [patch] #7

Open
hfst-importer opened this issue May 14, 2015 · 2 comments

Comments

@hfst-importer
Copy link

Switch hfst-optimized-lookup-java build system from Ant to Maven.
Maven significantly more popular nowadays in Java development. It also integrates easily with artifact repositories.

Include a version number in the package.

Reported by: aspa

@hfst-importer
Copy link
Author

  • assigned_to: Sam Hardwick

Original comment by: eaxelson

@hfst-importer
Copy link
Author

The patch removes Ant build file, adds Maven build file and moves source code to a standard Maven hierarchy.

It can be applied e.g. like this:
git apply 0001-switch-from-Ant-build-tool-to-Maven-for-hfst-optimiz.patch

and tested:
cd hfst-optimized-lookup/hfst-optimized-lookup-java
mvn package
jar tf target/hfst-optimized-lookup.jar

Original comment by: aspa

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants