~ubuntu-branches/ubuntu/oneiric/libcommons-validator-java/oneiric

« back to all changes in this revision

Viewing changes to xdocs/faq.fml

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Vandyck
  • Date: 2004-11-19 13:35:53 UTC
  • Revision ID: james.westby@ubuntu.com-20041119133553-qtl7whjkjv9q1rbd
Tags: upstream-1.3
ImportĀ upstreamĀ versionĀ 1.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<!--
 
3
   Copyright 2003-2004 The Apache Software Foundation
 
4
 
 
5
   Licensed under the Apache License, Version 2.0 (the "License");
 
6
   you may not use this file except in compliance with the License.
 
7
   You may obtain a copy of the License at
 
8
 
 
9
       http://www.apache.org/licenses/LICENSE-2.0
 
10
 
 
11
   Unless required by applicable law or agreed to in writing, software
 
12
   distributed under the License is distributed on an "AS IS" BASIS,
 
13
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 
14
   See the License for the specific language governing permissions and
 
15
   limitations under the License.
 
16
-->
 
17
 
 
18
<document>
 
19
 
 
20
  <properties>
 
21
    <title>Validator FAQ</title>
 
22
  </properties>
 
23
 
 
24
  <body>
 
25
 
 
26
  <section name="Frequently Asked Questions">
 
27
    <p>
 
28
      This document will be derived from the FAQ maintained in the 
 
29
      <a href='http://nagoya.apache.org/wiki/apachewiki.cgi?ValidatorProjectPages'>
 
30
      Validator Wiki</a>.So these questions and answers are user provided.
 
31
      and should be searched before posting to the mailing lists.  
 
32
    </p>
 
33
 
 
34
    <p><strong>Building Validator</strong></p>
 
35
    <ol>
 
36
      <li>
 
37
        <a href="#how-to-build">
 
38
          How do I build Validator?
 
39
        </a>
 
40
      </li>
 
41
    </ol>
 
42
 
 
43
 
 
44
    <subsection name="Building Validator">
 
45
      <dl>
 
46
        <dt>
 
47
          <a name="how-to-build">
 
48
            How do I build Validator?
 
49
          </a>
 
50
        </dt>
 
51
        <dd>
 
52
          Validator uses Maven for its build system. So you should be able to build Validator just like
 
53
          any other Maven enabled project. By typing'maven' Please see the 
 
54
          <a href="http://maven.apache.org/start/index.html">Maven</a> 
 
55
          documentation for details.
 
56
        </dd>
 
57
      </dl>
 
58
    </subsection>
 
59
  </section>
 
60
</body>
 
61
</document>