summaryrefslogtreecommitdiff
path: root/documentation/content/xdocs/Setup .Net Client on Windows.html
blob: 8bc68361303ae3a4ebb17b0913167bfd368f0ad7 (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
<html>
    <head>
        <title>Apache Qpid : Setup .Net Client on Windows</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 : Setup .Net Client on Windows
                                                    </span>
				    </div>
				    <div class="pagesubheading">
					    This page last changed on Aug 02, 2007 by <font color="#0050B2">ritchiem</font>.
				    </div>

				    <h2><a name="Setup.NetClientonWindows-Setup"></a>Setup</h2>

<p>Install:<br/>
  Microsoft Visual Studio 2005 (VS2005)<br/>
  NAnt 0.85 - only required for builds outside VS2005 (.net 1.1, .net 2.0, mono 2.0)<br/>
  Ant 1.6.5<br/>
  Cygwin (or alternatively build via cmd but alter instructions below accordingly)</p>

<p>Set up PATH to include Nant.exe:</p>

<p>  $ PATH=/cygdrive/c/WINDOWS/Microsoft.NET/Framework/v2.0.50727:$PATH</p>

<p>Set up PATH to include ant:</p>

<p>  $ PATH=$ANT_HOME/bin:$PATH</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>