RE: GenJar

2017-11-22 Thread RAPPAZ Francois
MG>which specific task do you want ant to implement? Make a jar using the regular ant jar task: With using a file selector that - start with the class file having the main function called to start the application - takes all the class it depends on, extract the corresponding class file from th

Re: GenJar

2017-11-22 Thread Martin Gainty
From: RAPPAZ Francois Sent: Wednesday, November 22, 2017 10:14 AM To: Ant Users List Cc: ddevie...@gmail.com Subject: RE: GenJar What really surprised me is that such a bcel selector has not already been written. MG>which specific task do you want ant to imp

RE: GenJar

2017-11-22 Thread RAPPAZ Francois
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 Mess