Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] AJDT and inpath

Ok chheers.
--alf

Matt Chapman wrote:

Alfonso Olias Sanz <aolias@xxxxxxxx> wrote on 21/09/2004 14:55:10:
Just a short comment, after weaving the external jar file, all the classes that are inside the jar file apperar in the output folder as .class, but only one class is cosscutted by the aspect. Shouldn't be there only the affected class file by the aspect?

Hi Alfonso,

No, everything on the inpath is output, after being possibly woven. A common scenario here is to have a jar file that you want to replace with one which contains the same classes, but has been woven into. This is done by specifying the original on the inpath, and then creating the new one by using the "outjar" option. In AJDT the outjar option can be set from the "AspectJ" project property page (it's actually called "Output jar").

Regards,

Matt.

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


-------------------------------------------------------------------------------------------------------------------
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


Back to the top