Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] LTW setup

See build target tracing-lt in examples/build.xml:
 
 
If you haven't already, read the development environment guide, too:
 
 
Wes
 
------------Original Message------------
From: Mohan Radhakrishnan <radhakrishnan.mohan@xxxxxxxxx>
To: aspectj-users@xxxxxxxxxxx
Date: Sun, Feb-12-2006 10:46 PM
Subject: [aspectj-users] LTW setup
Hi,
       I am trying to understand how to compile the aspects to set up LTW. The .aj files should be compiled with 'ajc' (Can I use javac ? ) but without compile-time weaving. Is that right ?
 
       So after this the JAR containing .aj files should be put in the container and a java agent has to be used. An aop.xml file should be used. While compiling the .aj files it needs my web application source code also due to dependencies.
 
        Is the above procedure correct ?
Thanks,
Mohan
_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users

Back to the top