Browse Source

re-generate site

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@436633 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 19 years ago
parent
commit
d0281846d0
8 changed files with 48 additions and 44 deletions
  1. +5
    -4
      docs/antlibs/antunit/index.html
  2. +3
    -0
      docs/antlibs/dotnet/index.html
  3. +2
    -2
      docs/external.html
  4. +34
    -34
      docs/manual/CoreTasks/diagnostics.html
  5. +1
    -1
      docs/manual/CoreTasks/java.html
  6. +1
    -1
      docs/manual/CoreTasks/style.html
  7. +1
    -1
      docs/manual/CoreTasks/subant.html
  8. +1
    -1
      docs/manual/listeners.html

+ 5
- 4
docs/antlibs/antunit/index.html View File

@@ -247,9 +247,10 @@ public class ANTLRTest extends BuildFileTest {
interface that can be used to record test results. The
<antunit> task accepts arbitrary many listeners and
relays test results to them.</p>
<p>Currently only a single implementation
<code>&lt;plainlistener&gt;</code> modelled after the "plain"
JUnit listener is bundled with the library.</p>
<p>Currently two implementations -
<code>&lt;plainlistener&gt;</code> and <code>xmllistener</code>
modelled after the "plain" and "xml"
JUnit listeners - are bundled with the library.</p>
<h3 class="section">
<a name="Examples"></a>
Examples
@@ -263,7 +264,7 @@ public class ANTLRTest extends BuildFileTest {
&lt;property name=&quot;foo&quot; value=&quot;foo&quot;/&gt;
&lt;/target&gt;

&lt;!-- is called after the test, if if that causes an error --&gt;
&lt;!-- is called after the test, even if that caused an error --&gt;
&lt;target name=&quot;tearDown&quot;&gt;
&lt;delete file=&quot;${foo}&quot; quiet=&quot;true&quot;/&gt;
&lt;/target&gt;


+ 3
- 0
docs/antlibs/dotnet/index.html View File

@@ -126,6 +126,9 @@
<p>Based on this a few tasks to run well known .NET utilities
from within Ant are provided, namely tasks to run <a href="http://www.nunit.org/">NUnit</a>, <a href="http://nant.sf.net/">NAnt</a>, <a href="http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=27&amp;SiteID=1">MSBuild</a>
and the <a href="http://wix.sf.net/">Wix</a> toolkit.</p>
<p>The initial .NET tasks of Ant (compiler tasks for C#, J# and VB.NET
for example) have also been moved to this Antlib and will see further
development here.</p>
<h3 class="section">
<a name="Tasks"></a>
Tasks


+ 2
- 2
docs/external.html View File

@@ -6413,7 +6413,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
bundles Ant 1.6.2 as of NetBeans 4.1; 1.6.5 for NetBeans 5.0
bundles 1.6.5 for NetBeans 5.0 and 5.5
</td>
</tr>
<tr>
@@ -6443,7 +6443,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
Sun Public License
Common Development and Distribution License
</td>
</tr>
</table>


+ 34
- 34
docs/manual/CoreTasks/diagnostics.html View File

@@ -1,34 +1,34 @@
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<link rel="stylesheet" type="text/css" href="../stylesheets/style.css">
<title>Diagnostics Task</title>
</head>
<body>
<h2><a name="echo">Diagnostics</a></h2>
<h3>Diagnostics</h3>
<p>
Runs Ant's <code>-diagnostics</code> code inside Ant itself. This is good for
debugging Ant's configuration under an IDE.
<h3>Examples</h3>
<pre>
&lt;target name="diagnostics" description="diagnostics"&gt;
&lt;diagnostics/&gt;
&lt;/target&gt;
</pre>
<p>
Prints out the current diagnostics dump.
</p>
<hr>
<p align="center">Copyright &copy; 2006 The Apache Software Foundation. All rights
Reserved.</p>
</body>
</html>
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<link rel="stylesheet" type="text/css" href="../stylesheets/style.css">
<title>Diagnostics Task</title>
</head>
<body>
<h2><a name="echo">Diagnostics</a></h2>
<h3>Diagnostics</h3>
<p>
Runs Ant's <code>-diagnostics</code> code inside Ant itself. This is good for
debugging Ant's configuration under an IDE.
<h3>Examples</h3>
<pre>
&lt;target name="diagnostics" description="diagnostics"&gt;
&lt;diagnostics/&gt;
&lt;/target&gt;
</pre>
<p>
Prints out the current diagnostics dump.
</p>
<hr>
<p align="center">Copyright &copy; 2006 The Apache Software Foundation. All rights
Reserved.</p>
</body>
</html>

+ 1
- 1
docs/manual/CoreTasks/java.html View File

@@ -378,4 +378,4 @@ That JVM can be started from <code>&lt;exec&gt;</code> if required.</p>
Reserved.</p>

</body>
</html>
</html>

+ 1
- 1
docs/manual/CoreTasks/style.html View File

@@ -463,4 +463,4 @@ See <a href="../CoreTypes/resources.html">resources</a> to see the concrete synt
Reserved.</p>

</body>
</html>
</html>

+ 1
- 1
docs/manual/CoreTasks/subant.html View File

@@ -585,4 +585,4 @@
</table>

</body>
</html>
</html>

+ 1
- 1
docs/manual/listeners.html View File

@@ -395,4 +395,4 @@ developers.</p>
Reserved.</p>

</body>
</html>
</html>

Loading…
Cancel
Save