Bug 430520

Summary: Sphinx should ignore models files that are located in bin directories
Product: [Automotive] Sphinx Reporter: Stephan Eberle <stephaneberle9>
Component: CoreAssignee: Stephan Eberle <stephaneberle9>
Status: CLOSED WONTFIX QA Contact:
Severity: normal    
Priority: P3 CC: balazs.grill, graf
Version: 0.8.0   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Stephan Eberle CLA 2014-03-17 09:16:29 EDT
= Problem description =
Currently, the default resource scoping behavior in Sphinx is to look at all model files in the workspace regardless whether or not they are located in special folders like "bin", "target", etc. This can cause undesireable side effects when using Sphinx with JDT, Maven/Tycho, etc.

= Proposed solution =
Revise the implementation of Sphinx' AbstractResourceScope such that model files in "bin" and "target" folders as well as in hidden folders prefixed by "." (e.g., ".settings") are ignored.
Comment 1 Balazs Grill CLA 2024-05-07 00:51:28 EDT
Closed stale issue before migration