ant/docs/manual/CoreTasks/diagnostics.html
2006-08-04 14:23:50 +00:00

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>
&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>