Bug 237561 - Split out the pointcut parser for use standalone
Summary: Split out the pointcut parser for use standalone
Status: RESOLVED FIXED
Alias: None
Product: AspectJ
Classification: Tools
Component: Compiler (show other bugs)
Version: DEVELOPMENT   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: 1.6.3   Edit
Assignee: Andrew Clement CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-17 19:51 EDT by Andrew Clement CLA
Modified: 2009-03-31 19:23 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Clement CLA 2008-06-17 19:51:02 EDT
Some environments want to use the pointcut parser but not the weaver.  For example, Spring uses the pointcut parser but then may choose to implement weaving via dynamic proxies.  In this situation the aspectjweaver.jar is overkill as the weaver is not being used - and indeed the weaver being in the jar can sometimes cause problems. (Not technical problems, more likely problems related to application system rollout being delayed because approval is needed for a weaver to be deployed rather than just a simple parser).
Comment 1 Andrew Clement CLA 2009-03-31 19:23:16 EDT
org.aspectj.matcher.jar is now the minimal parser/matcher.