I want to call java program from ant which I can do properly but how can I retrieve and String variable from that program can you suggest
Suppose I want to set a value to variable through java program and I want to use the same variable in ant script How can I do that?