Hi! Is it possible to pass parameters/arguments to a Ant target? For an example,
ant deploy localhost
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, <property name="localhost" value="100.10.0.48"/> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]