History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-16347
Type: Bug Bug
Status: Open Open
Assignee: Alexander Chernikov
Reporter: tom quas
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

Exclude option in project settings doesn't prevent editor from offering files

Created: 14 Nov 07 13:15   Updated: 23 Nov 07 15:06
Component/s: Project Configuration

File Attachments: None
Image Attachments:

1. Screenshot-1.png
(22 kb)

2. Screenshot.png
(29 kb)

Build: 7,549
Severity: High


 Description  « Hide
I created a project from Maven (pom.xml) and experienced that the editor seems not to care about paths excluded in the project settings. See attached files for the project's configuration. Anyway, the editor still offers files from the excluded paths when navigating with Ctrl-n and Ctrl-N.

 All   Comments   Work Log   Change History      Sort Order:
Alexander Chernikov - 18 Nov 07 21:18
tom,
Could you provide the additional information:
1. Does the module have more content roots than shown on Screenshot.png? What are their settings, if any?
2. What is the name and location of excluded files, which are still navigated to? E.g. are them .../enterprise/target/classes/package/Excluded.java?
If .../enterprise/target/classes is the compiler output, it should contain .class files, not .java. So I need to understand what .java files can do there - that's why I am asking.
Thank you.

tom quas - 23 Nov 07 12:28
1. no
2. they are .java files as well as .xml and .properties files. Basically everything that lives in the source tree (src/main/{java,resources}) that is being deployed to target/