source: contrib/MailArchiver/sources/vendor/mime4j/apache-mime4j-0.7-SNAPSHOT-20110327.010440-17/BUILDING.txt @ 6785

Revision 6785, 873 bytes checked in by rafaelraymundo, 12 years ago (diff)

Ticket #2946 - Liberado codigo do MailArchiver?. Documentação na subpasta DOCS.

Line 
1Building Apache Mime4j
2======================
3
4(1) Requisites
5--------------
6Mime4j utilizes Maven 2 as a distribution management and packaging tool. Version 2.2.1
7or above is recommended.
8
9JDK 1.5 or above is required in order to compile Mime4j.
10
11Maven installation and configuration instructions can be found here:
12
13http://maven.apache.org/run-maven/index.html
14
15(2) Executing test cases
16
17Execute the following command in order to compile and test the components:
18
19mvn test
20
21(3) Building packages
22
23Execute the following command in order to build JAR and assembly packages:
24
25mvn package
26
27Redistributables will be placed in the target folder.
28
29(4) Building documentation
30
31Execute the following command in order to generate javadoc:
32
33mvn javadoc:javadoc
34
35(5) Building project web site
36
37Execute the following command in order to generate the project web site:
38
39mvn site
Note: See TracBrowser for help on using the repository browser.