[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[aspectj-dev] Introducing JDT Weaving
|
- From: "Andrew Eisenberg" <andrew@xxxxxxxxxxxx>
- Date: Tue, 2 Dec 2008 21:02:16 -0800
- Delivered-to: aspectj-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :sender:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition:x-google-sender-auth; bh=1dnX4ZUMozJooZi4GnGZWhcj+5RqEoZt0dE6KQi6QxA=; b=jDWV6CRg7Bw4hee0KhsOY7gZH7oQEozOwB3FMXr2ZJpmVXF1TVtzyg4s2+KHLHz9ac GeEdQqkigfsrw3Wy/i6YqYJ7fpqk78j3Hsmx2UKez9NDTIsXudsvbQIUY5SJyopOseGi BYgj5qIxZgDsJ75M6l5bMUCl7aNNQ641Zjcxk=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:sender:to:subject:mime-version :content-type:content-transfer-encoding:content-disposition :x-google-sender-auth; b=rHAF1tWvCAvAzBokxLcXO6GCMR2cv8IuGSIfzOs3BBPfpixRcGUlKD/XVC64odypc5 4Vayq+FMeVfQUzt/fVUqncP0lOo0LE9eJxBnD+3WdAGCcrpND/xw/CsY0hQSegZkigK9 QEW4r5aDyHEygsQITtfCJg8muy5qDuXHNUc5U=
Hi all,
We would like to introduce the latest developments for AJDT. We will
be release some exciting new features including Java searches that
include Aspects elements, ITD aware content assist and type
hierarchies.
We are asking the AspectJ and AJDT community to please try this new
version out and report any bugs on this list or on bugzilla. The
update site is here:
http://download.eclipse.org/tools/ajdt/34/dev/weaving
This is a pre-release of AJDT 1.6.2 and therefore requires Eclipse
3.4.x. AJDT 1.6.2 will be release towards the end of this month.
In order to implement this we were left with no choice but to apply
AspectJ to the Eclipse framework itself. We created the JDT Weaving
plugin that uses uses Equinox Aspects [1] to do the cross-plugin
weaving.
For more information on how to use and install see the Eclipse Wiki:
http://wiki.eclipse.org/JDT_weaving_features
As always we appreciate all feedback from the community.
sincerely,
The AJDT team
[1] http://www.eclipse.org/equinox/incubator/aspects/index.php