Hi,

I see you opened http://jira.jboss.com/jira/browse/JBAOP-215 ?

Should this be closed s mentioned.

If you get it to work on a lot of classes, by all means contribute it back.

The main things slowing down compilation will be field and constructor 
interception since we need to find all classes calling the field. This can be 
speeded up by using a 

construction(POJO->new())

which just adds the magic at the end of the constructor rather than replacing 
all the callers.

Also, you may want to look at using the jboss.aop.exclude and jboss.aop.include 
system properties
http://docs.jboss.com/aop/1.3/aspect-framework/reference/en/html/running.html#d0e2923

By all means, if you find a way to make parallell compilation work we will be 
happy to accept your contribution :-)

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931272#3931272

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3931272


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to