ant/docs/manual/CoreTasks/diagnostics.html

35 lines
733 B
HTML
Raw Normal View History

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