| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
| <html> |
| <head> |
| <title> |
| AspectJ builder |
| </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> |
| AspectJ builder |
| </h1> |
| <p>The AspectJ builder builds AspectJ programs with a compiler that creates CLASS files compatible |
| with any standard Java Virtual Machine (JVM). |
| The AspectJ builder can build programs incrementally as individual source files are saved.</p> |
| |
| <p>The AspectJ compiler has various preferences in addition to those provided by the Java compiler. |
| These can be changed either for the whole workspace or on a per project basis. To change these |
| for the workspace go to the AspectJ compiler preference page by selecting <span class= |
| "control"><strong>Window > Preferences > AspectJ > Compiler</strong></span> .</p> |
| |
| <p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br> |
| <a href="buildconfigs.htm">Build configurations</a><br> |
| <a href="projects.htm">AspectJ projects</a> |
| </p> |
| |
| <p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br> |
| <a href="../tasks/projectsettings.htm">Changing project settings</a><br> |
| <a href="../tasks/buildconfigs.htm">Working with build configurations</a> |
| </p> |
| |
| </body> |
| </html> |
| |