Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for canAddFilesToWebInfDir (0.14 sec)

  1. platforms/jvm/war/src/integTest/groovy/org/gradle/api/tasks/bundling/WarTaskIntegrationTest.groovy

            war.assertContainsFile('WEB-INF/web.xml')
            war.assertContainsFile('WEB-INF/webinf1/file1.txt')
    
            war.assertFileContent('WEB-INF/web.xml', webXml.text)
        }
    
        def canAddFilesToWebInfDir() {
            given:
            createDir('web-inf') {
                webinf1 {
                    file 'file1.txt'
                    file 'ignore.xml'
                }
            }
            createDir('web-inf2') {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 09 13:20:44 UTC 2024
    - 10.2K bytes
    - Viewed (0)
Back to top