Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] AspectJ5 and hot code replacement

Please take a look at the enhancement request for this:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=120375

In comment #7 I attached a patch that can be applied to a recent
weaver jar to remove the restriction - however
I have put nothing into the codebase as yet as I'm waiting on feedback
on how it behaves.

cheers,
Andy.

2008/5/12 Thiago Souza <tcostasouza@xxxxxxxxx>:
> Hi,
>
>     We've been using AspectJ5 through Java5 LTW, but unfortunately,
>  we've lost the hot code replacement feature that's very import during
>  development journeys (new code is not loaded with aspectj saying that
>  "AspectJ5 does not weave hotswapped class"). Is there any way to do
>  hot code replacement with LTW? (I've tried different ways, even with
>  WeavingURLClassLoader with no success)
>
>  Regards,
>  Thiago Souza
>  _______________________________________________
>  aspectj-users mailing list
>  aspectj-users@xxxxxxxxxxx
>  https://dev.eclipse.org/mailman/listinfo/aspectj-users
>


Back to the top