You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Jerome Lacoste <je...@coffeebreaks.org> on 2004/08/17 00:42:54 UTC

RE: overwritten un/deploy.wsdd files when using axis-wsdl2java task for webservices with identical mapped package names

On Mon, 2004-08-16 at 18:31 -0400, Christophe Roudet wrote:
> Try with the ant copy task associated with a mapper:
> 
> <copy file="deploy.wsdd" todir="${configuration.dir}">
>   	<mapper type="glob" from="*.wsdd" to="myservice-*.wsdd" /> 
>  </copy>

Thanks. But if you had the possibility to say:

"generate myservice-deploy.wsdd and myservice-undeploy.wsdd"
you would only have to do a simple copy, without mapping.

So do you consider your solution a workaround or something completely normal?

J