[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [aspectj-users] Problems with RCP Application using AspectJ and Spring
|
- From: Andrew Eisenberg <andrew@xxxxxxxxxxxx>
- Date: Wed, 23 Sep 2009 08:29:08 -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:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=+eXPmeSdbAJSvDAcQDQLM7TM4NkuSRSdFk/4kLGQqsc=; b=PSIad3O94PHnDheeM2gCgPXbvk0geO9VScQQWCPASYWAlctQ3RLdMV3Oeku/29PG/7 RuL63bJQK52mqG0XnKe2nopDlR70EwTGsnFNivuGGRwDDiGPVciFKYF4DsljKSce9dwB TX2ajUzXTJkMLFeWL4mBK155EoqbRj1vYYd+Y=
- 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=PQhRWvfy2Wo4Fm1x7CF2v2O9bdHzQkGp23LWKAdHbDAkl2D/9wfFzxHstBQDP/hXV1 KT7jhKaPmTqRjuqIBoiWdCsYELXNF81ecCmeq+BbUx+7UoFco+hErqKettpWbVnoQ37y I3d4lnautSYgZ5kdrCz43KhS9kq6xJTVP1lfo=
> taskdef A class needed by class org.aspectj.tools.ant.taskdefs.AjcTask
> cannot be found: org/aspectj/bridge/IMessageHandler
This looks like org.aspectj.weaver is not accessible. Are the ajde
and weaver bundles in your target platform? They also must be
available in the eclipse that is building your product.