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

Key: IDEA-19172
Type: Bug Bug
Status: Open Open
Assignee: Eugene Zhuravlev
Reporter: Maxim Butov
Votes: 0
Watchers: 0
Operations

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

CLONE -When compiling IDEA doesn't copy *.txt resources.

Created: 15 Aug 08 15:36   Updated: 15 Aug 08 15:37
Component/s: Compiling Project

Environment: WinXP, Java 1.6_02

Build: 8,664


 Description  « Hide
When compiling IDEA doesn't copy .txt resources to output. Resource patterns (in compiler settings) include "?.txt". Everything else (xml, properties) is copied.

 All   Comments   Work Log   Change History      Sort Order:
Maxim Butov - 15 Aug 08 15:37
Reproduced.
IDEA requires restart to apply compiler resource patterns.
Steps to reproduce:
1) Create file "xxx.xxx" in sources.
2) Add in compiler resource patterns entry "?*.xxx".
3) Compile project.

File xxx.xxx was not copied to output directory.

4) Restart IDEA.
5) Compile project.

File copied.