I'm returning to some java projects that I left for some years. These projects use ant to compile, make the doc and specially they use the external task genjar to build jar files.
I spend some hours trying to have genjar working (I downloaded the source from sourceforge) and it's seems that the part of the code that try to read the class file does not work anymore. It's seems I'm hitting the end of the file when that was not expected. The most recent version of genjar is 1.0.2 and is more the ten years old. Does anyone know of a substitute ? I can use the jar task from ant, once I have a list of classes, but to build elegantly a jar without a list, genjar was great. Thanks for any suggestion ! François