Re: java.lang.Iterable

2005-04-21 Thread Patrick Heck
;Ant Developers List" <[EMAIL PROTECTED]> To Ant Developers List <[EMAIL PROTECTED]> cc Subject java.lang.Iterable Peter Reilly wrote: > [EMAIL PROTECTED] wrote: > >> I had a project where a code generator inserts one interface statement >> - and that &

Re: java.lang.Iterable

2005-04-21 Thread Steve Loughran
Steve Loughran wrote: Peter Reilly wrote: [EMAIL PROTECTED] wrote: I had a project where a code generator inserts one interface statement - and that what missing. So I created just an empty interface to make the compiler happy. Couldnt we "backport" the Iterable interface? I played a little with

java.lang.Iterable

2005-04-21 Thread Steve Loughran
Peter Reilly wrote: [EMAIL PROTECTED] wrote: I had a project where a code generator inserts one interface statement - and that what missing. So I created just an empty interface to make the compiler happy. Couldnt we "backport" the Iterable interface? I played a little with these... - build.xml