- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 24 for SetOutput (0.06 seconds)
-
build-conventions/src/main/java/org/elasticsearch/gradle/internal/conventions/EclipseConventionPlugin.java
for (ClasspathEntry sourceFolder : sourceFolderList) { ((SourceFolder)sourceFolder).setOutput("out/eclipse/" + i++); } // Starting with Gradle 6.7 test dependencies are not exposed by eclipse
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu Jul 01 09:43:51 GMT 2021 - 6.4K bytes - Click Count (0) -
compat/maven-embedder/src/main/java/org/apache/maven/cli/internal/extension/model/io/xpp3/CoreExtensionsXpp3Writer.java
serializer.setProperty("http://xmlpull.org/v1/doc/properties.html#serializer-indentation", " "); serializer.setProperty("http://xmlpull.org/v1/doc/properties.html#serializer-line-separator", "\n"); serializer.setOutput(writer); serializer.startDocument(coreExtensions.getModelEncoding(), null); writeCoreExtensions(coreExtensions, "extensions", serializer); serializer.endDocument();
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Mon Oct 27 13:24:03 GMT 2025 - 6.7K bytes - Click Count (0) -
.github/workflows/contributor-pr.yml
script: | if (context.payload.pull_request && context.payload.pull_request.head.repo.fork) { core.setOutput('sys-prop-args', '-DagreePublicBuildScanTermOfService=yes -Ddevelocity.edge.discovery=false -DcacheNode=us --scan') } else { core.setOutput('sys-prop-args', '') } - name: Setup Gradle uses: gradle/actions/setup-gradle@v6 with:Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 23 22:06:44 GMT 2026 - 5K bytes - Click Count (0) -
build-conventions/build.gradle
* if we delete it. Which `gradlew clean` does all the time. */ classpath.getEntries().findAll{ s -> s instanceof SourceFolder }.eachWithIndex { s, i -> s.setOutput("out/eclipse" + i) } }Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu Jul 01 09:43:51 GMT 2021 - 2.7K bytes - Click Count (0) -
build-tools-internal/src/integTest/java/org/elasticsearch/gradle/jarhell/TestingConventionsTasksIT.java
); assertOutputMissing(result.getOutput(), "LooksLikeTestsButAbstract"); } public void testNoEmptyTasks() { GradleRunner runner = getGradleRunner().withArguments("clean", ":empty_test_task:testingConventions", "-i", "-s"); BuildResult result = runner.buildAndFail(); assertOutputContains( result.getOutput(),Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 01 09:19:30 GMT 2021 - 5.2K bytes - Click Count (0) -
build-tools-internal/src/integTest/java/org/elasticsearch/gradle/jarhell/ThirdPartyAuditTaskIT.java
"-PcompileVersion=0.0.1" ).buildAndFail(); assertTaskFailed(result, ":absurd"); assertOutputContains(result.getOutput(), "Classes with violations:", " * TestingIO", "> Audit of third party dependencies failed"); assertOutputMissing(result.getOutput(), "Missing classes:"); assertNoDeprecationWarning(result); } public void testClassNotFoundAndCompileOnlyIgnored() {Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 01 09:19:30 GMT 2021 - 4.6K bytes - Click Count (0) -
src/test/java/jcifs/SmbPipeHandleTest.java
* @throws CIFSException if an error occurs while getting the stream. */ @Test public void testGetOutputStream() throws CIFSException { assertEquals(mockOutputStream, smbPipeHandle.getOutput(), "getOutput() should return the correct output stream."); } /** * Tests related to the lifecycle management of the handle (e.g., closing). */ @Nested public class LifecycleManagementTest {Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 7K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/util/JobProcessTest.java
assertEquals(2, callbackResults.size()); assertEquals("integration test", callbackResults.get(0)); assertEquals("second line", callbackResults.get(1)); String output = thread.getOutput(); assertTrue(output.contains("integration test")); assertTrue(output.contains("second line")); } @Test public void test_defaultBufferSizeConstant() throws IOException {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 8.8K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/test/rest/InternalYamlRestTestPlugin.java
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Mon Sep 27 16:04:42 GMT 2021 - 2.8K bytes - Click Count (0) -
build-tools-internal/src/integTest/java/org/elasticsearch/gradle/ReaperPluginIT.java
BuildResult result = getGradleRunner().withArguments(":launchReaper", "-S", "--info").build(); assertTaskSuccessful(result, ":launchReaper"); assertOutputContains(result.getOutput(), "Copying reaper.jar..."); }
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 01 09:19:30 GMT 2021 - 935 bytes - Click Count (0)