Within Eclipse WTP Axis2 Skeleton code is generated to /src directory even when 
a different project Source Folder (such as src/main) exists.  
----------------------------------------------------------------------------------------------------------------------------------------------

                 Key: AXIS2-3578
                 URL: https://issues.apache.org/jira/browse/AXIS2-3578
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: codegen
    Affects Versions: 1.3
         Environment: Eclipse 3.3.2 with WTP. JDK 1.5.0_10, Tomcat 5.0 on 
Windows XP.. 
            Reporter: Mike Coutts
            Priority: Minor


Created an Eclipse Dynamic Web project, setting source directory from it's 
default of src to src/main (preparing to place TestNG code under src/test). 
Created xsd and wsdl files and ran through standard Web service "Top Down" 
creation process [as per: 
http://www.eclipse.org/webtools/community/tutorials/TopDownAxis2WebService/td_tutorial.html].

Code Gen creates files in /src directory, which is now not the project Source 
Folder so no class files are generated within the /build folder. During server 
startup we get ClassNotFound exceptions as no classes have been built. Manually 
moving the generated files from src to src/main resolves the ClassNotFound 
issue but such manual intervention was not required with Axis(1).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to