- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 16 for Launcher (0.1 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
.teamcity/mvnw
exit 1 fi if [ -z "$JAVA_HOME" ] ; then echo "Warning: JAVA_HOME environment variable is not set." fi CLASSWORLDS_LAUNCHER=org.codehaus.plexus.classworlds.launcher.Launcher # traverses directory structure from process work directory to filesystem root # first directory with .mvn subdirectory is considered project base directory find_maven_basedir() { if [ -z "$1" ] then
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Feb 26 01:48:39 GMT 2020 - 9.8K bytes - Click Count (0) -
apache-maven/src/assembly/maven/bin/mvn.cmd
shift goto processArgs :endHandleArgs call :processArgs %* for %%i in ("%MAVEN_HOME%"\boot\plexus-classworlds-*) do set LAUNCHER_JAR="%%i" set LAUNCHER_CLASS=org.codehaus.plexus.classworlds.launcher.Launcher if "%MAVEN_MAIN_CLASS%"=="" @set MAVEN_MAIN_CLASS=org.apache.maven.cling.MavenCling if defined MAVEN_DEBUG_SCRIPT ( echo [DEBUG] Launching JVM with command:
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Dec 10 16:40:06 GMT 2025 - 10.7K bytes - Click Count (3) -
build-logic/integration-testing/src/main/kotlin/gradlebuild/integrationtests/shared-configuration.kt
systemProperties["org.gradle.integtest.debug"] = "true" testLogging.showStandardStreams = true } if (project.launcherDebuggingIsEnabled) { systemProperties["org.gradle.integtest.launcher.debug"] = "true" testLogging.showStandardStreams = true } } fun DistributionTest.setSystemPropertiesOfTestJVM(defaultVersions: String) { // use -PtestVersions=all or -PtestVersions=1.2,1.3…
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Mon Aug 18 16:39:23 GMT 2025 - 12.8K bytes - Click Count (0) -
build-logic/dependency-modules/src/main/kotlin/gradlebuild/modules/extension/ExternalModulesExtension.kt
val agp = "com.android.tools.build:gradle" val ansiControlSequenceUtil = "net.rubygrapefruit:ansi-control-sequence-util" val ant = "org.apache.ant:ant" val antLauncher = "org.apache.ant:ant-launcher" val asm = "org.ow2.asm:asm" val asmAnalysis = "org.ow2.asm:asm-analysis" val asmCommons = "org.ow2.asm:asm-commons" val asmTree = "org.ow2.asm:asm-tree" val asmUtil = "org.ow2.asm:asm-util"Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Fri Dec 19 06:45:52 GMT 2025 - 15.9K bytes - Click Count (0) -
build-logic/buildquality/src/test/kotlin/gradlebuild/testcleanup/TestFilesCleanupServiceTest.kt
} dependencies { "testImplementation"("org.junit.jupiter:junit-jupiter-engine:5.8.1") "testRuntimeOnly"("org.junit.platform:junit-platform-launcher") } tasks.named<Test>("test").configure { this.ignoreFailures = ignoreFailures if (hasLeftover) { doFirst {Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Jun 18 10:36:40 GMT 2025 - 10.9K bytes - Click Count (0) -
.teamcity/subprojects.json
"name": "language-native", "path": "platforms/native/language-native", "unitTests": true, "functionalTests": true, "crossVersionTests": false }, { "name": "launcher", "path": "platforms/core-runtime/launcher", "unitTests": true, "functionalTests": true, "crossVersionTests": false }, { "name": "logging", "path": "platforms/core-runtime/logging",
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Dec 18 18:40:11 GMT 2025 - 37.5K bytes - Click Count (0) -
build.gradle.kts
testRuntimeOnly(rootProject.libs.junit.jupiter.engine) testRuntimeOnly(rootProject.libs.junit.vintage.engine) testRuntimeOnly(rootProject.libs.junit.platform.launcher) } } tasks.withType<Test> { useJUnitPlatform() jvmArgs( "-Dokhttp.platform=$platform", ) if (platform == "loom") { jvmArgs(
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Sat Nov 01 12:18:11 GMT 2025 - 11.5K bytes - Click Count (1) -
.idea/gradle.xml
<option value="$PROJECT_DIR$/platforms/core-runtime/io" /> <option value="$PROJECT_DIR$/platforms/core-runtime/launcher" /> <option value="$PROJECT_DIR$/platforms/core-runtime/logging" /> <option value="$PROJECT_DIR$/platforms/core-runtime/logging-api" />Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Dec 11 18:02:10 GMT 2025 - 23.2K bytes - Click Count (0) -
LICENSE
------------------------------------------------------------------------------ Eclipse Public License 2.0 https://www.eclipse.org/legal/epl-2.0/ org.junit.platform:junit-platform-launcher ------------------------------------------------------------------------------ Mozilla Public License 2.0 https://www.mozilla.org/en-US/MPL/2.0/
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed May 07 12:40:53 GMT 2025 - 23.1K bytes - Click Count (0) -
cmd/admin-heal-ops.go
// Heal sequence explicitly stopped, remove it. delete(ahs.healSeqMap, path) } b, err := json.Marshal(&hsp) return b, toAdminAPIErr(GlobalContext, err) } // LaunchNewHealSequence - launches a background routine that performs // healing according to the healSequence argument. For each heal // sequence, state is stored in the `globalAllHealState`, which is a
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 25.4K bytes - Click Count (0)