| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
| <html> |
| <head> |
| <title> |
| Editing a build configuration |
| </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> |
| Editing a build configuration |
| </h1> |
| <p> |
| There are a two ways to edit a build configuration: |
| </p> |
| <ol> |
| <li> |
| Double click on the <em>.ajproperties</em> file in the package explorer to |
| open the build configuration file editor. |
| </li> |
| <li> |
| Select or de-select files and folders by using the checboxes in the tree. |
| </li> |
| <li> |
| Save the file. |
| </li> |
| <li> |
| If you edited the active build configuration and automatic building is turned on |
| the project will rebuild. |
| </li> |
| </ol> |
| <p> |
| or |
| </p> |
| <ol> |
| <li> |
| In the package explorer select the file(s)/package(s) that you want to exclude or include. |
| </li> |
| <li> |
| Right click then select <strong>AspectJ Tools > Exclude from '<em>active_configuration_name</em>' Configuration</strong> |
| or <strong>AspectJ Tools > Include in '<em>active_configuration_name</em>' Configuration</strong> if including. |
| </li> |
| <li> |
| The active build configuration will be updated and if automatic building is turned on |
| the project will rebuild. |
| </li> |
| </ol> |
| <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/buildconfigs.htm">Build configurations</a> |
| </p> |
| <p> |
| <img src="../images/ngrelt.gif" alt="Related tasks" border="0" height="27" width="159"> |
| </p> |
| <p> |
| <a href="newbuildconfig.htm">Creating a new build configuration</a><br> |
| <a href="switchbuildconfig.htm">Switching build configurations</a><br> |
| <a href="buildconfigsandant.htm">Using build configurations with Ant</a><br> |
| <a href="lstfiles.htm">.lst file support</a> |
| </p> |
| <p> |
| <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a> |
| </p> |
| </body> |
| </html> |
| |