DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=43630>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=43630 Summary: Add a "wsdl" Nested element to the Ant WAR task Product: Ant Version: unspecified Platform: Other OS/Version: other Status: NEW Severity: enhancement Priority: P2 Component: Core tasks AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] JSR 109 (also explained here[1]) mandates that web services place their WSDL's and XSD's within the WEB-INF/wsdl directory. The WAR task presently has classes, webinf, metainf, and lib nested elements[2] for file placement in those directories, but no "wsdl" nested element yet. This forces the user to use <zipfileset/> instead to get the WSDLs/XSD's in the proper location in the WAR file. I would like to see a "wsdl" nested element added in to the WAR task so we don't need to use zipfileset for that. [1] http://blogs.sun.com/manveen/entry/converting_an_existing_webservice_to [2] http://ant.apache.org/manual/CoreTasks/war.html -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
