Re: Changing method signatures WAS Re: Extension of the Javah-Task

2005-04-20 Thread Stefan Bodewig
On Wed, 20 Apr 2005, Matt Benson <[EMAIL PROTECTED]> wrote: >> True, a good place to turn it into add(ResourceCollection) later. > > Where do we stand on that? i.e. the above requires 3rd-party code to > recompile, or we can be nice We have to be nice, I'd say. > Also, for tasks like this where

Changing method signatures WAS Re: Extension of the Javah-Task

2005-04-20 Thread Matt Benson
--- Stefan Bodewig <[EMAIL PROTECTED]> wrote: > On Wed, 20 Apr 2005, Matt Benson > <[EMAIL PROTECTED]> wrote: > > >> (2) Use addFileset(FileSet fs) and add fs to > collection on each > >> invocation, you get support for multiple FileSets > for free. > > > > Better yet, use add(FileSet fs) just be