|
Project
|
IntelliJ IDEA
|
|
Priority
|
Major |
|
Type
|
Feature |
|
Fix versions
|
No Fix versions |
|
State
|
Fixed |
|
Assignee
|
Nikolay Chashnikov |
|
Subsystem
|
Ant |
|
Affected versions
|
No Affected versions |
|
Fixed in build
|
No Fixed in build
|
There are two suggestions I can think of:
- You setup J2EE build output to exploded directory, and your (after compile) ant task does instrumentation and packs result into EAR file.
- Or, you implement your custom compiler which makes necessary modifications in class files during IDEA make process. Please see
http://www.jetbrains.com/idea/openapi/5.0/com/intellij/openapi/compiler/ClassInstrumentingCompiler.html