Browse Source

opps got ids mixed up in faq

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276850 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 21 years ago
parent
commit
82269200f5
2 changed files with 6 additions and 6 deletions
  1. +4
    -4
      docs/faq.html
  2. +2
    -2
      xdocs/faq.xml

+ 4
- 4
docs/faq.html View File

@@ -283,13 +283,13 @@
<code>web-inf</code> or JAR files with a lower-case
<code>meta-inf</code> directory.
</a></li>
<li><a href="#InstantiationException">
<li><a href="#NoClassDefFoundError">
I installed Ant 1.6.x and now get
<code>Exception in thread "main" java.lang.NoClassDefFoundError:
</code>
</a></li>
<li><a href="#NoClassDefFoundError">
<li><a href="#InstantiationException">
I installed Ant 1.6.x and now get
<code>java.lang.InstantiationException: org.apache.tools.ant.Main</code>
@@ -1115,7 +1115,7 @@ shell-prompt&gt; m4 foo.m4 &gt; foo
section, check the "Allow all upper case files names" box. The META-INF and
WEB-INF will look correct.</p>
<p class="faq">
<a name="InstantiationException"></a>
<a name="NoClassDefFoundError"></a>
I installed Ant 1.6.x and now get
<code>Exception in thread "main" java.lang.NoClassDefFoundError:
</code>
@@ -1139,7 +1139,7 @@ shell-prompt&gt; m4 foo.m4 &gt; foo
</code>
</p>
<p class="faq">
<a name="NoClassDefFoundError"></a>
<a name="InstantiationException"></a>
I installed Ant 1.6.x and now get
<code>java.lang.InstantiationException: org.apache.tools.ant.Main</code>


+ 2
- 2
xdocs/faq.xml View File

@@ -793,7 +793,7 @@ shell-prompt> m4 foo.m4 > foo
</answer>
</faq>

<faq id="InstantiationException">
<faq id="NoClassDefFoundError">
<question>I installed Ant 1.6.x and now get
<code>Exception in thread "main" java.lang.NoClassDefFoundError:
</code>
@@ -819,7 +819,7 @@ shell-prompt> m4 foo.m4 > foo
</answer>
</faq>

<faq id="NoClassDefFoundError">
<faq id="InstantiationException">
<question>I installed Ant 1.6.x and now get
<code>java.lang.InstantiationException: org.apache.tools.ant.Main</code>
</question>


Loading…
Cancel
Save