mirror of
https://github.com/apache/ant.git
synced 2025-05-18 14:04:48 +00:00
35 lines
733 B
HTML
35 lines
733 B
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>
|
||
|
<target name="diagnostics" description="diagnostics">
|
||
|
<diagnostics/>
|
||
|
</target>
|
||
|
</pre>
|
||
|
|
||
|
<p>
|
||
|
Prints out the current diagnostics dump.
|
||
|
</p>
|
||
|
<hr>
|
||
|
<p align="center">Copyright © 2006 The Apache Software Foundation. All rights
|
||
|
Reserved.</p>
|
||
|
|
||
|
</body>
|
||
|
</html>
|