[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Some fixes and a caller side point cut question

2004-02-05 Thread Bill Burke
View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3820308#3820308

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3820308

I fixed these problems within our source control system.  



You can access our control system here:



http://sourceforge.net/cvs/?group_id=22866



After you checkout:



$ cd jboss-head/aop



$ build.sh   (or build.bat if you're on Windows)



$build.sh dist will build a distribution with javadoc, all jars and such.



Bill


---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Some fixes and a caller side point cut question

2004-02-04 Thread Bill Burke
View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3820223#3820223

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3820223

your fixes are not correct.  This is iterating over Method calls, not Constructor 
calls.  What are you actually seeing as the problem?



Bill


---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Some fixes and a caller side point cut question

2004-02-04 Thread rythos
View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3820240#3820240

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3820240

I can't remember what problems I was having with CallerExprEditor. It gave me a 
ClassCastException near the beginning I think, because it was passed in a 
CtConstructor and you cast it to a CtMethod. The alternate solution was to return if 
you get a CtConstructor.



(I imagine you discuss the other problem in a thread above, I'll go there.)


---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development