You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2003/07/29 09:03:48 UTC

DO NOT REPLY [Bug 21950] New: - classpath parameter for Java2WSDL Ant task

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=21950>.
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=21950

classpath parameter for Java2WSDL Ant task

           Summary: classpath parameter for Java2WSDL Ant task
           Product: Axis
           Version: 1.1
          Platform: Other
               URL: http://marc.theaimsgroup.com/?t=105866060700001&r=1&w=2
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: WSDL processing
        AssignedTo: axis-dev@ws.apache.org
        ReportedBy: christof.laenzlinger@sunrise.net


Although it is possible to add the source classes for the Java2WSDL ant task in 
the taskdef tag, the Java2WSDL ant task should be anhanced to have a classpath 
and/or classpathref parameter in order to specify the classpath for each call 
of the Java2WSDL task.

Example:
<axis-java2wsdl
  classpathref="my.class.path.id"
  classname="..."
  location="..." >
    <mapping namespace="..." package="..."/>     		
</axis-java2wsdl>

see also http://marc.theaimsgroup.com/?t=105866060700001&r=1&w=2

Thanks a lot to all the people working on Axis!