[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[aspectj-users] New plugin for aspectj-aware headless builds
|
- From: "Andrew Eisenberg" <andrew@xxxxxxxxxxxx>
- Date: Thu, 15 Jan 2009 15:26:55 -0800
- Delivered-to: aspectj-users@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=r1TeeRZ3uKHBrC3/gEbsbP7zVwoiaiDoZSSvtAC+R44=; b=Ii4mPwSjB9NgYWxP8CWdD+no7kXTAlB0MxEhtXEVg5azHZhA1Fsrf3CR5GQzzBTrhZ wdDgAGhJ2/wG9/JLrZh1vIlM5ouLbp1oPyyGS2yi9OS6jX0hMqnJYyN1fnUvl167N6d4 jRY2idIE6GXLlGnqSgFtjBzKZY2YNi/85s8DM=
- 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=MXKLTGafhNmOJAr4XJAC8hWgstbreBHZOXoyGZsOMJcEzqe5VCjybLcdGLAANqqJrS OE8HF73YDWysUMUPqbNw5C3+cqwPETQOLl8mXNRyDC8NM0QbDOyLSwbGFEaGASumjHyH HC8KGs64y7Sc43nmusCtUEmJEwMpbKYjI7TUc=
Hi all,
Many of you have asked for a way to perform aspectj-aware headless
builds of plugins and features. In the past, I had pointed you to an
unsupported jar that we use to build AJDT itself.
Since I've had a little time, I scraped together a separate plugin
that you can just add to your headless build process that will allow
you to create plugins with the aspectj compiler in a less kludgy way.
See Bug 252641 for instructions on how to download, install and use
the org.eclipse.ajdt.pde.build plugin.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=252641
Please let me know your experiences with this and if this plugin is
sufficient, I will include it in the next release of AJDT (perhaps as
an optional add-on).
enjoy!
--a