On 6/21/05, Torsten Curdt <[EMAIL PROTECTED]> wrote: > That's what I though :) ...but there is no > way to hook in the transformation into > the copy? I mean: the keyword expansion > is somthing similar... > > So write an ant task and call it from there? > Or what would you reckon?
I'm a little unsure what you are doing... there isn't a way to customise the existing deploy:copy-deps tag, but you can definitely put ant tasks, jelly script or a "jelly bean" in the loop to process each dependency (A jelly bean is a jelly tag that calls a method on a java class in your plugin, basically like writing an ant task). Hope this helps. - Brett --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
