Home | History | Annotate | Download | only in build

Lines Matching refs:def

34     def repoInfo = "repo info platform/developers/build".execute().text
35 def buildPath = (repoInfo =~ /Mount path: (.*)/)[0][1]
103 def outputPath = outPath("ant");
104 def inputPath = "${project.projectDir}/${samplegen.targetSampleModule()}"
109 def srcPath = "${inputPath}/src/${input}/${filetype[0]}"
121 def outputPath = outPath("gradle")
122 def inputPath = "${project.projectDir}"
147 def srcPath = "${inputPath}/${samplegen.targetSampleModule()}/src/${input}/${filetype}"
164 def removeExcludeBlocksFilter = { line ->
180 def outputPathRoot = outPath("browseable")
181 def modules = project.childProjects.keySet()
182 def hasMultipleModules = modules.size() > 1
190 def outputPath = "."
197 def inputPath = "${project.projectDir}/${moduleName}"
199 def srcDirs = ["main", "common", "template"].collect {input -> "${inputPath}/src/${input}" };
200 def javaDirs = srcDirs.collect { input -> "${input}/java"}
211 def javaPath = "${srcPath}/java";
216 def filename = fcd.name;
235 def outputPath = "${samplegen.pathToBuild}/out/browseable"
236 def folderName = "${samplegen.targetSampleName()}"
238 def inputPath = outPath("gradle")
242 def outDir = project.file(outputPath)