Hi, 

I was playing around a bit with the axis ant tasks and mist something...
The attached patch allows users to use a classpath tag in the java2WSDL
ant 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.

I'm not sure if the chosen way to use the different classloader (using
ClassUtils) is the prefered one but I couldn't think of a better way.

Kind regards,

Arno de Quaasteniet

P.S. Is there any documentation on the ant tasks?
 

Attachment: Java2WsdlAntTask.diff
Description: Java2WsdlAntTask.diff

Reply via email to