Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-users] AspectJ without eclipse

You can see an example of using ant with AspectJ by downloading the source code from www.glassbox.com

 

 


From: aspectj-users-bounces@xxxxxxxxxxx [mailto:aspectj-users-bounces@xxxxxxxxxxx] On Behalf Of Kaare Nilsen
Sent: Tuesday, March 06, 2007 3:01 AM
To: aspectj-users@xxxxxxxxxxx
Subject: Re: [aspectj-users] AspectJ without eclipse

 

You could consider using maven2 or ant.

for maven2 doc check : http://mojo.codehaus.org/aspectj-maven-plugin/
for ant doc check : http://www.eclipse.org/aspectj/doc/released/devguide/antTasks.html

I am myself using maven2 on a solaris 9 and solaris 10 environment, and it works flawlessly for me

Best regards
Kaare Nilsen

On 06/03/07, Narinder Goyal , HCL-Industry Solutions <NarinderG@xxxxxx> wrote:

Hi Everyone,

 

I am a new user of AspectJ and I need to use this for implementing logging into my application.

 

My application runs on the Solaris environment. Now I have been able to make an AspectJ project using Eclipse and integrate it with my project. However I am clueless how I should take this out from the eclipse IDE? And how should I compile and run this on the unix environment.

 

Please do help me and let me know if there are some doubts about my query.

 

Thanks in advance

Narinder Goyal

_______________________________________________________________________________________

Disclaimer:
This message and any attachment(s) contained here are information that is confidential, proprietary to HCL Technologies and its customers. Contents may be privileged or otherwise protected by law. The information is solely intended for the individual or the entity it is addressed to. If you are not the intended recipient of this message, you are not authorized to read, forward, print, retain, copy or disseminate this message or any part of it. If you have received this e-mail in error, please notify the sender immediately by return e-mail and delete it from your computer.
________________________________________________________________________________________

 

DISCLAIMER:
-----------------------------------------------------------------------------------------------------------------------

The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only.
It shall not attach any liability on the originator or HCL or its affiliates. Any views or opinions presented in
this email are solely those of the author and may not necessarily reflect the opinions of HCL or its affiliates.
Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of
this message without the prior written consent of the author of this e-mail is strictly prohibited. If you have
received this email in error please delete it and notify the sender immediately. Before opening any mail and
attachments please check them for viruses and defect.

-----------------------------------------------------------------------------------------------------------------------


_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users

 


Back to the top