| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
| <html> |
| <head> |
| <title> |
| Deploying an AspectJ plug-in |
| </title> |
| <link rel="stylesheet" href="../book.css" charset="ISO-8859-1" type="text/css"> |
| <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
| <meta http-equiv="Content-Style-Type" content="text/css"> |
| </head> |
| <body> |
| <h1> |
| Deploying an AspectJ plug-in |
| </h1> |
| |
| <p>AspectJ plug-ins can either be build through the <b>Export Plug-ins and Fragments |
| with AspectJ Support</b> Wizard or with an Ant build script. To use the wizard:</p> |
| <ol> |
| <li>Select <strong>File > Export... > Deployable plug-ins and fragments with AspectJ support</strong>.</li> |
| <li>Select the plug-ins and fragments you want to export. </li> |
| <li>You can deploy the plug-ins in one of three formats: |
| <ul> |
| <li>a single ZIP file whose content can be unzipped into any Eclipse-based |
| product.</li> |
| <li>a directory structure, so the destination of the export operation can be |
| the root of an Eclipse installation.</li> |
| <li>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.</li> |
| </ul> |
| </li> |
| </ol> |
| |
| <p>See <a href="newpluginbuildfile.htm">Creating an Ant build file for an AspectJ plug-in</a> |
| for details on how to deploy a plug-in using an Ant build file. |
| </p> |
| |
| <p> |
| <img src="../images/ngrelt.gif" alt="Related tasks" border="0" height="27" width="159"> |
| </p> |
| <p> |
| <a href="newplugin.htm">Creating a new AspectJ plug-in project</a><br> |
| <a href="convertpluginproject.htm">Converting a plug-in project to an AspectJ project</a><br> |
| <a href="newpluginbuildfile.htm">Creating an Ant build file for an AspectJ plug-in</a> |
| </p> |
| <p> |
| <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a> |
| </p> |
| </body> |
| </html> |
| |