i have a java class that i can execute from an ant script. the class takes one string argument and writes to system.out an encrypted version of that argument. i'd like to capture in ant the output that is written to system.out to an ant property. how can i do this?
thanks!