mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Instructions for multi build file algorithm.
This commit is contained in:
parent
350b471460
commit
2c7241f195
1 changed files with 14 additions and 0 deletions
14
src/main/kotlin/com/beust/kobalt/app/BuildFiles.kt
Normal file
14
src/main/kotlin/com/beust/kobalt/app/BuildFiles.kt
Normal file
|
@ -0,0 +1,14 @@
|
|||
package com.beust.kobalt.app
|
||||
|
||||
class BuildFiles {
|
||||
// Parse all the files found in kobalt/src/*kt, extract their buildScriptInfo blocks,
|
||||
// save the location where they appear (file, start/end).
|
||||
|
||||
// Compile each of these buildScriptInfo separately, note which new build files they add
|
||||
// and at which location
|
||||
|
||||
// Go back over all the files from kobalt/src/*kt, insert each new build file in it,
|
||||
// save it as a modified, concatenated build file
|
||||
|
||||
// Create buildScript.jar out of compiling all these modified build files
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue