I want to create a jar file that simply has a manifest with a Class-Path attribute that points to other jar files, but the jar command requires me to supply a dummy empty directory on the command line.
% jar cfm foo.jar manifest
'c' flag requires that input files be specified!
% jar cfm foo.jar manifest
'c' flag requires that input files be specified!