HowToBuildMarauroa: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>MiguelAngelBlanchLardin |
imported>MiguelAngelBlanchLardin |
||
| Line 23: | Line 23: | ||
<pre> |
<pre> |
||
cd /foo/bar/marauroa |
cd /foo/bar/marauroa |
||
ant dist |
|||
ant -Dlibdir=./dependencies jar |
|||
</pre> |
</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. |
There are several ant tasks. |
||
You have to run it as: |
You have to run it as: |
||
<pre> |
<pre> |
||
ant task_name |
ant task_name |
||
</pre> |
</pre> |
||