Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 341006

Summary: Aspects don't work with inner enum usage
Product: [RT] Jetty Reporter: Jesse McConnell <jesse.mcconnell>
Component: serverAssignee: Jesse McConnell <jesse.mcconnell>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: jetty-inbox
Version: 7.2.2   
Target Milestone: 7.2.x   
Hardware: PC   
OS: Linux   
Whiteboard:

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.