summaryrefslogtreecommitdiff
path: root/content/xdocs/Build .NET Client.html
blob: 2812ee3133318bd0ef57246c59e7f9088c55fa58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
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>