- Sort Score
- Result 10 results
- Languages All
Results 41 - 50 of 95 for ClassPath (0.06 sec)
-
build-logic/buildquality/src/main/kotlin/gradlebuild.task-properties-validation.gradle.kts
val validateTaskName = "validatePlugins" val reportFileName = "task-properties/report.txt" tasks.register<ValidatePlugins>(validateTaskName) { val main = project.sourceSets.main.get() classes.from(main.output) classpath.from(main.runtimeClasspath) outputFile = project.reporting.baseDirectory.file(reportFileName) enableStricterValidation = true
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Fri Jan 20 15:24:40 UTC 2023 - 1008 bytes - Viewed (0) -
guava/src/com/google/common/io/Resources.java
import java.util.List; import org.checkerframework.checker.nullness.qual.Nullable; /** * Provides utility methods for working with resources in the classpath. Note that even though these * methods use {@link URL} parameters, they are usually not appropriate for HTTP or other * non-classpath resources. * * @author Chris Nokleberg * @author Ben Yu * @author Colin Decker * @since 1.0 */ @J2ktIncompatible @GwtIncompatible
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri Aug 02 13:50:22 UTC 2024 - 7.5K bytes - Viewed (0) -
guava-testlib/src/com/google/common/testing/AbstractPackageSanityTests.java
* * <p>This class incurs IO because it scans the classpath and reads classpath resources. * * @author Ben Yu * @since 14.0 */ // TODO: Switch to JUnit 4 and use @Parameterized and @BeforeClass // Note: @Test annotations are deliberate, as some subclasses specify @RunWith(JUnit4). @GwtIncompatible @J2ktIncompatible @J2ObjCIncompatible // com.google.common.reflect.ClassPath @ElementTypesAreNonnullByDefault
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Oct 17 19:43:49 UTC 2024 - 17.9K bytes - Viewed (0) -
compat/maven-compat/src/test/java/org/apache/maven/project/ProjectClasspathTestType.java
@Override @BeforeEach public void setUp() throws Exception { super.setUp(); ArtifactResolver resolver = getContainer().lookup(ArtifactResolver.class, "classpath"); DefaultArtifactDescriptorReader pomReader = (DefaultArtifactDescriptorReader) getContainer().lookup(ArtifactDescriptorReader.class);
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 6.4K bytes - Viewed (0) -
.gitignore
/target/ /.settings/ .project .classpath *.iml .idea .DS_Store
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Nov 14 22:16:47 UTC 2021 - 75 bytes - Viewed (0) -
test-site/activator.bat
@REM activator launcher script @REM @REM Environment: @REM In order for Activator to work you must have Java available on the classpath @REM JAVA_HOME - location of a JDK home dir (optional if java on path) @REM CFG_OPTS - JVM options (optional) @REM Configuration: @REM activatorconfig.txt found in the ACTIVATOR_HOME or ACTIVATOR_HOME/ACTIVATOR_VERSION @setlocal enabledelayedexpansion @echo off set "var1=%~1" if defined var1 (
Registered: Fri Nov 08 09:08:12 UTC 2024 - Last Modified: Mon Apr 20 08:41:37 UTC 2015 - 7.2K bytes - Viewed (0) -
.gitignore
**/target/** .project .classpath .settings/ .svn/ # Intellij *.ipr *.iml .idea .DS_Store /bootstrap /dependencies.xml .java-version .checkstyle .factorypath .vscode/ repo/
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Sun Mar 24 18:29:19 UTC 2024 - 178 bytes - Viewed (0) -
compat/maven-resolver-provider/src/site/apt/dependency-types.apt
| <<<modular-jar>>> * | <<<tests>>> | <<<jar>>> | java | modules | | *-----------------------+---------------+------------+-----------+-----------------------+-----------------------+ | <<<classpath-jar>>> * | <<<tests>>> | <<<jar>>> | java | classes | | *-----------------------+---------------+------------+-----------+-----------------------+-----------------------+
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 5.7K bytes - Viewed (0) -
apache-maven/pom.xml
<argument>--mode=maven</argument> <!-- TODO: templates are loaded from classpath, in "normal" JAR project local template would override docgen one, but in this case the packaging=pom all I could do is use additionalClasspathElement that APPENDS classpath, hence template is renamed to maven-configuration.md.vm, to avoid conflict (and picking up resolver template)
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 13:41:46 UTC 2024 - 13.4K bytes - Viewed (0) -
.gitignore
/target/ /.settings/ /fess-crawler*/target/ /fess-crawler*/bin/ /fess-crawler*/mydbflute/ /fess-crawler*/.project /fess-crawler*/.classpath /fess-crawler*/.settings/ /fess-crawler*/dependency-reduced-pom.xml /fess-crawler*/dbflute_crawler/log/*.log /fess-crawler*/dbflute_crawler/schema/project-schema-robot.xml /fess-crawler/phantomjsdriver.log .project .idea
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Thu Mar 03 04:40:04 UTC 2016 - 367 bytes - Viewed (0)