Build 1071 doesn't seem to support Hotswap anymore
I saw in previous build that hotswap was working and when failing for some
reason was showing a popup. Now no popup no hotswap. Any idea why? I'm using
WebLogic 7 with same configuration as previous version of the build.
Please sign in to leave a comment.
Sebastien Tardif wrote:
It depends on what you're doing. Make just copies a file over like jsp,
compile does the whole enchilada including hotswap
R
The problem is not on the way I do it because it was working in previous
version with the same way.
Where the hotswap popup is gone?
"Robert S. Sfeir" <robert@codepuccino.com> wrote in message
news:btev23$6ap$1@is.intellij.net...
some
using
>
>
What is the difference between make and compile? (I mean how do you invoke it?) Is it CTRLF9 for make vs. CTRLSHIFT+F9 for compile?
Martin Fuhrer wrote:
>>It depends on what you're doing. Make just copies a
>>file over like jsp,
>>compile does the whole enchilada including hotswap
Yeah
Make copies changed files over, only changed files.
Compile recompiles everything and reload the web container.
(I think)
R
It's not exactly what I'm seeing. I edit a JSP and hit CTRL+F9 (make project). The JSP gets copied, but the whole context gets reloaded also.
Martin Fuhrer wrote:
>>Make copies changed files over, only changed files.
>>
>>Compile recompiles everything and reload the web
>>container.
DOPE, I just noticed you're on 1071, this changed in 1074
R
No, I'm also on 1074 and having this behaviour.