DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=31530 jar task creates an empty jar file if is specified Summary: jar task creates an empty jar file if is specified Product: Ant Version: 1.6.2 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Core tasks AssignedTo: dev@ant.apache.org ReportedBy: florin@iucha.net The jar task by default does not create a jar file if there are no files to archive. But if a manifest is specified, a jar file is created regardless. I want to be able to specify a manifest if there are classes to be jarred, but skip the jar altogethere if there are no classes. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org