| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
| <html> |
| <head> |
| <title> |
| Comparing with the current build |
| </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> |
| Comparing with the current build |
| </h1> |
| <p> |
| To compare a crosscutting map file with the current build: |
| </p> |
| <ol> |
| <li>Select a file with the ".ajmap" extension in the Package Explorer.</li> |
| <li>Right click and select <b>AspectJ Tools > Compare Crosscutting With |
| Current Build.</b> |
| </ol> |
| |
| <p> |
| The results of the comparison are then shown in the |
| <b>Crosscutting Comparison</b> view, which is opened in the current |
| perspective if it is not already showing. |
| </p> |
| |
| <p> |
| When the Crosscutting Comparison view is used to compare a crosscutting map file |
| with the current build it will update automatically with every subsequent build. |
| This provides an ongoing view of how the crosscutting relationships present |
| in a project are changing in response to code changes in the project. |
| </p> |
| |
| <p> |
| <img src="../images/ngrelt.gif" alt="Related tasks" border="0" height="27" width="159"><br> |
| <a href="savemap.htm">Saving crosscutting information</a><br> |
| <a href="comparetwo.htm">Comparing two builds</a><br> |
| </p> |
| |
| </body> |
| </html> |
| |