Japid icon indicating copy to clipboard operation
Japid copied to clipboard

eclipse-play complain about missing routes for (404)

Open zhaopuming opened this issue 14 years ago • 2 comments

--- routes ---

GET /favicon.ico 404

Error Message:

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

zhaopuming avatar Jun 21 '11 02:06 zhaopuming

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?

branaway avatar Jun 21 '11 02:06 branaway

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.

zhaopuming avatar Jun 21 '11 06:06 zhaopuming