Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ajdt-dev] how to run aspect on .class files from command-line interface?

Hi Patil Arvind,
I think you are talking about the ajc compiler :
http://www.eclipse.org/aspectj/doc/released/devguide/ajc-ref.html

Note that you can use command line, or automate it using an Ant build (
http://www.eclipse.org/aspectj/doc/released/devguide/antTasks.html ) or
a Maven build  ( http://mojo.codehaus.org/aspectj-maven-plugin/ )

Hope this helps,
Simone

PATIL Arvind wrote:
>
> I am new to AspectJ. Please help.
>
>  
>
> My requirement is to run a logging aspect on a set of .class files and
> generate the new set of .class files.
>
> These will then be used for deploying.
>
>  
>
> I need pointers to achieve this using AspectJ ideally from command
> line. Please point to relevant material.
>
>  
>
> Thanks,
>
> arvind
>
>  
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> ajdt-dev mailing list
> ajdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/ajdt-dev
>   


-- 
Simone Gianni
http://www.simonegianni.it/
CEO Semeru s.r.l.
Apache Committer



Back to the top