Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re[ptp-dev] mote Indexing


Hi All,

I’ve developed an Eclipse plugin by extending RSE and CDT to integrate
local/proprietary environement. The plugin is deployed on windows machine
and it establishes connection to Solaris box, checks out necessary files,
modifies them and compiles the workspace on Linux box. 
Resources on Solaris and Linux box are mapped under NFS.
But the problem here that I faced is since none the resources are local, I
can’t either index them locally or get them indexed remotely and have AST
locally as greater size of AST. So the remote indexing.
I have been going through the different posts and documents uploaded at the 
Link 
http://wiki.eclipse.org/PTP/designs/remote

Also referred presentations at EclipseCon06/07/08 and tried the latest
uploaded code regarding remote indexing.

Problem - 
I could see the remote C/C++ wizard but nothing happens after mentioning the
name of the project.  Do we have to do anything on remote machine?
Do we have to run any utility on remote machine? 

In need of pointers. Thanks in advance

Thanks,
Vrush





-- 
View this message in context: http://www.nabble.com/Remote-Indexing-tp19450519p19450519.html
Sent from the Eclipse Parallel Tools - Dev mailing list archive at Nabble.com.



Back to the top