|
After the building of application is complete, compile the project and package it as a NAR file.
If you are unable to complete the EclipsePlugin project and Project built using Chassis Wizard and Configuration Wizard successfully on your own efforts, then you can use the projects of this application which are bundled in AdventNet Web NMS installation. You can open the project, carry out the changes in the project, compile and package it. For packaging the created project, refer to Packaging the Project topic of this tutorial.
The project created in the Eclipse plugin is available in Web NMS Home in the following URL :
eBON Project : <Web NMS Home>/StudioTools/Studio/projects/eBON
Project built using Chassis Wizard: <Web NMS Home>/StudioTools/ClientBuilder/projects/eBonChassis
Project built using Configuration Wizard: <Web NMS Home>/StudioTools/ClientBuilder/projects/eBonConfig
|
|
Note: It is mandatory to change the WebNMS Home with respect to your Web NMS Installation using the WebNMS ->Project Properties menu in Eclipse IDE before proceeding with development in this eBon project. |
How to open Ebon project in Eclipse and work with it ?
Open Eclipse IDE, please use File->Import menu. In the wizard, select General->Existing Projects into Workspace and click Next.
Click "Browse" button and Select root directory as <NMS Home>/StudioTools/Studio/projects/eBon. Now select eBon project that is listed in the text area.
Click Finish button.
This opens the eBon project in the workspace. Next, Select WebNMS ->Project Properties menu item and Change the WebNMS Home with respect to your Web NMS Installation. Click OK. Now it is possible to work with the eBon project.
|