blob: ce99fedf17444d35287bf4ac8824142bc8664b03 [file] [log] [blame]
<?xml version="1.0"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<document>
<properties>
<title>Building</title>
<author email="dev@commons.apache.org">Apache Commons Development Team</author>
<author email="rwaldhoff@apache.org">Rodney Waldhoff</author>
</properties>
<body>
<section name="Building Functor">
<p>
To build Commons Functor from scratch, you must first obtain the source,
from
<a href="source-repository.html">the SVN server</a>.
</p>
<p>
In order to build Commons Functor you will need <a href="http://maven.apache.org/">Maven</a>.
Install a recent Maven release.
<!--
The <a href="http://jakarta.apache.org/gump">Gump</a>
continuous integration process attempts to build Functor several times a day (against the built-from-scratch
versions of all of it's dependencies), and notifies the development team if it does not succeed.
You can
<a href="http://cvs.apache.org/builds/gump/latest/commons-functor.html">view the status of the latest gump build here</a>.
-->
</p>
<p>
With Maven installed, you should be able to run an arbitrary maven goal from the root Commons Functor
directory. Commonly used goals include
<code>clean</code>, <code>test</code>, <code>compile</code>, <code>package</code>, <code>install</code> and <code>site</code>.
</p>
</section>
</body>
</document>