yes, but as I mentioned, I need to use the ant-contrib 'calltarget' because I do not want to create a new project as is the case with 'antcall'. the reason is because I run the project remotly, so the file and the path are not available to create a new project.
I've tried may things. no success. thank you Blaine Simpson wrote: > > You don't need ant-contrib for this. Just use antcall with nested param > elements. > > norken76 wrote: >> Hi there, >> Has anyone tried to pass in params to a called target via 'calltarget' of >> antcontrib (without creating new project) OR maybe a different way to >> achieve this goal (pass param to a called target without creating new >> project) I've tried using <variable> (set and unset after the target is >> called) but no success, the called target sees always the first value of >> that variable >> >> thank you >> >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > -- View this message in context: http://www.nabble.com/Call-a-target-with-parameter--tp12050352p21610591.html Sent from the Ant - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
