Re: [aspectj-users] Ability to exclude class loader from creating weavers for

2013-07-31 Thread Andy Clement
On re-reading the text I do see: I've tried the following in my CATALINA_OPTS for tomcat: export CATALINA_OPTS="$CATALINA_OPTS -javaagent:/tmp/aspectjweaver.jar -Daj.weaving.loadersToSkip=org.apache.felix.framework.ModuleImpl$ModuleClassLoader,org.springframework.osgi.util.BundleDelegatingClassLoa

Re: [aspectj-users] Ability to exclude class loader from creating weavers for

2013-07-31 Thread Eric Benzacar
On Wed, Jul 31, 2013 at 11:50 AM, Andy Clement wrote: > Did you try with a '.' rather than a dollar in your specification of the > classloader name? Or maybe escape the dollar with a backslash in case it is > being evaluated before reaching AspectJ. I don't have any tests in Aj for > excluding cla

Re: [aspectj-users] Ability to exclude class loader from creating weavers for

2013-07-31 Thread Andy Clement
Did you try with a '.' rather than a dollar in your specification of the classloader name? Or maybe escape the dollar with a backslash in case it is being evaluated before reaching AspectJ. I don't have any tests in Aj for excluding classloaders defined as an inner class. I imagined that loader was

Re: [aspectj-users] LTW probem with Tomcat / Felix classloader

2013-07-31 Thread Andy Clement
> I fail to understand how/why the Felix classloader would be able to find the aop.xml in the classpath, but not the com.ia.UseProfiler aspect. I know exactly what you mean, but I have seen classloaders that filter on the kind of thing you are looking for. If I call getResourceAsStream("META-INF/a

Re: [aspectj-users] AspectJ 1.8.0.M1 now available !

2013-07-31 Thread Ramnivas Laddad
Really nice! Thanks, Andy. On Mon, Jul 29, 2013 at 5:40 PM, Matthew Adams wrote: > Wow. Congrats, Andy. Nice work. I hope to play as soon as I can. :) > > -matthew > > > On Mon, Jul 29, 2013 at 7:24 PM, Andy Clement wrote: > >> Hi, >> >> I'm pleased to announce (much sooner than I anticipate