Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] AJDT 1.1.11 released for Eclipse 3.0



If you open the project properties for an AspectJ project, you'll see
"AspectJ InPath" as a new option in the left-hand pane. Select that, and
then click on the "Libraries and Folders" tab. You should now be looking at
a familiar dialog screen where you can click "Add External Jars..." to add
an external jar to the project's in path. AspectJ will then wave any
aspects at this jar file during compilation [ ;) ], and the woven results
will be placed in the project's bin directory. Specify an outjar on the
"AspectJ" page if you want them written to a jar file instead.

-- Adrian.
adrian_colyer@xxxxxxxxxx





16 July 2004 12:41
To: aspectj-users@xxxxxxxxxxx
cc:
From: Alfonso Olias Sanz <aolias@xxxxxxxx>
Subject: Re: [aspectj-users] AJDT 1.1.11 released for Eclipse 3.0



Is it possible to wave aspects into external jar files included in the
project
with the AJDT??
Thanks
--alf

On Friday 16 July 2004 13:28, Andrew Clement wrote:
> Andrew Clement <CLEMAS@xxxxxxxxxx>
-------------------------------------------------------------------------------------------------------------------
Este correo electrónico y, en su caso, cualquier fichero anexo al mismo,
contiene información de carácter confidencial exclusivamente dirigida a su
destinatario o destinatarios. Queda prohibida su divulgación, copia o
distribución a terceros sin la previa autorización escrita de Indra. En el
caso de haber recibido este correo electrónico por error, se ruega
notificar inmediatamente esta circunstancia mediante reenvío a la dirección
electrónica del remitente.

The information in this e-mail and in any attachments is confidential and
solely for the attention and use of the named addressee(s). You are hereby
notified that any dissemination, distribution or copy of this communication
is prohibited without the prior written consent of Indra. If you have
received this communication in error, please, notify the sender by reply
e-mail
_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
 http://dev.eclipse.org/mailman/listinfo/aspectj-users



Back to the top