Hi, Is it possible to do following task with Ant.
jdbc.driver.properties=user=xyz;password=abc ;maxconn=10" Now in the build .xml I require them as separate parameters i.e user =xyz password=abc maxconn=10 So is there any task which behaves like string tokenizer. Regards -Sugandha
