Community
Participate
Working Groups
Project explorer don't update tree after create/delete file in project. It's not updated even if I've pressed refresh menu on the project. Now I use Package explorer instead.
What kind of project is this where adding and removing a file doesn't refresh? Are there reproducible steps starting with an empty workspace?
It may cause of something wrong in my workspace becuase I use the old workspace that 's used by my old eclipse (EasyEclipse v1.2.2). But now I test again with a new clean workspace it's no problem everything work fine. That bug has no log so I did'nt show you. Thank you very much.
I forgot to tell you that both of java project and web project that doesn't sync the file in harddrive.
I don't understand comment 3. Are you saying that all Java projects and all Web projects don't update when you add file? I tried this and it seems to work for me. I need reproducible steps, best starting from a new workspace. Please reopen if you have more information.
I found the event that cause the problem. I will show you the step by step that I do 1. Create new workspace 2. Create 2 project : the first is Java project and the second is Dynamic web project 3. If you create java source file or rename it. both project is work fine. It seems no problems at all except java source file is not in package (default package) it's will show duplicated file in project explorer. that's acceptable because every one should create java source file in package. 4. If you create 2 working set 1 for web prokect and select only web project that was created before. 5. Choose new working set that I've just created. 6. Now the problem occur when you change java source file name, it won't update the view I must close project and reopen it to see the change. 7. I found that only Dynamic web project has this problem the Java project is work fine And the problem will occur only you put web project in the working set and work in that working set. Sorry for my bad English.
It looks to me that the working set filter of the project navigator has the problem. It filters also the special node of the dynamic project. After that, updating fails. Moving to platform.ui
This is an issue with using the Java Working Set type, which adds IJavaProject. The Java extension uses IProjects as their base type in order to cooperate with other extensions from separate Eclipse projects. If you use a Resource working set, it should resolve your issue. We'll continue working on a solution to this problem for Java working sets.
I was not able to reproduce this with the fix for 212389 applied. That fix specifically addressed the issue of problems with showing single working sets. *** This bug has been marked as a duplicate of bug 212389 ***