Browse Source

just the FAQ failed - a bug a day ...

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273854 13f79535-47bb-0310-9956-ffa450edef68
master
Conor MacNeill 22 years ago
parent
commit
94c1f2cf39
2 changed files with 0 additions and 18 deletions
  1. +0
    -16
      proposal/ant-site/anakia/docs/faq.html
  2. +0
    -2
      proposal/ant-site/anakia/xdocs/stylesheets/site.vsl

+ 0
- 16
proposal/ant-site/anakia/docs/faq.html View File

@@ -214,7 +214,6 @@
</font>
</td></tr>
</table>
<p>
<ul>
<li><a href="#latest-version">
Where do I find the latest version of this
@@ -228,7 +227,6 @@
FAQ?
</a></li>
</ul>
</p>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#4C6C8F">
<font color="#ffffff" face="arial,helvetica,sanserif">
@@ -236,7 +234,6 @@
</font>
</td></tr>
</table>
<p>
<ul>
<li><a href="#what-is-ant">
What is Apache Ant?
@@ -248,7 +245,6 @@
Tell us a little bit about Ant's history.
</a></li>
</ul>
</p>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#4C6C8F">
<font color="#ffffff" face="arial,helvetica,sanserif">
@@ -256,14 +252,12 @@
</font>
</td></tr>
</table>
<p>
<ul>
<li><a href="#no-gnu-tar">
I get checksum errors when I try to extract the
<code>tar.gz</code> distribution file. Why?
</a></li>
</ul>
</p>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#4C6C8F">
<font color="#ffffff" face="arial,helvetica,sanserif">
@@ -271,7 +265,6 @@
</font>
</td></tr>
</table>
<p>
<ul>
<li><a href="#adding-external-tasks">
How do I add an external task that I've written to the
@@ -304,7 +297,6 @@
umlauts in my build file?
</a></li>
</ul>
</p>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#4C6C8F">
<font color="#ffffff" face="arial,helvetica,sanserif">
@@ -312,7 +304,6 @@
</font>
</td></tr>
</table>
<p>
<ul>
<li><a href="#always-recompiles">
Why does Ant always recompile all my Java files?
@@ -348,7 +339,6 @@
<code>meta-inf</code> directory.
</a></li>
</ul>
</p>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#4C6C8F">
<font color="#ffffff" face="arial,helvetica,sanserif">
@@ -356,7 +346,6 @@
</font>
</td></tr>
</table>
<p>
<ul>
<li><a href="#integration">
Is Ant supported by my IDE/Editor?
@@ -366,7 +355,6 @@
correctly parse the error messages generated by Ant?
</a></li>
</ul>
</p>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#4C6C8F">
<font color="#ffffff" face="arial,helvetica,sanserif">
@@ -374,7 +362,6 @@
</font>
</td></tr>
</table>
<p>
<ul>
<li><a href="#dtd">
Is there a DTD that I can use to validate my build
@@ -392,7 +379,6 @@
with from inside BuildListener?
</a></li>
</ul>
</p>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#4C6C8F">
<font color="#ffffff" face="arial,helvetica,sanserif">
@@ -400,7 +386,6 @@
</font>
</td></tr>
</table>
<p>
<ul>
<li><a href="#remove-cr">
&lt;chmod&gt; or &lt;exec&gt; doesn't work in Ant
@@ -425,7 +410,6 @@
path.
</a></li>
</ul>
</p>
</p>

<table border="0" cellspacing="0" cellpadding="2" width="100%">


+ 0
- 2
proposal/ant-site/anakia/xdocs/stylesheets/site.vsl View File

@@ -119,13 +119,11 @@
</font>
</td></tr>
</table>
<p>
<ul>
#foreach ($faq in $section.getChildren("faq") )
#subtoc ($faq)
#end
</ul>
</p>
#end

#macro (subtoc $faq)


Loading…
Cancel
Save