- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 10 for launcher (0.05 sec)
-
apache-maven/src/assembly/maven/bin/mvn
fi fi if [ -n "$MAVEN_DEBUG_SCRIPT" ]; then echo "[DEBUG] Final MAVEN_OPTS: $MAVEN_OPTS" >&2 fi LAUNCHER_JAR=`echo "$MAVEN_HOME"/boot/plexus-classworlds-*.jar` LAUNCHER_CLASS=org.codehaus.plexus.classworlds.launcher.Launcher # For Cygwin and MinGW, switch paths to Windows format before running java(1) command if $cygwin || $mingw ; then [ -n "$JAVA_HOME" ] && JAVA_HOME=`cygpath --windows "$JAVA_HOME"`
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Dec 10 16:40:06 UTC 2025 - 9.2K bytes - Viewed (0) -
gradle/libs.versions.toml
#noinspection UnusedVersionCatalogEntry junit-platform-console = { module = "org.junit.platform:junit-platform-console", version.ref = "junit-platform" } #noinspection UnusedVersionCatalogEntry junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher", version.ref = "junit-platform" } junit-vintage-engine = { module = "org.junit.vintage:junit-vintage-engine", version.ref = "org-junit-jupiter" } #noinspection NewerVersionAvailableRegistered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Fri Dec 19 22:05:50 UTC 2025 - 8.5K bytes - Viewed (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:
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Dec 10 16:40:06 UTC 2025 - 10.7K bytes - Viewed (3) -
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"Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Fri Dec 19 06:45:52 UTC 2025 - 15.9K bytes - Viewed (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",
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Dec 18 18:40:11 UTC 2025 - 37.5K bytes - Viewed (0) -
.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" />Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Dec 11 18:02:10 UTC 2025 - 23.2K bytes - Viewed (0) -
docs/de/docs/deployment/concepts.md
Erinnern Sie sich aus der Dokumentation [Über HTTPS](https.md){.internal-link target=_blank}, dass nur ein Prozess auf einer Kombination aus Port und IP-Adresse auf einem Server lauschen kann? Das ist immer noch wahr.
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Tue Dec 02 17:32:56 UTC 2025 - 21.5K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/util/concurrent/GeneratedMonitorTest.java
} } @Override protected void tearDown() throws Exception { // We don't want to leave stray threads running after each test. At this point, every thread // launched by this test is either: // // (a) Blocked attempting to enter the monitor. // (b) Waiting for the single guard to become satisfied. // (c) Occupying the monitor and awaiting the tearDownLatch. //
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Dec 11 21:00:51 UTC 2025 - 27.1K bytes - Viewed (0) -
docs/de/docs/advanced/behind-a-proxy.md
Wahrscheinlich wird in vielen Fällen die Standardeinstellung sein, dass der Proxy kein abgetrenntes Pfadpräfix hat.
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 20:41:43 UTC 2025 - 18.6K bytes - Viewed (0) -
doc/go_spec.html
<p> Package initialization—variable initialization and the invocation of <code>init</code> functions—happens in a single goroutine, sequentially, one package at a time. An <code>init</code> function may launch other goroutines, which can run concurrently with the initialization code. However, initialization always sequences the <code>init</code> functions: it will not invoke the next one until the previous one has returned.
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Tue Dec 02 23:07:19 UTC 2025 - 286.5K bytes - Viewed (1)