Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.4
-
None
-
Windows XP
Eclipse 3.3.3
Description
The stub classes that are generated by the Axis2 Eclipse plug-in "Code Generator Wizard" are copied to the Eclipse workspace folder instead of the project location. This issue occurs if an Eclipse Java project is located in a directory outside of the Eclipse workspace.
Steps to repeat:
1.) Execute the Axis2 Codegen Wizard until the 'Output' page.
2.) Select the option 'Browse' and select a project in the current Eclipse workspace.
3.) Click the 'Browse' button of the 'Output path' input field.
4.) In the 'Folder Selection' dialog window, select a project. Note that this must be a project that is part of the current project but whose project directory is located outside of the workspace.
4.) Click the 'Finish' button of the Axis2 Codegen Wizard.
6.) Refresh the project. The generated packages and stub classes do not appear in the project.
7.) The workspace folder in the file system contains a new subdirectory with the name of the project that contains the generated packages (subdirectories) and classes.