EAP 6708 Ctrl+F9 copies all the files instead of modified ones only
When deploying Web app ( Ctrl+F9 ) all files even those that have not been modified are copied to the destination directory. It works properly on Demetra using the same project.
Please sign in to leave a comment.
I see the same here. It's wasting a lot of time.
Hello Vladimir,
Does the problem reproduce on each compilation or it occurs only on first
compilation?
Here it is on every compilation, not only on the first.
Hello Martin,
I cannot reproduce it. Is your Web module standalone or it is included in
JavaEE App module? Please post your .iml files here.
>> Does the problem reproduce on each compilation or it occurs only on
>> first compilation?
>>
It's one Java module, one Web module depending on the Java module, and a second Web module which is completely independent of the other two. Nothing is done when pressing Ctrl+F9 without having done any modification. But after the slightest modification in the Java module the whole content of both Web modules is copied.
Attachment(s):
business.iml
webgui.iml
webrsc.iml
Martin Fuhrer schrieb:
I've a similar setup and I can confirm that it always copies everything.
It was annoying enough (plus problems with the debugger) to go back to
#6700.
Stefan
Hello Stefan,
Fixed.
>> It's one Java module, one Web module depending on the Java module
>>