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.


0
7 comments
Avatar
Permanently deleted user

Sebastien Tardif wrote:

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.


It depends on what you're doing. Make just copies a file over like jsp,
compile does the whole enchilada including hotswap

R

0
Avatar
Permanently deleted user

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...

Sebastien Tardif wrote:

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.

>

It depends on what you're doing. Make just copies a file over like jsp,
compile does the whole enchilada including hotswap

>

R



0
Avatar
Permanently deleted user

It depends on what you're doing. Make just copies a
file over like jsp,
compile does the whole enchilada including hotswap


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?

0
Avatar
Permanently deleted user

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


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?


Yeah

Make copies changed files over, only changed files.

Compile recompiles everything and reload the web container.

(I think)
R

0
Avatar
Permanently deleted user

Make copies changed files over, only changed files.

Compile recompiles everything and reload the web
container.


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.

0
Avatar
Permanently deleted user

Martin Fuhrer wrote:

>>Make copies changed files over, only changed files.
>>
>>Compile recompiles everything and reload the web
>>container.


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.

DOPE, I just noticed you're on 1071, this changed in 1074

R

0
Avatar
Permanently deleted user

Martin Fuhrer wrote:

>>Make copies changed files over, only changed files.
>>
>>Compile recompiles everything and reload the web
>>container.


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.
DOPE, I just noticed you're on 1071, this changed
d in 1074

R


No, I'm also on 1074 and having this behaviour.

0

Please sign in to leave a comment.