Java ant - dvberkel/debruijn GitHub Wiki
This page describes the starter project in Java with ant.
Other starter projects can be found on the overview.
Clone this project and checkout the java-ant branch. Provide implementations to make all the tests pass for the following methods
WordGenerator.each
Cycle.findACycleAmongEdgesFromStart
Cycle.merge
A passing implementation can be found in the java-ant-finished branch.
Apache Ant is a Java library and command-line tool whose mission is to drive processes described in build files as targets and extension points dependent upon each other. The main known usage of Ant is the build of Java applications. Ant supplies a number of built-in tasks allowing to compile, assemble, test and run Java applications.