Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

eclipse-play complain about missing routes for (404) #23

Open
zhaopuming opened this issue Jun 21, 2011 · 2 comments
Open

eclipse-play complain about missing routes for (404) #23

zhaopuming opened this issue Jun 21, 2011 · 2 comments

Comments

@zhaopuming
Copy link

--- routes ---

GET /favicon.ico 404

Error Message:

Description Resource Path Location Type
Missing route: 404 routes /demo/conf line 10 Problem

@branaway
Copy link
Owner

The favicon can be ignored at dev time. I usually leave it to the front server to handle it, such as NGINX.

Does it have anything to do with Eclipse?

@zhaopuming
Copy link
Author

The problem seems that eclipse-play does not recognize '404' as a correct route, and that's only after I installed japid plugin (the play plugin feels fine about 404), I found that 404 was recently added in 1.2.x, maybe it's a plugin version mismatch?
Also, route file in modules dir (play module's example I guess) also contains errors. with routes the plugin doesn't recognize.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants