| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
| <html> |
| <head> |
| <title> |
| Build configurations |
| </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> |
| Build configurations |
| </h1> |
| |
| <p> |
| An AspectJ project can be configured via inclusion and exclusion patterns in the same way as a Java project. |
| In addition the AspectJ development tools allow the current set of inclusions and exclusions |
| (known as a 'build configuration') to be saved to a file and to be reloaded. These files |
| have the extension <em>.ajproperties</em> and several can be created to support |
| easy switching between different configurations of a project. |
| </p> |
| |
| |
| <p><img width="159" height="27" src="../images/ngrelc.gif" alt="Related concepts" border="0"><br> |
| <a href="projects.htm">AspectJ projects</a><br> |
| <a href="builder.htm">AspectJ builder</a> |
| </p> |
| |
| <p><img border="0" width="159" height="27" src="../images/ngrelt.gif" alt="Related tasks"><br> |
| <a href="../tasks/buildconfigs.htm">Working with build configurations</a><br> |
| <a href="../tasks/savebuildconfig.htm">Saving a build configuration</a><br> |
| <a href="../tasks/applybuildconfig.htm">Applying a saved build configuration</a><br> |
| </p> |
| |
| </body> |
| </html> |
| |