Deploying an AspectJ plug-in
AspectJ plug-ins can either be build through the Export Plug-ins and Fragments
with AspectJ Support Wizard or with an Ant build script. To use the wizard:
- Select File > Export... > Deployable plug-ins and fragments with AspectJ support.
- Select the plug-ins and fragments you want to export.
- You can deploy the plug-ins in one of three formats:
- a single ZIP file whose content can be unzipped into any Eclipse-based
product.
- a directory structure, so the destination of the export operation can be
the root of an Eclipse installation.
- individual JAR archives for an Update site. This option will
result in the creation of one JAR per plug-in, and the JARs will be placed
in a plugins/ subdirectory of the chosen destination.
See Creating an Ant build file for an AspectJ plug-in
for details on how to deploy a plug-in using an Ant build file.
Creating a new AspectJ plug-in project
Converting a plug-in project to an AspectJ project
Creating an Ant build file for an AspectJ plug-in