Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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



Back to the top