-
Bug
-
Resolution: Done
-
Major
-
1.0.1.Final
-
None
Faces setup not working without any error message :
[dsembed] dsembed $ faces setup Warning: The encoding 'UTF-8' is not supported by the Java runtime. ? Do you also want to install the Faces servlet and mapping? [y/N] y Warning: The encoding 'UTF-8' is not supported by the Java runtime. ***ERROR*** [faces setup] null
The project to reproduce is here: https://github.com/soluvas/dsembed/zipball/faces-setup-bug
The problem is...... I exited Forge then restarted it then I try 'faces setup' again and now it works:
faces setup Warning: The encoding 'UTF-8' is not supported by the Java runtime. Warning: The encoding 'UTF-8' is not supported by the Java runtime. ? Do you also want to install the Faces servlet and mapping? [y/N] y Warning: The encoding 'UTF-8' is not supported by the Java runtime. Warning: The encoding 'UTF-8' is not supported by the Java runtime. Warning: The encoding 'UTF-8' is not supported by the Java runtime. ***SUCCESS*** JavaServer Faces is installed. Wrote /home/ceefour/git/dsembed/src/main/webapp/WEB-INF/web.xml
So what was it..?