Skip to content

vark/Aardvark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c39e6f3 · Apr 4, 2014
Aug 12, 2013
Aug 12, 2013
Aug 12, 2013
Dec 3, 2012
Aug 12, 2013
Aug 12, 2013
Aug 12, 2013
Dec 14, 2012
Dec 3, 2012
Dec 14, 2012
Dec 12, 2012
Apr 4, 2014
Nov 23, 2010
May 22, 2012
May 29, 2012
Aug 12, 2013

Repository files navigation

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.