My gwt compile invoked via maven is failing with exit code 1 and no other error message…
I have increased the memory allocation.
It simply says:
[ERROR] Cannot proceed due to previous errors
[INFO] Shutting down PersistentUnitCache thread
Is there any way I can look at logs or any other way to try and find out what the problem is?
Run Maven with
-Xor--debugto enable debugging. Otherwise, please include the entire output from Maven, as there may be some additional clues in it.