5 replies Hi! Is it possible to pass parameters/arguments to a Ant target? For an example, where we specify the deployment server as a parameter when invoking the "deploy" target. The "localhost" could be another property defined in the build file, ----- To unsubscribe, e-mail: user. To: 'user@ant.' Subject: Parameter passed to target Hi ! I am having weird request. I would like to pass a parameter to specific task. How can I do that? I tried to create