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
