1. Remove bin directory.
2. Fix failing test com.oracle.appbundlers.tests.functionality.jdk9test.JmodExplodedModuleAndModularJarDependencyTest
3. com.oracle.appbundlers.tests.functionality.jdk9test.NamedModuleWithEntireJreTest ====> remove check for module name in java --list-modules.
4. com.oracle.appbundlers.tests.functionality.jdk9test.OtherClassInMainModuleTest ===> change BasicParams to AdditionalParams
5. build.xml changes for https://bugs.openjdk.java.net/browse/JDK-8161185
6. build.xml changes ==> remove compulsory elements of -Dinstallation-package-type
and -Dpackager-interface when executing for single testcase.
Added flexbility of specifying multpile parameters using comma(,) operator to the following when executing single testcase through ant
for e.g. in windows.
a. -Dinstallation-package-type=exe
now this is changed to support mulitple extensions e.g. -Dinstallation-package-type=exe,msi
b. -Dpackager-interface=cli,ant
c. -Djava-extension-type=NormalJar,ModularJar,Jmods
7. Change the implementation of DefaultClassPathTest ===> inlcude one jar depending on another
8. Fix failing test case com.oracle.appbundlers.tests.functionality.jdk9test.UnnamedModuleDependsOn3rdPartyModulesBundledWithEntireJreTest
9. Fix failing test case com.oracle.appbundlers.tests.functionality.jdk9test.JmodExplodedModuleAndModularJarDependencyTest
2. Fix failing test com.oracle.appbundlers.tests.functionality.jdk9test.JmodExplodedModuleAndModularJarDependencyTest
3. com.oracle.appbundlers.tests.functionality.jdk9test.NamedModuleWithEntireJreTest ====> remove check for module name in java --list-modules.
4. com.oracle.appbundlers.tests.functionality.jdk9test.OtherClassInMainModuleTest ===> change BasicParams to AdditionalParams
5. build.xml changes for https://bugs.openjdk.java.net/browse/JDK-8161185
6. build.xml changes ==> remove compulsory elements of -Dinstallation-package-type
and -Dpackager-interface when executing for single testcase.
Added flexbility of specifying multpile parameters using comma(,) operator to the following when executing single testcase through ant
for e.g. in windows.
a. -Dinstallation-package-type=exe
now this is changed to support mulitple extensions e.g. -Dinstallation-package-type=exe,msi
b. -Dpackager-interface=cli,ant
c. -Djava-extension-type=NormalJar,ModularJar,Jmods
7. Change the implementation of DefaultClassPathTest ===> inlcude one jar depending on another
8. Fix failing test case com.oracle.appbundlers.tests.functionality.jdk9test.UnnamedModuleDependsOn3rdPartyModulesBundledWithEntireJreTest
9. Fix failing test case com.oracle.appbundlers.tests.functionality.jdk9test.JmodExplodedModuleAndModularJarDependencyTest