IDEA seems to recursively create resource files. Here's an example:

I have an output directory that's different from my Project/Source path.
However, it's in the Project path. E.g. the Project/Source path is "c:\me"
and the Output path is "c:\me\web-inf\classes". The first time I run, IDEA
correctly copies the properties file from
"c:\me\com\mycompany\xxx.properties" to the corresponding location in the
output directory. However, the second time I run, IDEA sees xxx.properties
in the output path and tries to copy it, e.g. it tries to copy
"c:\me\web-inf\classes\com\mycompany\xxx.properties" to
"c:\me\web-inf\classes\com\mycompany\web-inf\classes\com\mycompany\xxx.prope
rties".
 
===========================
Jordan Zimmerman
Altura International
Catalog City

_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to