~ubuntu-branches/ubuntu/vivid/doxia/vivid-proposed

« back to all changes in this revision

Viewing changes to doxia-test-docs/src/main/resources/maven-clean-plugin/fml/faq.fml

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2009-10-08 14:20:22 UTC
  • mfrom: (2.3.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091008142022-f6ccxganfr2tbaig
Tags: 1.1-3build1
Upload to karmic, avoiding new version from unstable. LP: #443292.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
 
 
3
<!--
 
4
Licensed to the Apache Software Foundation (ASF) under one
 
5
or more contributor license agreements.  See the NOTICE file
 
6
distributed with this work for additional information
 
7
regarding copyright ownership.  The ASF licenses this file
 
8
to you under the Apache License, Version 2.0 (the
 
9
"License"); you may not use this file except in compliance
 
10
with the License.  You may obtain a copy of the License at
 
11
 
 
12
  http://www.apache.org/licenses/LICENSE-2.0
 
13
 
 
14
Unless required by applicable law or agreed to in writing,
 
15
software distributed under the License is distributed on an
 
16
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 
17
KIND, either express or implied.  See the License for the
 
18
specific language governing permissions and limitations
 
19
under the License.
 
20
-->
 
21
 
 
22
<faqs id="FAQ" title="Frequently Asked Questions">
 
23
  <part id="General">
 
24
    <faq id="I already ran mvn clean but the directory (put dir name here) is still there. What should I do?">
 
25
      <question>I already ran <i>mvn clean</i> but the directory (<i>put dir name here</i>) is still there. What should I do?</question>
 
26
      <answer>
 
27
        <p>
 
28
          Some files-generating plugins can generate their files outside of the
 
29
          default directories being deleted by the clean plugin. You should add
 
30
          the location of such files in the clean plugin configuration or change
 
31
          the configuration of those plugins to put their files inside the
 
32
          <i>project.build.directory</i> which is by default, the <i>target</i>
 
33
          directory.
 
34
        </p>
 
35
      </answer>
 
36
    </faq>
 
37
    <faq id="On Windows, I got Unable to delete directory. What s wrong?">
 
38
      <question>On Windows, I got <i>"Unable to delete directory"</i>. What's wrong?</question>
 
39
      <answer>
 
40
        <p>
 
41
          For instance, <i>clean</i> could fail if you already have opened a command
 
42
          line with target as the current dir. Windows locks some ressources and you need
 
43
          to close the handles on these ressources.
 
44
          To skip these errors, you could call <i>clean</i> with the command line parameter <i>-Dmaven.clean.failOnError=false</i>.
 
45
          For more information, refer to <a href="./examples/ignoring-errors.html">Ignoring Errors</a> page.
 
46
        </p>
 
47
        <p>
 
48
          <a href="http://www.microsoft.com/technet/sysinternals/default.mspx">Sysinternals</a> produced
 
49
          a number of utilities, like <a href="http://www.microsoft.com/technet/sysinternals/Utilities/ProcessExplorer.mspx">Process Explorer</a>
 
50
          or <a href="http://www.microsoft.com/technet/sysinternals/utilities/handle.mspx">Handle</a>
 
51
          that help you to deal with Windows handles.
 
52
        </p>
 
53
      </answer>
 
54
    </faq>
 
55
  </part>
 
56
</faqs>
 
 
b'\\ No newline at end of file'