All Projects → vark → Aardvark

vark / Aardvark

Licence: Apache-2.0 license
A build tool based on the Apache Ant library and the Gosu language

Programming Languages

java
68154 projects - #9 most used programming language
Gosu
25 projects
INSTALLATION:

Download a binary distribution from:
    https://github.com/vark/Aardvark/downloads
Unzip it to a location of your choosing, and put its bin/ directory in your PATH.


USING AARDVARK TO BUILD A SIMPLE PROJECT:

The testproject/ directory contains a simple Java project with a meaningful build.vark buildfile.  Within that directory, you can run "vark -p" to see the targets available.  Let's say you want to compile the testproject code and its tests, and then run the tests.  The "test" target will do this.
    vark test


BUILDING AARDVARK FROM SOURCE:

Yes, we build Aardvark with Maven. Run "mvn package" from the command line.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].