> Hello, If I am not mistaken the current JAR task always creates a > META-INF/MANIFEST.MF > is there a specific reason for this? The specification says the > META-INF/* is optional
Is there any difference between a jar file which doesn't have a manifest and a plain zip file? If not, I would suggest that people wanting to create a jar file which doesn't have a manifest should just use the zip task with a jar filename. Jon
