[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [aspectj-users] AspectJ PDE export problems
|
- From: Andrew Eisenberg <andrew@xxxxxxxxxxxx>
- Date: Mon, 21 Mar 2011 13:35:54 -0700
- Delivered-to: aspectj-users@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:reply-to:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type; bh=nDi+e9ZAsrq8LDzNJDPggIcwIDLR7kfy4wY5i0T5yEg=; b=PcW8NQXxFu4B3OnbjTQIAGgsloEeFYjTpAxzZE4+W7UArNavdZMGgBSshctHzykuAU fCrD6RcBRrXbwXs/OSOoPqCwQDxpQbqfa95KLQfGuSby9rZsMI2n1Ns2lJWQLQbR31Mp xmQJjsr77TG7IOkEpHZ2Li3TLtCDNcpnwXIlk=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:reply-to:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=gJwvmkrLlPjf32ltfWTc5qaGia4pRph8qfkT3P09xETCuh1DSQHzkpPO0k1BnAQkPk l7VlZVQ85lUKi+2QSY3p6+X3si3Dbaj5SozkMJFdwTPpH8W8gdSjBUi7NhrqcUXFYPA+ kAF2nvPBzU1A936ghYGaRKTIQkUoYZ6P2qjiY=
Is there a copy-paste error here? The file looks empty. The simple
aop.xml file would look like this:
<?xml version="1.0" encoding="UTF-8"?>
<aspectj>
<aspects>
<!-- list fully qualified aspect names here -->
<aspect name="aspects.Aspectname"/>
</aspects>
</aspectj>
Make sure it is in your META-INF directory and that it is exported as
part of the binary build (it should be in your build.properties file).
On Mon, Mar 21, 2011 at 12:41 PM, Davidosky <davide.aresta84@xxxxxxxxx> wrote:
> mmm...summary of the situation: i've two plugin, one RCP named "argh" and the
> other AJ named "aspetti".
> "aspetti" has the package "aspects", then writing the aop.xml, I wrote this:
>
>
> <?xml version="1.0" encoding="UTF-8"?>
>
>
>
>
>
>
> (there is only an aspect in the "aspects" package and an annotation)
>
> Having this aop.xml when running the product it runs fine, but when
> exporting and executing the application it gives the error i posted
> before... What is the exact syntax for my aop.xml?
>
> --
> View this message in context: http://aspectj.2085585.n4.nabble.com/AspectJ-PDE-export-problems-tp3387024p3394537.html
> Sent from the AspectJ - users mailing list archive at Nabble.com.
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>