Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for findProcessedDirectory (0.16 sec)

  1. platforms/software/dependency-management/src/scripts/process-log.groovy

     * exclude rules and application of exclude rules during a
     * build.
     */
    import groovy.json.JsonOutput
    import groovy.json.JsonSlurper
    
    File logFile = new File(args[0])
    File processedDirectory = findProcessedDirectory()
    File excludesDir = new File(processedDirectory, "exclusions")
    File allOfDir = new File(processedDirectory, "allOf")
    File anyOfDir = new File(processedDirectory, "anyOf")
    excludesDir.mkdirs()
    allOfDir.mkdirs()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 3.6K bytes
    - Viewed (0)
Back to top