Hey,
I am having a problem that I cant quite figure out. Basically, when I open a jsp using ctrl-shift-r and make a change, the change doesnt seem to be made in my project directory. Obviously, cvs also doesnt detect the change. If i open the file in the package explorer, i dont see the change either. However, if i open the file first in the package explorer and make the change, then the change is reflected in my project directory correctly. So it appears that ctrl-shft-r opens a file from a different location then the package explorer (which is correct)..
Does that explanation make any sense? I’m guessing i must have set up my project incorrectly somehow….
here is my project structure
->projectroot
–>src (java classes)
–>web (directories containing jsp)
–>webroot (a dir i created that is linked to tomcat5 for the web root for myeclipse..this causes an error when opening jsp’s, also. when i open a jsp from the package explorer it complains that the web dir is not in the web root)
the src dir is part of the project source dir. At first i had /web as a source dir too, but then it put all my classes in the WEB_INF/classes dir, which i didnt want. So i removed the web dir from the source and build paths. Could it be that since i made that change after project creation, it has and old reference that hasnt been updated?
Sorry about the long and confusing post. I cant seem to figure out what to do next.
I have the debugging with tomcat 5 and all the other good stuff working correctly. I just cant figure out the goofy jsp issue.
any help would be greatly appreciated…
thanks,
jeff