You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrf-dev@ws.apache.org by Bruno Harbulot <Br...@manchester.ac.uk> on 2005/12/16 12:45:53 UTC

Small correction in the documentation

Hello,

I think there is a small mistake in the documentation on the web, at
this page: http://ws.apache.org/wsrf/dev_guide/wsdl_tool.html
The ant-script example at the bottom of the page uses:
    classpath="wsrf.classpath.id"
However, the path is defined using an id. It should be:
    classpathref="wsrf.classpath.id"

Regards,

Bruno.