Bug 480264 - JavaScript files that are the children of a 'derived' folder are excluded from the build/parsing/validation/indexing
Summary: JavaScript files that are the children of a 'derived' folder are excluded fro...
Status: ASSIGNED
Alias: None
Product: JSDT
Classification: WebTools
Component: Web (show other bugs)
Version: 3.7   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Victor Rubezhny CLA
QA Contact: Victor Rubezhny CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 466260
  Show dependency tree
 
Reported: 2015-10-20 19:38 EDT by Victor Rubezhny CLA
Modified: 2015-10-20 20:08 EDT (History)
1 user (show)

See Also:


Attachments
Patch to fix the issue (6.63 KB, patch)
2015-10-20 20:08 EDT, Victor Rubezhny CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Victor Rubezhny CLA 2015-10-20 19:38:08 EDT
The files that are the children of a 'derived' folder are excluded from the build and threated as read-only.
The 'derived' flag is usually set by the maven import in order to indicate that the resource (some target folder contents) can
be removed upon a build operation, so it shouldn't be treated as a source.

See: Bug #466260
Comment 1 Victor Rubezhny CLA 2015-10-20 20:08:14 EDT
Created attachment 257391 [details]
Patch to fix the issue

JSDT Web Core part of the fix:
The files that are the children of a 'derived' folder are excluded from the build and threated as read-only.
The 'derived' flag is usually set by the maven import in order to indicate that the resource (some target folder contents) can
be removed upon a build operation, so it shouldn't be treated as a source.