< prev index next >

test/tools/wsgen/MultiReleaseJarTest.java

Print this page
rev 17272 : 8181391: remove explicit @build actions for the top level testlibary classes
Reviewed-by: duke

*** 25,39 **** * @test * @summary Test Multi-Release jar support in wsgen tool * @library /test/lib * @library /lib/testlibrary * @modules jdk.compiler java.xml.ws ! * @build jdk.test.lib.JDKToolFinder jdk.test.lib.JDKToolLauncher ! * jdk.test.lib.process.OutputAnalyzer ! * jdk.test.lib.process.ProcessTools ! * jdk.test.lib.Utils ! * CompilerUtils MultiReleaseJarTest * @run testng MultiReleaseJarTest */ import jdk.test.lib.JDKToolLauncher; import jdk.test.lib.Utils; --- 25,35 ---- * @test * @summary Test Multi-Release jar support in wsgen tool * @library /test/lib * @library /lib/testlibrary * @modules jdk.compiler java.xml.ws ! * @build CompilerUtils * @run testng MultiReleaseJarTest */ import jdk.test.lib.JDKToolLauncher; import jdk.test.lib.Utils;
*** 116,120 **** --- 112,117 ---- assertTrue(CompilerUtils.compile(source, classes, "--add-modules", "java.xml.ws")); } } } +
< prev index next >