github - when compiling, conf/routes still refers to old path -


first had local repository https://github.com/tenzan/pfj_ch03.git.

  1. then made copy of whole folder , renamed pfj_ch05
  2. cd pfj_ch05/
  3. play ~run

on browser localhost:9000 i'm having error, refers in /users/askar/work/playforjava/work/pfj_ch03/conf/routes @ line 10 in picture. enter image description here

for reason stil refers pfj_ch03 instead of pfj_ch05.

you can refer https://github.com/tenzan/pfj_ch05.git pfj_ch05 code.

execute play clean , try again.


Comments

Popular posts from this blog

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -