While working on this, I came up with a few questions about how the AOP build is supposed
to work. First, should the artifactId be "jboss-aop" or
"jboss-aop-jdk50"? Currently, we have two different artifactIds representing
the same artifact, so I would like to combine them into one. Since we don't have
other artifacts with the jdk version in the id, I would prefer just
"jboss-aop".
I am a little confused by the setup of building the jrockit-pluggable-instrumentor.jar.
In the ant build, there are three files included in this jar:
JDK14Transformer.class
JDK14TransformerManager.class
JRockitPluggableClassPreProcessor.class
All three of these files are also included in the jboss-aop-jdk50.jar file. Do these
files need to be in both places? Can I move these files out into the new
pluggable-instrumentor module?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4177759#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...