Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ajdt-dev] Hot Code Replace and LTW with Kepler and AJDT 2.2.3

Hi all,

I am having trouble getting Hot Code Replace working in the debugger when my classes are woven with LTW.

My setup is as follows:

Eclipse Kepler 4.3.1 

and 

AJDT org.eclipse.ajdt_2.2.3.e43x-RELEASE-20130627-0800 which contains
org.aspectj_1.7.3.20130613144500-a

org.eclipse.equinox.weaving.sdk_1.0.200.I20130319-1000

For compiler compliance settings I am using Java SE 1.7.

I am developing an Kepler Eclipse RCP based application that makes use of Equinox Weaving.

Every time a change something as simple as adding a new line in one of my classes I get an error about hot code replace not being possible. The details show the message "Scheme changed not implemented".

I have searched google and found for example https://bugs.eclipse.org/bugs/show_bug.cgi?id=120375. All the posts that I found make me believe that this should be working with a current version of AspectJ / AJDT.

I am asking whether or not this is a supported scenario and if it is how I could determine what causes the problem in my setup.

Andrew E. could you please comment on this too?

Thanks for your attention.

Regards, Thomas



Back to the top