Menu

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

future
open
1
2015-08-12
2015-05-14
No

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.

1 Attachments

Discussion

  • Erik Axelson

    Erik Axelson - 2015-08-10
    • assigned_to: Sam Hardwick
     
  • Marko Asplund

    Marko Asplund - 2015-08-12

    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

     
MongoDB Logo MongoDB