equal
deleted
inserted
replaced
34 error.bad.uflag=\ |
34 error.bad.uflag=\ |
35 'u' flag requires manifest, 'e' flag or input files to be specified! |
35 'u' flag requires manifest, 'e' flag or input files to be specified! |
36 error.bad.eflag=\ |
36 error.bad.eflag=\ |
37 'e' flag and manifest with the 'Main-Class' attribute cannot be specified \n\ |
37 'e' flag and manifest with the 'Main-Class' attribute cannot be specified \n\ |
38 together! |
38 together! |
39 error.bad.pvalue=\ |
|
40 bad value for 'Profile' attribute: {0} |
|
41 error.nosuch.fileordir=\ |
39 error.nosuch.fileordir=\ |
42 {0} : no such file or directory |
40 {0} : no such file or directory |
43 error.write.file=\ |
41 error.write.file=\ |
44 Error in writing existing jar file |
42 Error in writing existing jar file |
45 error.create.dir=\ |
43 error.create.dir=\ |
77 \ \ -v generate verbose output on standard output\n\ |
75 \ \ -v generate verbose output on standard output\n\ |
78 \ \ -f specify archive file name\n\ |
76 \ \ -f specify archive file name\n\ |
79 \ \ -m include manifest information from specified manifest file\n\ |
77 \ \ -m include manifest information from specified manifest file\n\ |
80 \ \ -e specify application entry point for stand-alone application \n\ |
78 \ \ -e specify application entry point for stand-alone application \n\ |
81 \ \ bundled into an executable jar file\n\ |
79 \ \ bundled into an executable jar file\n\ |
82 \ \ -p specify profile name\n\ |
|
83 \ \ -0 store only; use no ZIP compression\n\ |
80 \ \ -0 store only; use no ZIP compression\n\ |
84 \ \ -M do not create a manifest file for the entries\n\ |
81 \ \ -M do not create a manifest file for the entries\n\ |
85 \ \ -i generate index information for the specified jar files\n\ |
82 \ \ -i generate index information for the specified jar files\n\ |
86 \ \ -C change to the specified directory and include the following file\n\ |
83 \ \ -C change to the specified directory and include the following file\n\ |
87 If any file is a directory then it is processed recursively.\n\ |
84 If any file is a directory then it is processed recursively.\n\ |