Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for jdkName (0.17 sec)

  1. maven-toolchain-builder/src/test/java/org/apache/maven/toolchain/building/DefaultToolchainsBuilderTest.java

        @Test
        void testEnvironmentVariablesAreInterpolated() throws Exception {
            Properties props = new Properties();
            props.put("key", "${env.testKey}");
            Xpp3Dom configurationChild = new Xpp3Dom("jdkHome");
            configurationChild.setValue("${env.testKey}");
            Xpp3Dom configuration = new Xpp3Dom("configuration");
            configuration.addChild(configurationChild);
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Mar 25 10:50:01 UTC 2024
    - 14.4K bytes
    - Viewed (0)
  2. analysis/analysis-api-standalone/tests/org/jetbrains/kotlin/analysis/api/standalone/fir/test/cases/session/builder/StandaloneSessionBuilderTest.kt

                            addBinaryRootsFromJdkHome(Paths.get(System.getProperty("java.home")), isJre = false)
                            platform = JvmPlatforms.defaultJvmPlatform
                            sdkName = "JDK"
                        }
                    )
                    sourceModule = addModule(
                        buildKtSourceModule {
                            addSourceRoot(testDataPath("jdkClassUsage"))
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed Jun 05 16:16:39 UTC 2024
    - 16.7K bytes
    - Viewed (0)
Back to top