AspectJ Usage

I know it isn't officially supported, but if I have the AspectJ support turned on, is there any way to weave inside of IDEA or do i need to do that externally via ant?

0
Avatar
Permanently deleted user

Currently it's better use IDEA's ant integration for this.

--
Best regards,
Eugene Zhuravlev
Software Developer
JetBrains Inc.
http://www.jetbrains.com
"Develop with pleasure!"

"Brian McCallister" <brianm@apache.org> wrote in message news:18541857.1078733417244.JavaMail.itn@is.intellij.net...

I know it isn't officially supported, but if I have the AspectJ support turned on, is there any way to weave inside of IDEA or do

i need to do that externally via ant?


0
Avatar
Permanently deleted user

Thank you!

Looking forward to eventual first class support =)

0
Avatar
Permanently deleted user

How does one turn on AspectJ integration? I'm using IDEA 4.01...

Thanks.

0
Avatar
Permanently deleted user

On Sun, 28 Mar 2004 00:51:48 +0000, Dilum Ranatunga wrote:

How does one turn on AspectJ integration? I'm using IDEA 4.01...

Thanks.


Add -Didea.aspectj.support=enabled to the java process command line in
idea.sh or which ever script starts/launches IDEA on your platform.

--
Always code as if the guy who ends up maintaining your code will be a
violent psychopath who knows where you live.

Mark Derricutt --- mark@ talios.com --- http://www.talios.com

0

VM options is not where you are suppose to place this "-Didea.aspectj.support=enabled"?

0

请先登录再写评论。