I have a Grails project that works correctly in dev mode, but when I try to create a war file, it gives me the following message and stops building
| Compiling 1 source files | Compiling 1 source files. | Compiling 1 source files.. | Compiling 1 source files... | Compiling 1 source files.... | Compiling 1 source files..... | Compiling 16 GSP files for package [ProjectName] | Compiling 16 GSP files for package [ProjectName]. | Error Compilation error: encoded string too long: 108421 bytes
Grails does not give me any other information, from the point of view of which the GSP or line problem, has anyone seen this happening?
Here are the grails stats, I would say this is a pretty small project
+----------------------+-------+-------+ | Name | Files | LOC | +----------------------+-------+-------+ | Controllers | 6 | 624 | | Domain Classes | 6 | 109 | | Java Helpers | 1 | 96 | | Unit Tests | 12 | 565 | | Scripts | 1 | 4 | +----------------------+-------+-------+ | Totals | 26 | 1398 | +----------------------+-------+-------+
source share