wimdeblauwe / ttcli

CLI to create a Spring Boot with Thymeleaf project
Apache License 2.0
84 stars 6 forks source link

ttcli doest not complete the project generation #172

Open Paulo1661 opened 1 week ago

Paulo1661 commented 1 week ago

Windows : The process does not exit and the project is not completely generated (tailwind css not configure).

{F93D6DE4-6816-4B0E-AF4A-6EA9B32330F2}

ttcli.log

Mac Os: The process ends with and error : unable to init tailwind. but looks like the tailwind was correctly configure

wimdeblauwe commented 1 week ago

The log file shows: java.nio.charset.UnsupportedCharsetException: Cp1252. I wonder if this could be due to the native compilation with GraalVM. Can you try downloading the jar file from https://github.com/wimdeblauwe/ttcli/releases/tag/1.5.1 and run it with java -jar ttcli-1.5.1.jar init ? Note that It is compiled against Java 23.