This content has been marked as final.
Show 3 replies
-
1. Re: aopc doesn't allow duplicate classes in classpath?
kabirkhan Mar 21, 2006 6:21 AM (in response to ryan.campbell)I believe this is to make absolutely certain that there is no confusion about which file should receive the modified bytes
-
2. Re: aopc doesn't allow duplicate classes in classpath?
ryan.campbell Mar 21, 2006 2:01 PM (in response to ryan.campbell)Ok, thanks. This check is also present in the JBossRetro weaver, so I'm trying to understand why we need it there.
Adrian, could we remove this check from jbossretro? It seems that the src element of the jbossretro task is sufficient for identifying which class is being woven? -
3. Re: aopc doesn't allow duplicate classes in classpath?
adrian.brock Mar 21, 2006 2:05 PM (in response to ryan.campbell)The check looks irrelevant for JBossRetro.
You already know what you want to modify.
It might be worthwhile leaving it as a warning (when verbose is enabled)
in case it does cause unexpected problems.