[ http://issues.apache.org/jira/browse/AXIS2-663?page=comments#action_12436247 ] Thilo Frotscher commented on AXIS2-663: ---------------------------------------
Eran, this JIRA was not set to "Blocker" by me :-) I believe it was Dims after I sent an email a few weeks ago asking to fix this for 1.1 You're right, I wouldn't call it a blocker either. But I think all JIRAs that were supposed to be fixed for 1.1 were set to "Blocker" by Dims. Anyway, the current behaviour is quite annoying because it requires a lot of manual folder movement and renaming in an application project. Thus it would be great to have it fixed in the new release and I think it can probably be implemented rather quickly. The same applies to one or two other JIRAs. I understand that you're in the process of creating a new release. But I also believe that it's always better to release software a few days later than announced, but with all important issues fixed, instead of releasing on time and the software contains annoying issues. After all, it's your decision of course :-) I'd be happy to contribute but I am very busy at the moment. Until when would you need the fix to make sure it goes into 1.1? > WSDL2Java: allow user to specify separate destination folders for src and > resources > ----------------------------------------------------------------------------------- > > Key: AXIS2-663 > URL: http://issues.apache.org/jira/browse/AXIS2-663 > Project: Apache Axis 2.0 (Axis2) > Issue Type: Improvement > Components: Tools > Affects Versions: 1.0 > Environment: Axis2 1.0 RC5 > Reporter: Thilo Frotscher > Assigned To: Ajith Harshana Ranabahu > Priority: Blocker > > WSDL2Java generates source code, resources (service.xml, wsdl, xsd) and a > build.xml file. > The user can specify a destination folder for all of these files, but they > all go into the same folder. > When generating code for more than one service, you'll generally want to have > the source code for all services in the same src-folder. > That's why you would specify the same destination folder for all services. > However, in this causes the problem that the build.xml files > and the resources for all the services go into the same folder as well and > interfere with each other, or a overwritten respectively. > Therefore, it would be great if the user could specify two separate > destination folders: one for the source code and the second one for > the build file and the resources. Of course, the build files would have to > reflect the new folder structure. > Alternative suggestion: WSDL2Java could do this automatically by introducing > a service-specific folder > under resouces: > /resources/MyService1/service.xml > /resources/MyService1/MyService.wsdl > /resources/MyService1/MyService.xsd > /resources/MyService2/service.xml > /resources/MyService2/MyService.wsdl > /resources/MyService2/MyService.xsd > For the build files a similar solution could be used. -- 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]
