I'm planning on running a java program using Web Start in an exec task. I would like the logging in my programs to log to the ANT logger that started the exec task. I'm not clear on how this is done.
My program will be using commons-logging and I'm open to anything from there. Any suggestions?
