Great, thanks! ------------------------------------------------ Christian Cryder [EMAIL PROTECTED] Barracuda - MVC Component Framework for Webapps http://barracuda.enhydra.org ------------------------------------------------ "What a great time to be a Geek"
> -----Original Message----- > From: Erik Hatcher [mailto:[EMAIL PROTECTED] > Sent: Saturday, September 08, 2001 6:21 AM > To: [EMAIL PROTECTED] > Subject: Re: Problem in Copy taskdef? > > > But getFilterSets() and getFileUtils() are both protected so you can still > get at them. > > Erik > > > ----- Original Message ----- > From: "Christian Cryder" <[EMAIL PROTECTED]> > To: "Ant-dev" <[EMAIL PROTECTED]> > Sent: Friday, September 07, 2001 9:17 PM > Subject: Problem in Copy taskdef? > > > > Looking at the Copy taskdef, it says that doFileOperations() is a good > > method to override if you are trying to extend the copy > function. However, > > filterSets and fileUtils are both private, which makes it difficult to > > extend this method (and still keep the same filtering logic). > > > > Seems to me that these variables should be protected, not private... > > > > Christian > > ------------------------------------------------ > > Christian Cryder [EMAIL PROTECTED] > > Barracuda - MVC Component Framework for Webapps > > http://barracuda.enhydra.org > > ------------------------------------------------ > > "What a great time to be a Geek" > > >
