HowToBuildMarauroa: Difference between revisions

Content deleted Content added
imported>MiguelAngelBlanchLardin
imported>MiguelAngelBlanchLardin
Line 23:
<pre>
cd /foo/bar/marauroa
ant dist
ant -Dlibdir=./dependencies jar
</pre>
 
Where dependencies is a directory that contains all the libraries, you can omit
it if you have configured correctly your classpath.
 
There are several ant tasks.
You have to run it as:
<pre>
ant task_name -D...
</pre>