Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Remote Parsing Conf Call Details

That's exactly what I've been thinking of. I'll take a look at your patch
once we get out of 3.1.1 mode.

I'm also hoping that we can use EFS to implement some sort of "view" on file
systems for large projects. I've seen a few legacy systems which have huge
numbers of files and folders. EFS might be one way to help reduce the size
of the resource management tree by filtering out folders that aren't
relevant to the current workspace. We'll have to see how that works.

Thanks,
Doug Schaefer
QNX Software Systems
Eclipse CDT Project Lead
http://cdtdoug.blogspot.com
 

-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On
Behalf Of Tianchao Li
Sent: Tuesday, August 29, 2006 5:42 PM
To: CDT General developers list.
Subject: Re: [cdt-dev] Remote Parsing Conf Call Details

To put it simple, I used the EFS to access the remote files for parsing 
(as if they are local) and ssh for remote build. And it works with minor 
modification of the CDT core. The patch has been available under 
bugzilla item 142092 
<https://bugs.eclipse.org/bugs/show_bug.cgi?id=142092> for a long time.

Best regards,
Tianchao


Craig Rasmussen wrote:

> I was telling Greg Watson about the conference call this morning and  
> he reminded me that Tianchao Li did some work for us in supporting  
> remote builds that might be of help.  In particular he did work to  
> support the plan 9 file system and submitted a patch to CDT for  
> remote builds using CDT projects.  There is documentation on our web  
> site:
>
> http://wiki.eclipse.org/index.php/PTP/designs
>
> Cheers,
> Craig
>
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top