| ================ |
| Using the tools |
| ================ |
| |
| (1) elcipse plugins |
| |
| Note - The plugins are specificallyqp for Eclipse version 3.1 and up |
| |
| Create Eclipse Plugin Projects |
| ------------------------------ |
| |
| * Since the source for the tools has a dependency on the eclipse classes. one has to run the |
| ant build file (build.xml) to generate a relevant eclipse project from the source. |
| |
| * In order to compile the plugin first you must do a maven create-lib on Axis2 Source and |
| set ECLIPSE_HOME environment variable to point to your eclipse home directory. |
| |
| * use the ant generate-projects command to generate the plugin projects. |
| |
| * Once the projects are generated in each eclipse plugin directory under tools directory |
| (axis2-eclipse-service-plugin and axis2-eclipse-codegen-plugin) they can be opened as a Eclipse PDE |
| for building and editing. |
| |
| * This can be done by File -> Import -> Existing project into workspace on Elcipse menu and |
| point that to the any of eclipse plugin directory under tools directory. |
| |
| Build Eclipse Plugin Projects |
| ------------------------------ |
| |
| * Build and install the eclipse plugin to your local eclipse plugin directory. |
| * In order to compile the plugin first you must do a maven create-lib on Axis2 Source and |
| set ECLIPSE_HOME environment variable to point to your eclipse home directory. |
| * stop eclpse if still on operation. |
| * use ant install-plugins |
| * start eclipse |
| * plugins will be accessible through [File -> New -> Other] ctl+n under Axis2 Wizards. |
| |
| * Release the plugins in compressed format |
| * In order to compile the plugin first you must do a maven create-lib on Axis2 Source and |
| set ECLIPSE_HOME environment variable to point to your eclipse home directory. |
| * stop eclpse if still on operation. |
| * ant release-plugins |
| * plugins will be available at target/eclipse_projects/release |
| |
| * The tool sources are not included in the build |
| |
| * To run the plugin you need please refer to, |
| - Tools Page On Apache Axis 2 Documentation http://ws.apache.org/axis2/tools/ |