Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…acrodef/ revision 292
  • Loading branch information
sanjayprabhu committed Apr 17, 2011
0 parents commit 88a92b9
Show file tree
Hide file tree
Showing 29 changed files with 2,137 additions and 0 deletions.
340 changes: 340 additions & 0 deletions COPYING.txt

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
NAnt Macrodef Task
by Eoin Curran (http://peelmeagrape.net/) with the support of Exoftware (http://www.exoftware.com/)

Addon task for NAnt (http://nant.sourceforge.net/) that allows for defining new tasks, similarly to ant (http://ant.apache.org/).

Licensed under GPL - see COPYING.txt


Binary file added build/Macrodef.dll
Binary file not shown.
Binary file added build/Macrodef.dll.mdb
Binary file not shown.
129 changes: 129 additions & 0 deletions build/Macrodef.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

63 changes: 63 additions & 0 deletions build/doc/elements/Macrodef.MacroAttribute.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
<!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">
<!-- Documenting T:Macrodef.MacroAttribute-->
<head>
<meta http-equiv="Content-Language" content="en-ca" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="../style.css" />
<title>&lt;attribute&gt; Element</title>
</head>
<body>
<table width="100%" border="0" cellspacing="0" cellpadding="2" class="NavBar">
<tr>
<td class="NavBar-Cell">
<a href="http://peelmeagrape.net/">
<b>NAnt macrodef</b>
</a>
<img alt="-&gt;" src="../images/arrow.gif" />
<a href="../index.html">Help</a>
<img alt="-&gt;" src="../images/arrow.gif" />
<span>Element Reference</span>
<img alt="-&gt;" src="../images/arrow.gif" /> &lt;attribute&gt;</td>
<td class="NavBar-Cell" align="right">
v0.1.0</td>
</tr>
</table>
<h1>&lt;attribute&gt;</h1>
<p class="topicstatus">[This is preliminary documentation and subject to change.]</p>
<p> Describes a parameter/attribute of the macro. Can be accessed as properties within the macro definition (i.e. ${prop}). </p>
<h3>Parameters</h3>
<div class="table">
<table>
<tr>
<th>Attribute</th>
<th style="text-align: center;">Type</th>
<th>Description</th>
<th style="text-align: center;">Required</th>
</tr>
<tr>
<td valign="top">default</td>
<td style="text-align: center;">string</td>
<td> Default value - the property will be set to this if the attribute is not present. </td>
<td style="text-align: center;">False</td>
</tr>
<tr>
<td valign="top">name</td>
<td style="text-align: center;">string</td>
<td> The name of the attribute. </td>
<td style="text-align: center;">False</td>
</tr>
<tr>
<td valign="top">property</td>
<td style="text-align: center;">string</td>
<td> Property name to store the value in - defaults to the name of the attribute. </td>
<td style="text-align: center;">False</td>
</tr>
</table>
</div>
<h3>Requirements</h3>
<div style="margin-left: 20px;">
<b>Assembly:</b> Macrodef (0.1.0.21759)
</div>
</body>
</html>
34 changes: 34 additions & 0 deletions build/doc/elements/Macrodef.MacroDefSequential.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<!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">
<!-- Documenting T:Macrodef.MacroDefSequential-->
<head>
<meta http-equiv="Content-Language" content="en-ca" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="../style.css" />
<title>&lt;sequential&gt; Element</title>
</head>
<body>
<table width="100%" border="0" cellspacing="0" cellpadding="2" class="NavBar">
<tr>
<td class="NavBar-Cell">
<a href="http://peelmeagrape.net/">
<b>NAnt macrodef</b>
</a>
<img alt="-&gt;" src="../images/arrow.gif" />
<a href="../index.html">Help</a>
<img alt="-&gt;" src="../images/arrow.gif" />
<span>Element Reference</span>
<img alt="-&gt;" src="../images/arrow.gif" /> &lt;sequential&gt;</td>
<td class="NavBar-Cell" align="right">
v0.1.0</td>
</tr>
</table>
<h1>&lt;sequential&gt;</h1>
<p class="topicstatus">[This is preliminary documentation and subject to change.]</p>
<p> Contains the template for the macro - the tasks that should be executed when the macro is called. </p>
<h3>Requirements</h3>
<div style="margin-left: 20px;">
<b>Assembly:</b> Macrodef (0.1.0.21759)
</div>
</body>
</html>
51 changes: 51 additions & 0 deletions build/doc/elements/Macrodef.MacroElement.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
<!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">
<!-- Documenting T:Macrodef.MacroElement-->
<head>
<meta http-equiv="Content-Language" content="en-ca" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="../style.css" />
<title>&lt;element&gt; Element</title>
</head>
<body>
<table width="100%" border="0" cellspacing="0" cellpadding="2" class="NavBar">
<tr>
<td class="NavBar-Cell">
<a href="http://peelmeagrape.net/">
<b>NAnt macrodef</b>
</a>
<img alt="-&gt;" src="../images/arrow.gif" />
<a href="../index.html">Help</a>
<img alt="-&gt;" src="../images/arrow.gif" />
<span>Element Reference</span>
<img alt="-&gt;" src="../images/arrow.gif" /> &lt;element&gt;</td>
<td class="NavBar-Cell" align="right">
v0.1.0</td>
</tr>
</table>
<h1>&lt;element&gt;</h1>
<p class="topicstatus">[This is preliminary documentation and subject to change.]</p>
<p> Describe nested elements that can be supplied to the macrodef. These elements are callable by name. </p>
<h3>Parameters</h3>
<div class="table">
<table>
<tr>
<th>Attribute</th>
<th style="text-align: center;">Type</th>
<th>Description</th>
<th style="text-align: center;">Required</th>
</tr>
<tr>
<td valign="top">name</td>
<td style="text-align: center;">string</td>
<td> The name of the element. </td>
<td style="text-align: center;">False</td>
</tr>
</table>
</div>
<h3>Requirements</h3>
<div style="margin-left: 20px;">
<b>Assembly:</b> Macrodef (0.1.0.21759)
</div>
</body>
</html>
Binary file added build/doc/images/arrow.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/doc/images/bullet.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/doc/images/logo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 88a92b9

Please sign in to comment.