Java WS Core Eclipse
From Globus
Importing Java WS Core code into Eclipse
- Checkout the wsrf module from cvs from HEAD, for example:
- cvs -d:pserver:anonymous@cvs.globus.org:/home/globdev/CVS/globus-packages co wsrf
- Download the eclipse.tar file. Save it in the wsrf directory and untar it. That will create the appropriate Java WS Core Eclipse project files.
- Install the Multi Project Import/Export feature in Eclipse.
- In Eclipse choose File->Import and select Multiple Projects as an import source. Then enter the location of the wsrf directory as the project root and click on Finish.
To build Java WS Core in Eclipse select Project->Clean and then choose 'Clean all projects'.
The project files were tested with Eclipse 3.2 but should also work with earlier versions.

