conor 2003/01/22 05:41:24
Modified: proposal/ant-site/anakia/docs faq.html
proposal/ant-site/anakia/xdocs/stylesheets site.vsl
Log:
just the FAQ failed - a bug a day ...
Revision Changes Path
1.15 +0 -16 jakarta-ant/proposal/ant-site/anakia/docs/faq.html
Index: faq.html
===================================================================
RCS file: /home/cvs/jakarta-ant/proposal/ant-site/anakia/docs/faq.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -w -u -r1.14 -r1.15
--- faq.html 22 Jan 2003 13:32:32 -0000 1.14
+++ faq.html 22 Jan 2003 13:41:23 -0000 1.15
@@ -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">
<chmod> or <exec> doesn't work in Ant
@@ -425,7 +410,6 @@
path.
</a></li>
</ul>
- </p>
</p>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
1.8 +0 -2
jakarta-ant/proposal/ant-site/anakia/xdocs/stylesheets/site.vsl
Index: site.vsl
===================================================================
RCS file:
/home/cvs/jakarta-ant/proposal/ant-site/anakia/xdocs/stylesheets/site.vsl,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -w -u -r1.7 -r1.8
--- site.vsl 22 Jan 2003 13:32:33 -0000 1.7
+++ site.vsl 22 Jan 2003 13:41:23 -0000 1.8
@@ -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)
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>