| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
| <html> |
| <head> |
| <title> |
| Creating a new 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> |
| Creating a new build configuration |
| </h1> |
| <p> |
| There are a two ways to create a new build configuration: |
| </p> |
| <ol> |
| <li> |
| Select <strong>File > New > Other</strong> from the menu bar or click the <strong>New</strong> button on the |
| workbench toolbar. |
| </li> |
| <li> |
| Expand the <strong>AspectJ</strong> folder and select <strong>Build Configuration</strong>. |
| </li> |
| <li> |
| Click <strong>Next</strong>. |
| </li> |
| <li> |
| Optionally change the name of the build configuration file. Note that the file extension must be <em>ajproperties</em>. |
| </li> |
| <li> |
| Optionally select not to open the new build configuration by unchecking <strong>Open the new file in the build configuration editor</strong>. |
| </li> |
| <li> |
| Optionally select not to activate the new build configuration by unchecking <strong>Activate the new build configuration</strong>. |
| </li> |
| <li> |
| Click <strong>Finish</strong> to complete. |
| </li> |
| </ol> |
| <p> |
| or |
| </p> |
| <ol> |
| <li> |
| Select the project where you want the new build configuration to reside. |
| </li> |
| <li> |
| From the menu bar, select <strong>Project > Active Build Configuration > Save As...</strong>. |
| </li> |
| <li> |
| Optionally change the name of the build configuration file. |
| </li> |
| <li> |
| Optionally select not to open the new build configuration by unchecking <strong>Open the new file in the build configuration editor</strong>. |
| </li> |
| <li> |
| Optionally select not to activate the new build configuration by unchecking <strong>Activate the new build configuration</strong>. |
| </li> |
| <li> |
| Click <strong>OK</strong> to complete. A copy of the currently active build configuration |
| is created. |
| </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="editbuildconfig.htm">Editing a 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> |
| |