| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
| <html> |
| <head> |
| <title> |
| Adding an outjar |
| </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> |
| Adding an outjar |
| </h1> |
| <p> |
| The AspectJ outjar setting enables building a project into a JAR file, rather than a folder. |
| </p> |
| <p> To set the outjar: </p><p> |
| <ol> |
| <li>Select the AspectJ project in the Package Explorer</li> |
| <li>Right click and select <b>AspectJ Tools > Configure AspectJ Build Path...</b></li> |
| <li>Select the <b>Output jar</b> tab</li> |
| <li>In the <strong>Output jar</strong> text field type a name for the JAR file.</li> |
| <li>Click <strong>OK</strong> to finish. If automatic building is switched on |
| the project will rebuild and the JAR file will be created.</li> |
| </ol> |
| </p> |
| |
| <p> |
| <img src="../images/ngrelc.gif" alt="Related concepts" border="0" height="27" width="159"> <br> |
| |
| <a href="../concepts/projects.htm">AspectJ projects</a><br> |
| <a href="../concepts/builder.htm">AspectJ builder</a> |
| </p> |
| <p> |
| <img src="../images/ngrelt.gif" alt="Related tasks" border="0" height="27" width="159"> |
| <br> |
| <a href="addinpath.htm">Adding an inpath</a><br> |
| <a href="addaspectpath.htm">Adding an aspectpath</a><br> |
| <a href="compilersettings.htm">Changing compiler settings</a><br> |
| <a href="setups.htm">Using a multi-project setup</a> |
| </p> |
| |
| </body> |
| </html> |
| |