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

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -