test/jdk/tools/jpackage/createinstaller/linux/base/JPackageCreateInstallerPackageDepsBase.java
branchJDK-8200758-branch
changeset 57241 e11f3bf34083
parent 57180 1d6f8a7c6d5a
child 57307 4948a1944cf9
equal deleted inserted replaced
57220:6a80fd1912ef 57241:e11f3bf34083
   118             "--input", "input",
   118             "--input", "input",
   119             "--output", "output",
   119             "--output", "output",
   120             "--name", TEST_NAME,
   120             "--name", TEST_NAME,
   121             "--main-jar", "hello.jar",
   121             "--main-jar", "hello.jar",
   122             "--main-class", "Hello",
   122             "--main-class", "Hello",
   123             "--overwrite",
       
   124             "--files", "hello.jar",
   123             "--files", "hello.jar",
   125             "--linux-package-deps", DEP_NAME.toLowerCase()};
   124             "--linux-package-deps", DEP_NAME.toLowerCase()};
   126         CMD_DEP = new String[]{
   125         CMD_DEP = new String[]{
   127             "create-installer",
   126             "create-installer",
   128             "--installer-type", EXT,
   127             "--installer-type", EXT,
   129             "--input", "input",
   128             "--input", "input",
   130             "--output", "output",
   129             "--output", "output",
   131             "--name", DEP_NAME,
   130             "--name", DEP_NAME,
   132             "--main-jar", "hello.jar",
   131             "--main-jar", "hello.jar",
   133             "--main-class", "Hello",
   132             "--main-class", "Hello",
   134             "--overwrite",
       
   135             "--files", "hello.jar"};
   133             "--files", "hello.jar"};
   136     }
   134     }
   137 
   135 
   138     public static void run(String name, String ext) throws Exception {
   136     public static void run(String name, String ext) throws Exception {
   139         init(name, ext);
   137         init(name, ext);