HowToBuildMarauroa: Difference between revisions
Content deleted Content added
imported>Ufizavipupu No edit summary |
imported>Blacklads Undo revision 11695 by Ufizavipupu (Talk) |
||
| (8 intermediate revisions by 2 users not shown) | |||
Line 1:
{{Navigation for Marauroa Top|Using}}
{{Navigation for Marauroa Users}}
Line 16 ⟶ 8:
=Requirements=
To compile Marauroa you will need:
* Java SDK 1.5
* Ant 1.6
In order to get it working with MySQL you will also need at runtime:
* Log4J
* MySQL Connector/J
Optionally:
* JUnit 1.4
* Jython 2.1
You have all the dependencies inside source code file as compiled binary libraries.
Line 34 ⟶ 26:
First you need ant properly installed on your system to build Marauroa.
cd /foo/bar/marauroa
ant dist
There are several ant tasks.
You have to run it as:
ant task_name
===compile===
Compiles Marauroa into build folder and copies all needed files to their correct place.
D:\Desarrollo\marauroa
Buildfile: build.xml
Line 68 ⟶ 60:
BUILD SUCCESSFUL
Total time: 9 seconds
===clean===
Removes any trace of compiled stuff from marauroa.
D:\Desarrollo\marauroa
Buildfile: build.xml
Line 84 ⟶ 76:
BUILD SUCCESSFUL
Total time: 2 seconds
===jar===
Builds a marauroa-''version''.jar file inside the lib folder.
D:\Desarrollo\marauroa
Buildfile: build.xml
Line 107 ⟶ 99:
BUILD SUCCESSFUL
Total time: 4 seconds
===dist===
Line 114 ⟶ 106:
* marauroa-''version''.zip that contains the compiled version of marauroa plus the needed dependencies to make it work.
D:\Desarrollo\marauroa
Buildfile: build.xml
Line 363 ⟶ 355:
BUILD SUCCESSFUL
Total time: 17 seconds
===docs===
This task generates the java docs documentation.
You better take a look at this wiki if you are looking for documentation.
| |||