Skip to main content

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

I am suprised that Mr Bodkin did not speak up, he suggested a possible work around on his blog:
 
http://rbodkin.blogs.com/ron_bodkins_blog/2005/12/a_hidden_treasu.html
 
I will have to look into this one!

 
On 2/17/06, Guofeng Zhang <guofeng@xxxxxxxxxxxxx> wrote:
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
_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users


Back to the top