Return-Path: Delivered-To: apmail-ibatis-user-cs-archive@www.apache.org Received: (qmail 54828 invoked from network); 25 Jan 2006 04:13:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Jan 2006 04:13:51 -0000 Received: (qmail 45726 invoked by uid 500); 25 Jan 2006 04:13:51 -0000 Delivered-To: apmail-ibatis-user-cs-archive@ibatis.apache.org Received: (qmail 45710 invoked by uid 500); 25 Jan 2006 04:13:50 -0000 Mailing-List: contact user-cs-help@ibatis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user-cs@ibatis.apache.org Delivered-To: mailing list user-cs@ibatis.apache.org Received: (qmail 45699 invoked by uid 99); 25 Jan 2006 04:13:50 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jan 2006 20:13:50 -0800 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [68.142.207.146] (HELO web32215.mail.mud.yahoo.com) (68.142.207.146) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 24 Jan 2006 20:13:49 -0800 Received: (qmail 81111 invoked by uid 60001); 25 Jan 2006 04:13:28 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=QTo0TgO6Ao7ru6nsuhvaLBC8itcn9vgSpqxYU30KGJ2kzxXIt7Cg0LVe+xcoJoLP6pXIVls/ZIL0IrP2smGZabw8x4/FaYJlTNJ4tpvW6jwYLK/bag7QzPIZhK/vbWOlwMwri5ImQHIyXapf4redNYnek7VPGvYqKRyZTgHSEFM= ; Message-ID: <20060125041328.81109.qmail@web32215.mail.mud.yahoo.com> Received: from [65.24.255.41] by web32215.mail.mud.yahoo.com via HTTP; Tue, 24 Jan 2006 20:13:28 PST Date: Tue, 24 Jan 2006 20:13:28 -0800 (PST) From: Ron Grabowski Subject: Re: .NET 2.0 and Generics To: user-cs@ibatis.apache.org In-Reply-To: <16f722280601241844o3b7ce939qaa751c7923b5b85f@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Thanks for taking a look at this! I don't know a lot about .NET 2.0 (my company hasn't switched over yet)...is it possible to do something like this: listClass="List" Did you see other areas that needed worked on? Are the dynamic sql operators ok the way they are (, , etc.)? I think Generics.patch is so big because it has the log4net.xml file in it. --- Chad Humphries wrote: > Ok, the patch is large, so I've uploaded it to my site > (http://tiredidea.com/files/ibatis-generics.zip). > > This file contains: > -New build of Castle.DynamicProxy for .NET v2.0 > -New Solution/Csproj files for dotnet2 > -New conditional compilation symbol: dotnet2 for dotnet2 projects to > wrap v2 code from 1.1 > -Modifications to support the new methods listed below, with copies > of > certain test cases using generics > > What it doesn't contain: > -Modifications to the build scripts (nant) to support building via > nant. I'm not really clear on the build script structure, but it has > hardcoded paths to nant tasks that I don't have on my machine at the > moment. [snip]