Saturday, 15 October 2011

Tomcat + Axis2 + Eclipse + Axis2 Code Gen Part 2

Part 2 Build Project

After download all the files that stated in Part 1.
It is time for us to open the project using eclipse.

use explorer go to C:\eclipse, click on eclipse.exe to start.
It will prompt to select a workspace. Please key in c:\ as screen below.



If it doesn't prompt to ask for selecting workspace or you have selected a wrong workspace, you may always go to File menu-> Switch Workspace-> Other.. to reselect project workspace.
For a better picture of what I am saying, please refer the screen below.


After select the workspace, Create a java project from File menu->Java Project.
Key in the project information as below:



Click on the finish button to proceed.
Once java project created, you should be able to our sample folder structure from Project explorer.



The next step is to build the project, right click on the build.xml, choose run as ant build to build the project file.



After build, ftp-alternative-ws.aar will be the output file that we going to be deployed with tomcat.
you should be able to found it at C:\HookInForestSampleWS\build\

No comments:

Post a Comment