DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14815>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14815 classpath extension to java2WSDL ant task Summary: classpath extension to java2WSDL ant task Product: Axis Version: 1.0 Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: WSDL processing AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I would like to be able to specify a classpath with the java2wsdl task, in which the task should search for java classes it needs to generate the WSDL from. for example: <java2wsdl ....> <classpath> <path refid="basic.path"/> </classpath> </java2wsdl> This way these classes do not need to be in ants classpath or the task its classpath.