function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
BMC GroupBMC Group 

Cannot refresh/retrieve newly added class from server into eclipse workspace.

Hello,
I am not able to retrive newly added class from server in Eclipse workspace.
We, in our organization are working on 3 different machines say A,B,C having different workspace for each single user. All the 3 users are working on a same project and once changes made in the classes is saved to the server by the respective user and the other users retrieve the changes by refreshing from server. Suppose A adds a class and saves it to server, while B and C refreh their workspace from server but only B is able to retrieve that class, while C is not able to retrieve that class.
Any help will be appreciated.
Thanks in advance.
 
LakshmanLakshman
In the Force.com -> Add Remove metadata components, click Add Remove and then click the refresh button, you will be able to retrieve the desired class. My guess would be that C's package.xml is not having * as members in the ApexClass type.
Let me know if this this.