What really surprised me is that such a bcel selector has not already been written.
Is there examples of codes of these custom selectors ? Correcting the original genjar codes proved to be < 50 lines changes Writing this selector from scratch is quiet harder for me François -----Original Message----- From: Dominique Devienne [mailto:ddevie...@gmail.com] Sent: 21 November 2017 15:18 To: Ant Users List <user@ant.apache.org> Subject: Re: GenJar On Tue, Nov 21, 2017 at 11:19 AM, RAPPAZ Francois <francois.rap...@unifr.ch> wrote: > Things turned out well at the end... > > since I could contact the original maintainer of genjar on sourceforge > and I was able to update my changes there. > > Note that this tool had some descendants. I have found on github: > mx:genjar, genjar2. > All these IMHO are misguided in that they replace <jar> instead of just providing a smarter BCEL-powered (or other) selector within <jar>. Maybe I underestimate how easy that is perhaps though... --DD