Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 29450 invoked from network); 11 Oct 2006 14:19:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Oct 2006 14:19:13 -0000 Received: (qmail 19515 invoked by uid 500); 11 Oct 2006 14:19:12 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 19469 invoked by uid 500); 11 Oct 2006 14:19:11 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 19458 invoked by uid 99); 11 Oct 2006 14:19:11 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Oct 2006 07:19:11 -0700 X-ASF-Spam-Status: No, hits=2.8 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,DNS_FROM_RFC_WHOIS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [206.190.58.161] (HELO web55112.mail.re4.yahoo.com) (206.190.58.161) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 11 Oct 2006 07:19:06 -0700 Received: (qmail 34047 invoked by uid 60001); 11 Oct 2006 14:18:44 -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=uplP0aWpc+kTnmE/Jxoi31yv549j4y0nkFx4Tbx9WcHex7aifUceq1tFg22ggsWaqNXa78Za2/zzuJ8kSud7uAkjTamX0ylBdqmf8FStLjV+pFQ1xed53Gp3mp29f6VtqApRDDfFGEMLE7b78j9ms5i6QwXw4VlFwJqcaLXYQu8= ; Message-ID: <20061011141844.34045.qmail@web55112.mail.re4.yahoo.com> Received: from [66.10.233.130] by web55112.mail.re4.yahoo.com via HTTP; Wed, 11 Oct 2006 07:18:43 PDT Date: Wed, 11 Oct 2006 07:18:43 -0700 (PDT) From: Matt Benson Subject: Re: Backward compatible problem with resources To: Ant Developers List In-Reply-To: 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 --- Peter Reilly wrote: > On 10/11/06, Matt Benson > wrote: > > --- Peter Reilly > wrote: > > > > > I have run into a bc problem with resources. > > > If ant-contrib is compiled with ant1.7, and used > > > with > > > ant1.6 all the tasks that use Path > > > cannot be used: > > > > > > C:\Documents and > > > Settings\reilly\learning\a\for\build.xml:3: > Could > > > not > > > create type antlib:net.sf.antcontrib:for due to > > > java.lang.NoClassDefFoundError: > > > org/apache/tools/ant/types/resources/Union > > [SNIP] > > > > Ha! Call this a "duh" moment on my part. Don't > ask > > what I was thinking, since I obviously wasn't. > > Anyway, was created by extracting the > > "ordered, no-dupes" logic from . If we just > add > > most of the code directly back to > The code could be accessed via composition rather > that inheritance. > I was thinking about that, actually. :) Give me a break, I'm sick and it was early for me. The 1.6 API would still be fulfilled, the 1.7 APIs would be ignored, code would not be duplicated, and Path would just inherit from DataType as always. Sounds like a plan. -Matt > Peter > > , we > > should be okay, right. I think also > extends > > BaseResourceCollectionContainer, but either way > > there's nothing we can't simply duplicate in > . > > I'll see if I can fix it this week. > > > > -Matt > > > > > > __________________________________________________ > > Do You Yahoo!? > > Tired of spam? Yahoo! Mail has the best spam > protection around > > http://mail.yahoo.com > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: > dev-unsubscribe@ant.apache.org > > For additional commands, e-mail: > dev-help@ant.apache.org > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > dev-unsubscribe@ant.apache.org > For additional commands, e-mail: > dev-help@ant.apache.org > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org