-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial import from https://please.peelmeagrape.net/svn/public/nant/m…
…acrodef/ revision 292
- Loading branch information
0 parents
commit 88a92b9
Showing
29 changed files
with
2,137 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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><attribute> 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="->" src="../images/arrow.gif" /> | ||
<a href="../index.html">Help</a> | ||
<img alt="->" src="../images/arrow.gif" /> | ||
<span>Element Reference</span> | ||
<img alt="->" src="../images/arrow.gif" /> <attribute></td> | ||
<td class="NavBar-Cell" align="right"> | ||
v0.1.0</td> | ||
</tr> | ||
</table> | ||
<h1><attribute></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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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><sequential> 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="->" src="../images/arrow.gif" /> | ||
<a href="../index.html">Help</a> | ||
<img alt="->" src="../images/arrow.gif" /> | ||
<span>Element Reference</span> | ||
<img alt="->" src="../images/arrow.gif" /> <sequential></td> | ||
<td class="NavBar-Cell" align="right"> | ||
v0.1.0</td> | ||
</tr> | ||
</table> | ||
<h1><sequential></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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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><element> 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="->" src="../images/arrow.gif" /> | ||
<a href="../index.html">Help</a> | ||
<img alt="->" src="../images/arrow.gif" /> | ||
<span>Element Reference</span> | ||
<img alt="->" src="../images/arrow.gif" /> <element></td> | ||
<td class="NavBar-Cell" align="right"> | ||
v0.1.0</td> | ||
</tr> | ||
</table> | ||
<h1><element></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> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.