Return-Path: Delivered-To: apmail-incubator-qpid-users-archive@locus.apache.org Received: (qmail 81936 invoked from network); 30 Nov 2008 17:21:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Nov 2008 17:21:16 -0000 Received: (qmail 59848 invoked by uid 500); 30 Nov 2008 17:21:27 -0000 Delivered-To: apmail-incubator-qpid-users-archive@incubator.apache.org Received: (qmail 59831 invoked by uid 500); 30 Nov 2008 17:21:27 -0000 Mailing-List: contact qpid-users-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: qpid-users@incubator.apache.org Delivered-To: mailing list qpid-users@incubator.apache.org Received: (qmail 59820 invoked by uid 99); 30 Nov 2008 17:21:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 30 Nov 2008 09:21:27 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of robert.j.greig@gmail.com designates 66.249.92.168 as permitted sender) Received: from [66.249.92.168] (HELO ug-out-1314.google.com) (66.249.92.168) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 30 Nov 2008 17:19:59 +0000 Received: by ug-out-1314.google.com with SMTP id 36so2693009uga.17 for ; Sun, 30 Nov 2008 09:20:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=CKLaj26+dqJNlRzvhV1PTnMrvBAmBuO8GTb4mHGR2+0=; b=IhNrb7IAQlw8nZ5/6VGDl2Z/oiLfeXCrVlowThBIh4kBjOUOF6YK2OtYoKkOuw8ztW +rQE3phqVhR5SJWO7vJbjQSgbhrtelCaMDJgiglADI987RAg3Ji4a69bVjlY1eYcGDY0 XAHGEgSVhhsk22uY5inATRH6AUsoTAo1ChXEY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=MXUcHWKLWC+OdC/kaRehK6r4hhjaCLaJdnL7SCEsV5XrS4KbWzWCFoQxHkYR+M1NMj mZv2q54VKDSBubzhAkRFZ8x2MOox+w9LN9h4NKRORH3FeefoM3wh+tN05c7b2/yN8L0g 0nKdxh5k+Zr0XMWxMaMXZWO4/7FMHHrVVS9h0= Received: by 10.103.2.14 with SMTP id e14mr4138520mui.48.1228065645445; Sun, 30 Nov 2008 09:20:45 -0800 (PST) Received: by 10.103.161.11 with HTTP; Sun, 30 Nov 2008 09:20:45 -0800 (PST) Message-ID: <129a14790811300920w7b56854am9ceddc70632fe267@mail.gmail.com> Date: Sun, 30 Nov 2008 17:20:45 +0000 From: "Robert Greig" To: qpid-users@incubator.apache.org Subject: Re: C# client for 0-10? In-Reply-To: <492F05BC.40705@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <532EAD9BE204294BABBC3147C2403A290227D78C@FPNTEXCBE02.services.local> <1035773120.2227241227690363434.JavaMail.root@zmail01.collab.prod.int.phx2.redhat.com> <129a14790811261154i209a1293hb85828b3032947f2@mail.gmail.com> <129a14790811271209t245a1611j1059efd7e21eefd4@mail.gmail.com> <492F05BC.40705@redhat.com> X-Virus-Checked: Checked by ClamAV on apache.org 2008/11/27 Carl Trieloff : > > The build works on both mono and native. I expect that all that is needed is > are minor > updated to have it build on 2.0 and 3.5. I had assumed build on 2.0 and then > run on anything. I just tried it and it did not work for me. The readme says that you can build using the Visual Studio solution files, or with nant, and the build-dotnet20 script uses msbuild rather than nant. The VS project files do not contain all the necessary files or references to dependent assemblies (e.g. log4net). Is the strategy to use nant as the main build system or VS project files and msbuild.exe? I have fixed the VS project files and can check them in obviously, but I first wanted to check if they are not being maintained since it may make more sense to delete them. The code also will not build on .NET 1.1 (it uses generics for a start) so I think the instructions and bat files need to be modified to reflect that. Incidentally, with nant or the fixed project files it builds on both 2.0 and 3.5. RG