Bug 430520 - Sphinx should ignore models files that are located in bin directories
Summary: Sphinx should ignore models files that are located in bin directories
Status: CLOSED WONTFIX
Alias: None
Product: Sphinx
Classification: Automotive
Component: Core (show other bugs)
Version: 0.8.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Stephan Eberle CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-17 09:16 EDT by Stephan Eberle CLA
Modified: 2024-05-07 00:51 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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