'resources' directory (which contains services.xml and .wsdl files) is not created at the specified custom output location --------------------------------------------------------------------------------------------------------------------------
Key: AXIS2-1390 URL: http://issues.apache.org/jira/browse/AXIS2-1390 Project: Apache Axis 2.0 (Axis2) Issue Type: Bug Components: ide plugins Affects Versions: 1.1 Environment: Windows XP, jdk1.5.0_08, Intellij IDEA 5.1.2 Reporter: Charitha Kankanamge I provided a custom output location for the generated code in IDEA axis2 WSDL2Java code generation wizard. However, the resources directory which contains services.xml and .WSDL files is created outside of the specified location. Steps to reproduce: =================== 1. Start IDEA 2. Select Axis2-->Axis2 plugins 3. Select 'WSDL2Code codegeneration' option and click ok 4. Enter the path of a valid WSDL file and click next 5. Select 'Generate both Client and server code with default configurations' option 6. select custom out put location option from the output screen 7. Browse and give a valid directory for generated code (i.e:- C:\ideaplugin-test\idea\output) 8. Click on finish button 9. 'Code 10. Navigate to the specified output location Actual Result: ============== resources directory is not created at the specified location (C:\ideaplugin-test\idea\output). Instead it is created at C:\ideaplugin-test\idea\resources Expected Result: ================ All the generated directories/files should be placed at the specified output location. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]