Has anyone meet the following issue?
The file {module:secure}/app/controllers/PaxHeader/Secure.java could
not be compiled. Error raised is : Syntax error on tokens, delete
these tokens
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you open the
Secureclass found in the /app/controllers/PaxHeader in an IDE, does it compile?What if you run
play auto-test? does it also fail due to compilation errors?What if you re-download the Play framework (and adjust your PATH environment variable to point to that new Play Framework distribution) and try again?