Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for TooLong (0.14 sec)

  1. platforms/jvm/platform-jvm/src/test/groovy/org/gradle/api/java/archives/internal/DefaultManifestTest.groovy

            gradleManifest.getAttributes().put('Looong-Name-Of-Manifest-Entry', attributeValue)
    
            when:
            gradleManifest.writeTo('manifestFile')
    
            then:
            def javaManifest = readJavaManifest(manifestFile)
            javaManifest.mainAttributes.getValue('Looong-Name-Of-Manifest-Entry') == attributeValue
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 15:09:49 UTC 2023
    - 15.1K bytes
    - Viewed (0)
  2. platforms/jvm/language-jvm/src/integTest/groovy/org/gradle/api/tasks/bundling/JarEncodingIntegrationTest.groovy

            // Note that there's no need to cover this case with merge read charsets
            // other than UTF-8 because it's not supported by the JVM.
            given:
            def attributeNameMerged = 'Looong-Name-Of-Manifest-Entry'
            def attributeNameWritten = 'Another-Looooooong-Name-Entry'
            // Means 'long russian text'
            def attributeValue = 'com.acme.example.pack.**, длинный.текст.на.русском.языке.**'
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 12:15:28 UTC 2023
    - 10.5K bytes
    - Viewed (0)
Back to top