Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 341006 - Aspects don't work with inner enum usage
Summary: Aspects don't work with inner enum usage
Status: CLOSED FIXED
Alias: None
Product: Jetty
Classification: RT
Component: server (show other bugs)
Version: 7.2.2   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 7.2.x   Edit
Assignee: Jesse McConnell CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-25 16:59 EDT by Jesse McConnell CLA
Modified: 2011-03-25 17:04 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse McConnell CLA 2011-03-25 16:59:47 EDT
Aspectj throws a fit when it tries to runtime weave our usage of inner enum types in jetty-webapp.

these can be moved out into actual top lvl files and things work

commit forthcoming
Comment 1 Jesse McConnell CLA 2011-03-25 17:04:18 EDT
[rune]trunks/jetty> svn commit -m "341006 move inner enums out into separate files" jetty-annotations jetty-webapp jetty-plus
Sending        jetty-annotations/src/main/java/org/eclipse/jetty/annotations/PostConstructAnnotationHandler.java
Sending        jetty-annotations/src/main/java/org/eclipse/jetty/annotations/PreDestroyAnnotationHandler.java
Sending        jetty-annotations/src/main/java/org/eclipse/jetty/annotations/ResourceAnnotationHandler.java
Sending        jetty-plus/src/main/java/org/eclipse/jetty/plus/webapp/PlusDescriptorProcessor.java
Sending        jetty-webapp/src/main/java/org/eclipse/jetty/webapp/MetaData.java
Adding         jetty-webapp/src/main/java/org/eclipse/jetty/webapp/MetaDataComplete.java
Adding         jetty-webapp/src/main/java/org/eclipse/jetty/webapp/Origin.java
Sending        jetty-webapp/src/main/java/org/eclipse/jetty/webapp/StandardDescriptorProcessor.java
Sending        jetty-webapp/src/main/java/org/eclipse/jetty/webapp/WebDescriptor.java
Transmitting file data .........
Committed revision 2913.