- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for sourceData (0.2 seconds)
-
build-logic/src/main/kotlin/BndBuildAction.kt
builder.setProperty("project.buildpath", validClasspath.asPath) builder.setClasspath(validClasspath.files.toTypedArray()) val validSourcepath = sourcepath.filter { it.exists() } builder.setProperty("project.sourcepath", validSourcepath.asPath) builder.setSourcepath(validSourcepath.files.toTypedArray()) val builtJar = builder.build() if (!builder.isOk) {
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Thu Feb 05 09:17:33 GMT 2026 - 8.9K bytes - Click Count (0) -
guava-gwt/pom.xml
</sourceFileExcludes> <!-- The above exclusion doesn't actually matter unless I prevent Javadoc from autodiscovering the source in the sourcepath, which defaults to the source directory :\ Boo for -sourcepath. --> <sourcepath>doesnotexist</sourcepath>Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Jan 12 15:19:17 GMT 2026 - 18.2K bytes - Click Count (0) -
android/pom.xml
https://issues.apache.org/jira/browse/MCOMPILER-174 (Compare what guava-gwt has to do for maven-javadoc-plugin.) --> <arg>-sourcepath</arg> <arg>doesnotexist</arg> </compilerArgs> </configuration> </execution> <execution> <id>default-testCompile</id>Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Feb 17 19:12:41 GMT 2026 - 26.9K bytes - Click Count (0)