diff --git a/scripts/build.cmd b/scripts/build.cmd index e145bd52..268f2281 100644 --- a/scripts/build.cmd +++ b/scripts/build.cmd @@ -1,4 +1,15 @@ @echo off +echo ............................................... +echo ...#....##....#.#.......#..######.....######.#######... +echo .....#....##....#.#.......#..#.....##..#..........#........ +echo .......#..#..#..#..#.......#..#######....######....#......... +echo ......#..#..#..#...#.....#...#...##...........#...#........ +echo .....##....##.....#####....#.....##...######....#...... +echo ............................................... +echo. +echo Building Wurst... cd .. call gradlew.bat build +echo. +echo Done. Check for errors above before closing this window! pause \ No newline at end of file diff --git a/scripts/genSources-eclipse.cmd b/scripts/genSources-eclipse.cmd index 85459523..4624e683 100644 --- a/scripts/genSources-eclipse.cmd +++ b/scripts/genSources-eclipse.cmd @@ -1,4 +1,13 @@ @echo off +echo ............................................... +echo ...#....##....#.#.......#..######.....######.#######... +echo .....#....##....#.#.......#..#.....##..#..........#........ +echo .......#..#..#..#..#.......#..#######....######....#......... +echo ......#..#..#..#...#.....#...#...##...........#...#........ +echo .....##....##.....#####....#.....##...######....#...... +echo ............................................... +echo. +echo Generating sources and setting up Eclipse... cd .. call gradlew.bat genSources call gradlew.bat eclipse diff --git a/scripts/migrateMappings.cmd b/scripts/migrateMappings.cmd index 688824a0..9066d24c 100644 --- a/scripts/migrateMappings.cmd +++ b/scripts/migrateMappings.cmd @@ -1,4 +1,13 @@ @echo off +echo ............................................... +echo ...#....##....#.#.......#..######.....######.#######... +echo .....#....##....#.#.......#..#.....##..#..........#........ +echo .......#..#..#..#..#.......#..#######....######....#......... +echo ......#..#..#..#...#.....#...#...##...........#...#........ +echo .....##....##.....#####....#.....##...######....#...... +echo ............................................... +echo. +echo OLD VERSION!!! Only use for mappings that don't support v2. cd .. set /p targetMappings=Target Mappings (net.fabricmc.yarn): call gradlew.bat migrateMappings -PtargetMappingsArtifact="%targetMappings%" -PinputDir="%cd%/src/main/java" -PoutputDir="%cd%/src/main/new java" diff --git a/scripts/migrateMappings_v2.cmd b/scripts/migrateMappings_v2.cmd index 60eb624d..cae10412 100644 --- a/scripts/migrateMappings_v2.cmd +++ b/scripts/migrateMappings_v2.cmd @@ -1,4 +1,12 @@ @echo off +echo ............................................... +echo ...#....##....#.#.......#..######.....######.#######... +echo .....#....##....#.#.......#..#.....##..#..........#........ +echo .......#..#..#..#..#.......#..#######....######....#......... +echo ......#..#..#..#...#.....#...#...##...........#...#........ +echo .....##....##.....#####....#.....##...######....#...... +echo ............................................... +echo. cd .. set /p targetMappings=Target Mappings (net.fabricmc.yarn:v2): call gradlew.bat migrateMappings --mappings="%targetMappings%" diff --git a/scripts/premerge.bat b/scripts/premerge.bat index cf033bbe..ed927a9b 100644 --- a/scripts/premerge.bat +++ b/scripts/premerge.bat @@ -1,4 +1,12 @@ @echo off +echo ............................................... +echo ...#....##....#.#.......#..######.....######.#######... +echo .....#....##....#.#.......#..#.....##..#..........#........ +echo .......#..#..#..#..#.......#..#######....######....#......... +echo ......#..#..#..#...#.....#...#...##...........#...#........ +echo .....##....##.....#####....#.....##...######....#...... +echo ............................................... +echo. cd .. set /p id=Pull Request # set branch=pr%id%