
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
WinXP, Java 1.6_02
|
|
|
When compiling IDEA doesn't copy .txt resources to output. Resource patterns (in compiler settings) include "?.txt". Everything else (xml, properties) is copied.
|
|
Description
|
When compiling IDEA doesn't copy .txt resources to output. Resource patterns (in compiler settings) include "?.txt". Everything else (xml, properties) is copied. |
Show » |
|
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.