Sha256: 464bf24255176072f82d0d81e8ca0ce15df4fa8940f1d7e20501e1da0b959f6a
Contents?: true
Size: 1.88 KB
Versions: 2
Compression:
Stored size: 1.88 KB
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Language" content="en-ca" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="description" content="Ant Users" /> <link rel="stylesheet" type="text/css" href="../style.css" /> <title>Ant Users</title> </head> <body> <table width="100%" border="0" cellspacing="0" cellpadding="2" class="NavBar"> <tr> <td class="NavBar-Cell"> <a title="NAnt home page" href="http://nant.sourceforge.net"><b>NAnt</b></a> <img alt="->" src="../images/arrow.gif" /> <a href="../index.html">Help</a> <img alt="->" src="../images/arrow.gif" /> <a href="index.html">Introduction</a> <img height="9" alt="->" src="../images/arrow.gif" width="13" /> Ant Users </td> <td class="NavBar-Cell" align="right"> v0.90 </td> </tr> </table> <h1>Ant Users</h1> <p>If you have used Ant before than NAnt should feel comfortable but NAnt is only compatible with Ant in spirit. Here is a partial list of differences:</p> <ul> <li>Tasks do not have to be in a target. Tasks that appear directly in the project are executed inorder before any tasks in targets are executed.</li> <li><strong>nant.onsuccess</strong> and <strong>nant.onfailure</strong> properties can be defined target names that will be executed at the end of the build.</li> <li>NAnt looks for the first file ending in <strong>.build</strong> instead of build.xml.</li> </ul> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
nant-0.9.0.20100904 | docs/help/introduction/fog0000000081.html |
nant-0.9.0 | docs/help/introduction/fog0000000081.html |