| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
| <html> |
| <head> |
| <title> |
| Creating AspectJ projects |
| </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 AspectJ projects |
| </h1> |
| <p> |
| You can create AspectJ projects in two different ways. |
| </p> |
| <ul> |
| <li> |
| Use the new AspectJ project wizard to create a new project. |
| </li> |
| <li> |
| Use the <strong>Convert to AspectJ Project</strong> context menu action to convert a Java project to |
| an AspectJ project. |
| </li> |
| </ul> |
| <p> |
| Like Java projects, AspectJ projects can either contain source folders or use the |
| project as a container for source files. More information about source folders can |
| be found in the Java development user guide. |
| </p> |
| <p> |
| <img src="../images/ngrelc.gif" alt="Related concepts" border="0" height="27" width="159"> |
| </p> |
| <p> |
| <a href="../concepts/projects.htm">AspectJ projects</a> |
| </p> |
| <p> |
| <img src="../images/ngrelt.gif" alt="Related tasks" border="0" height="27" width="159"> |
| </p> |
| <p> |
| <a href="newajproject.htm">Creating a new AspectJ project</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="ajelements.htm">Creating AspectJ elements</a> |
| </p> |
| |
| </body> |
| </html> |
| |