Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] FFS Update

ecproj is the schema name for the flexible file system URI. It is eerily
similar to vcproj.

The file that contains the add/exclude information will be called
'.ecproj'. Some time down the road, I'd like to see how to merge this
information into the .project file. But either way, it's part of the
definition of an 'EClipse PROJect'.

Doug Schaefer
Engineering Manager, Wind River Systems
and Eclipse CDT Project Lead
 

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx 
> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Chris Recoskie
> Sent: Thursday, January 03, 2008 3:27 PM
> To: CDT General developers list.
> Subject: Re: [cdt-dev] FFS Update
> 
> Question...
> 
> I see a lot of nomenclature of "ecproj" in the code.  What is 
> the meaning?
> 
> ===========================
> 
> Chris Recoskie
> Team Lead, IBM CDT Team
> IBM Toronto
> http://www.eclipse.org/cdt
> 
> 
> 
>                                                               
>              
>              "Schaefer, Doug"                                 
>              
>              <Doug.Schaefer@wi                                
>              
>              ndriver.com>                                     
>           To 
>              Sent by:                  <cdt-dev@xxxxxxxxxxx>  
>              
>              cdt-dev-bounces@e                                
>           cc 
>              clipse.org                                       
>              
>                                                               
>      Subject 
>                                        [cdt-dev] FFS Update   
>              
>              12/31/2007 03:37                                 
>              
>              PM                                               
>              
>                                                               
>              
>                                                               
>              
>              Please respond to                                
>              
>                "CDT General                                   
>              
>              developers list."                                
>              
>              <cdt-dev@eclipse.                                
>              
>                    org>                                       
>              
>                                                               
>              
>                                                               
>              
> 
> 
> 
> 
> Hey gang,
> 
> When I tried to create a project with my new file system, I 
> found that the cdt.core plugin was started to early on 
> startup. The resources plugin would start up the cdt.core 
> plugin to get the FFS support classes. The lead me directly 
> into our startup mess as both the indexer and the project 
> descriptions started trying to access resources too early.
> 
> I've created two new plugins org.eclipse.ffs.core and 
> org.eclipse.ffs.ui in our org.eclipse.cdt/all CVS folder. 
> This contains the FFS implementation and can be used by any 
> project type that supports EFS. I also updated the new 
> project wizards to use URIs for project locations instead of IPaths.
> The new plugins are not part of the cdt-feature yet and 
> remain optional.
> Feel free to download them and try them out. The URI format 
> is weird and the Browse dialog need some work to make it 
> easier to select project locations, though. And I'm sure 
> there are workflows that need to be considered, and, no, the 
> add/exclude child functionality isn't there yet.
> 
> Everything seems to work fine at the moment at least. Let me 
> know if you start seeing weird behavior.
> 
> Doug Schaefer
> Engineering Manager, Wind River Systems
> and Eclipse CDT Project Lead
>  _______________________________________________
> 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