blob: bd510556c553014db9c0abcdce742a706d5797a5 [file] [log] [blame]
<!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>Right click on the project, then select <strong>Properties</strong>.</li>
<li>Select <strong>AspectJ</strong> in the left hand column.</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>Note: The outjar can be used in conjunction with other AspectJ compiler settings
such as the aspectpath and inpath</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>
<p>
<a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
</p>
</body>
</html>