kprevas / Aardvark

A build tool based on the Apache Ant library and the Gosu language

Home Page:http://vark.github.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

Now you can build Aardvark from its source, if you'd like, but this requires a prepared binary distribution, such as that which you installed above.  The target you will want to run is "release".
    vark release

About

A build tool based on the Apache Ant library and the Gosu language

http://vark.github.com

License:Apache License 2.0


Languages

Language:Java 100.0%