blob: 28fb75dbad52877667a19bf272695de23cabf435 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>
Changing the compiler settings
</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>
Changing the compiler settings
</h1>
<p>
The AspectJ compiler honors the Java compiler settings in Eclipse and
also provides some extra options.
</p>
<p>
To set the extra AspectJ compiler options select <strong>Window &gt; Preferences &gt; AspectJ
&gt; Compiler</strong>. Options are provided for changing the severity of AspectJ-specific
problems, as well as some more compiler specific settings.
</p>
<p>
AspectJ compiler options can also be changed for an individual project. Right click on the
project then select <strong>Properties &gt; AspectJ Compiler</strong>. Click the
<strong>Use project settings</strong> button to configure the settings for the project.
</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="addoutjar.htm">Adding an outjar</a><br>
<a href="addinpath.htm">Adding an inpath</a><br>
<a href="addaspectpath.htm">Adding an aspectpath</a><br>
<a href="setups.htm">Using a multi-project setup</a>
</p>
</body>
</html>