xref: /aosp_15_r20/external/apache-commons-lang/src/site/xdoc/building.xml (revision 455610af95f3bf5f4bc8a9eda520f57e389a4c42)
1*455610afSAndroid Build Coastguard Worker<?xml version="1.0"?>
2*455610afSAndroid Build Coastguard Worker<!--
3*455610afSAndroid Build Coastguard WorkerLicensed to the Apache Software Foundation (ASF) under one or more
4*455610afSAndroid Build Coastguard Workercontributor license agreements.  See the NOTICE file distributed with
5*455610afSAndroid Build Coastguard Workerthis work for additional information regarding copyright ownership.
6*455610afSAndroid Build Coastguard WorkerThe ASF licenses this file to You under the Apache License, Version 2.0
7*455610afSAndroid Build Coastguard Worker(the "License"); you may not use this file except in compliance with
8*455610afSAndroid Build Coastguard Workerthe License.  You may obtain a copy of the License at
9*455610afSAndroid Build Coastguard Worker
10*455610afSAndroid Build Coastguard Worker     http://www.apache.org/licenses/LICENSE-2.0
11*455610afSAndroid Build Coastguard Worker
12*455610afSAndroid Build Coastguard WorkerUnless required by applicable law or agreed to in writing, software
13*455610afSAndroid Build Coastguard Workerdistributed under the License is distributed on an "AS IS" BASIS,
14*455610afSAndroid Build Coastguard WorkerWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15*455610afSAndroid Build Coastguard WorkerSee the License for the specific language governing permissions and
16*455610afSAndroid Build Coastguard Workerlimitations under the License.
17*455610afSAndroid Build Coastguard Worker-->
18*455610afSAndroid Build Coastguard Worker<document>
19*455610afSAndroid Build Coastguard Worker <properties>
20*455610afSAndroid Build Coastguard Worker  <title>Building</title>
21*455610afSAndroid Build Coastguard Worker  <author email="[email protected]">Commons Documentation Team</author>
22*455610afSAndroid Build Coastguard Worker </properties>
23*455610afSAndroid Build Coastguard Worker<body>
24*455610afSAndroid Build Coastguard Worker<!-- ================================================== -->
25*455610afSAndroid Build Coastguard Worker<section name="Overview">
26*455610afSAndroid Build Coastguard Worker<p>
27*455610afSAndroid Build Coastguard Worker  Commons Lang uses <a href="https://maven.apache.org">Maven</a>.
28*455610afSAndroid Build Coastguard Worker</p>
29*455610afSAndroid Build Coastguard Worker<p>
30*455610afSAndroid Build Coastguard Worker  You may also be interested in the upgrade notes:
31*455610afSAndroid Build Coastguard Worker</p>
32*455610afSAndroid Build Coastguard Worker<ul>
33*455610afSAndroid Build Coastguard Worker  <li>Upgrade from 2.6 to 3.0 - <a href="upgradeto3_0.html">Lang 3.0 Release Notes</a></li>
34*455610afSAndroid Build Coastguard Worker  <li>Upgrade from 2.5 to 2.6 - <a href="upgradeto2_6.html">Lang 2.6 Release Notes</a></li>
35*455610afSAndroid Build Coastguard Worker  <li>Upgrade from 2.4 to 2.5 - <a href="upgradeto2_5.html">Lang 2.5 Release Notes</a></li>
36*455610afSAndroid Build Coastguard Worker  <li>Upgrade from 2.3 to 2.4 - <a href="upgradeto2_4.html">Lang 2.4 Release Notes</a></li>
37*455610afSAndroid Build Coastguard Worker  <li>Upgrade from 2.2 to 2.3 - <a href="upgradeto2_3.html">Lang 2.3 Release Notes</a></li>
38*455610afSAndroid Build Coastguard Worker  <li>Upgrade from 2.1 to 2.2 - <a href="upgradeto2_2.html">Lang 2.2 Release Notes</a></li>
39*455610afSAndroid Build Coastguard Worker  <li>Upgrade from 2.0 to 2.1 - <a href="upgradeto2_1.html">Lang 2.1 Release Notes</a></li>
40*455610afSAndroid Build Coastguard Worker  <li>Upgrade from 1.0 to 2.0 - <a href="upgradeto2_0.html">Lang 2.0 Release Notes</a></li>
41*455610afSAndroid Build Coastguard Worker</ul>
42*455610afSAndroid Build Coastguard Worker</section>
43*455610afSAndroid Build Coastguard Worker<!-- ================================================== -->
44*455610afSAndroid Build Coastguard Worker<section name="Maven Goals">
45*455610afSAndroid Build Coastguard Worker  <p>
46*455610afSAndroid Build Coastguard Worker    To build a jar file, change into the root directory of Lang and run "mvn package".
47*455610afSAndroid Build Coastguard Worker    The result will be in the "target" subdirectory.
48*455610afSAndroid Build Coastguard Worker  </p>
49*455610afSAndroid Build Coastguard Worker  <p>
50*455610afSAndroid Build Coastguard Worker    To build the full website, run "mvn site".
51*455610afSAndroid Build Coastguard Worker    The result will be in "target/site".
52*455610afSAndroid Build Coastguard Worker    You must be online to successfully complete this target.
53*455610afSAndroid Build Coastguard Worker  </p>
54*455610afSAndroid Build Coastguard Worker  <p>
55*455610afSAndroid Build Coastguard Worker    Further details can be found in the
56*455610afSAndroid Build Coastguard Worker    <a href="https://commons.apache.org/building.html">commons build instructions</a>.
57*455610afSAndroid Build Coastguard Worker  </p>
58*455610afSAndroid Build Coastguard Worker</section>
59*455610afSAndroid Build Coastguard Worker<!-- ================================================== -->
60*455610afSAndroid Build Coastguard Worker<section name="Ant Goals">
61*455610afSAndroid Build Coastguard Worker  <p>
62*455610afSAndroid Build Coastguard Worker    To build a jar file, change into the root directory of Lang and run "ant jar".
63*455610afSAndroid Build Coastguard Worker    The result will be in the "target" subdirectory.
64*455610afSAndroid Build Coastguard Worker  </p>
65*455610afSAndroid Build Coastguard Worker  <p>
66*455610afSAndroid Build Coastguard Worker    To build the Javadocs, run "ant javadoc".
67*455610afSAndroid Build Coastguard Worker    The result will be in "target/docs/api".
68*455610afSAndroid Build Coastguard Worker  </p>
69*455610afSAndroid Build Coastguard Worker</section>
70*455610afSAndroid Build Coastguard Worker<!-- ================================================== -->
71*455610afSAndroid Build Coastguard Worker</body>
72*455610afSAndroid Build Coastguard Worker</document>
73