summaryrefslogtreecommitdiff
path: root/content/xdocs/Build .NET Client.html
diff options
context:
space:
mode:
Diffstat (limited to 'content/xdocs/Build .NET Client.html')
-rwxr-xr-xcontent/xdocs/Build .NET Client.html58
1 files changed, 58 insertions, 0 deletions
diff --git a/content/xdocs/Build .NET Client.html b/content/xdocs/Build .NET Client.html
new file mode 100755
index 0000000000..2812ee3133
--- /dev/null
+++ b/content/xdocs/Build .NET Client.html
@@ -0,0 +1,58 @@
+<html>
+ <head>
+ <title>Apache Qpid : Build .NET Client</title>
+ <link rel="stylesheet" href="styles/site.css" type="text/css" />
+ <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ </head>
+
+ <body>
+ <table class="pagecontent" border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#ffffff">
+ <tr>
+ <td valign="top" class="pagebody">
+ <div class="pageheader">
+ <span class="pagetitle">
+ Apache Qpid : Build .NET Client
+ </span>
+ </div>
+ <div class="pagesubheading">
+ This page last changed on Aug 02, 2007 by <font color="#0050B2">ritchiem</font>.
+ </div>
+
+ <h2><a name="Build.NETClient-BuildingClient"></a>Building Client</h2>
+
+<p>Generate framing from /Qpid.Common/amqp.xml specificiation file:</p>
+
+<p> $ build-framing</p>
+
+<p>Alternatively, just switch to /Qpid.Common and run "ant" there.</p>
+
+<p>You can build from Visual Studio 2005 normally. Alternatively, you<br/>
+can build debug releases for any supported framework from the <br/>
+command line using Nant:</p>
+
+<p>To build .NET 2.0 executables (to bin/net-2.0):</p>
+
+<p> $ build-dotnet20</p>
+
+<p>To build .NET 1.1 executables (to bin/net-1.1):</p>
+
+<p> $ build-dotnet11</p>
+
+<p>To build for Mono on Linux (to bin/mono-2.0):</p>
+
+<p> $ build-mono</p>
+
+
+ </td>
+ </tr>
+ </table>
+ <table border="0" cellpadding="0" cellspacing="0" width="100%">
+ <tr>
+ <td height="12" background="border/border_bottom.gif"><img src="border/spacer.gif" width="1" height="1" border="0"/></td>
+ </tr>
+ <tr>
+ <td align="center"><font color="grey">Document generated by Confluence on Apr 22, 2008 02:47</font></td>
+ </tr>
+ </table>
+ </body>
+</html> \ No newline at end of file