| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
| <html> |
| <head> |
| <title> |
| Creating a new AspectJ project |
| </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 AspectJ project |
| </h1> |
| <p> |
| <ol> |
| <li> |
| From the main workbench window, click <strong>File</strong> > <strong>New</strong> > <strong>Project</strong>. The New Project wizard opens. |
| </li> |
| <li> |
| Select <strong>AspectJ</strong> from the left pane and <strong>AspectJ Project</strong> from the right pane, then click <strong>Next</strong>. The New AspectJ Project wizard opens. |
| </li> |
| <li> |
| In the <strong><strong>Project Name</strong></strong> field, type a name for your new AspectJ project. |
| </li> |
| <li> |
| Select either the <strong>Create project in workspace</strong> or the <strong>Create |
| project at external location</strong> button to indicate whether you want to use the |
| default location for your new project. If you choose to create the project at an external location, |
| then type in the path to the directory or click <strong>Browse</strong> to select a location for the project. |
| </li> |
| <li> |
| Select either the <strong>Use project as root for source files and class files</strong> or the |
| <strong>Create separate source and output folders</strong> button to indicate whether you want |
| to use the project as root or use a source and output folders. |
| </li> |
| <li> |
| If you want to configure the source and output folders or other build path options click <strong>Next</strong>, configure |
| the options and then click <strong>Finish</strong> when you are done. |
| Otherwise click <strong>Finish</strong>. Please see the Java development user guide for more information |
| on configuring build path options. |
| </li> |
| </ol> |
| </p> |
| |
| <p> |
| <img src="../images/ngrelc.gif" alt="Related concepts" border="0" height="27" width="159"> <br> |
| |
| <a href="../concepts/projects.htm">AspectJ projects</a> |
| </p> |
| <p> |
| <img src="../images/ngrelt.gif" alt="Related tasks" border="0" height="27" width="159"><br> |
| |
| <a href="ajelements.htm">Creating AspectJ elements</a><br> |
| <a href="convertjavaproject.htm">Converting a Java project to an AspectJ project</a><br> |
| <a href="convertpluginproject.htm">Converting a plug-in project to an AspectJ project</a><br> |
| <a href="newaspect.htm">Creating a new aspect</a> |
| </p> |
| |
| </body> |
| </html> |
| |