I have two eclipse projects. The second depends on the first. When I try to rename the java class of the first project (using the rename function in the java file in the project explorer), it correctly refactores this project, but it does not change anything in the project, which depends on it.
Is there any way in eclipse to say that the rename function works even on projects related to refactoring? Thanks for the help.
My version of Eclipse is Juno.
Update:
I forgot to mention that the projects are related to the SVN repository. Maybe this may be relevant.
Update 2:
I add additional data after mliebelt's request for clarification.
My version of Eclipse is Juno, the Eclipse Java EE IDE for web developers, build ID: 20120614-1722.
I installed some plugins: subclipse, JRebel, m2e, Eclipse Web Tool Platform.
The second project is associated with the first as the dependence of the project on the eclipse. I added the first project in the Java Build Path project tab. Everything seems to be working fine, even the rename function.
Then I tried to put two projects in two different SVN repositories. I created two repositories on the SVN server, and I installed the tortoiseSVN client and the eclipse plugin subtitle on my machine. Since I was unable to import projects on the server directly from eclipse, I copied the project folders elsewhere and I deleted the projects from eclipse. I used tortoiseSVN to import projects, each of which was in the repository with the same project name, and I imported the project back into eclipse. To do this, I used the eclipse function "import an existing project into the workspace" with the option "copy project to workspace" selected. Everything seems to work, but not the rename function.
source share