Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-users] Anyone seen this???

Check the classpath, add Catalina.jar in the classpath. The weaver need
the classes that indirectly referenced by your class.

-----Original Message-----
From: aspectj-users-bounces@xxxxxxxxxxx
[mailto:aspectj-users-bounces@xxxxxxxxxxx] On Behalf Of Ron DiFrango
Sent: Friday, February 17, 2006 3:56 AM
To: aspectj-users@xxxxxxxxxxx
Subject: [aspectj-users] Anyone seen this???

Has anyone seen something like the following and have a way to handle
this:
 
2 can't determine superclass of missing type
org.apache.catalina.util.xml.SaxContext
when matching pointcut
((((!within(com.tascon.tim.sofia.controller.SofiaText) && call(public
void com.salmonllc.html.HtmlText.setText(java.lang.String))) &&
target(BindingTypePattern(com.salmonllc.html.HtmlText, 0))) &&
args(BindingTypePattern(java.lang.String, 1))) &&
persingleton(com.tascon.tim.sofia.controller.SofiaText))
when matching shadow method-call(int
org.apache.catalina.util.xml.SaxContext.getDebug())
when weaving type
com.salmonllc.ideTools.Tomcat40Engine$CopyParentClassLoaderAction
when weaving classes 
when weaving 
when batch building
BuildConfig[C:\eclipse.30\workspace\.metadata\.plugins\org.eclipse.ajdt.
core\timWebSrc.generated.lst] #Files=250
 [Xlint:cantFindType] timWebSrc   February 16, 2006 2:47:35 PM 41775

Eclipse Version:
Version: 3.1.1

Build id: M20050929-0840

AJDT:
 
Version: 1.3.0

Build id: 20051220093604

AspectJ version: 1.5.0

_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users


Back to the top