Hi,
How can I tell the Java plug-ins 'jar' task to generate an uncompressed jar 
file?
This can be done in Ant using the 'compress' attribute.

(e.g.)
<jar destfile="${jar.dir}/${project.name}.jar" basedir="${classes.dir}" 
manifest="${config.dir}/MANIFEST.MF" compress="false" />

Thanks!

Reply via email to