Does anyone know how to set ANT_OPTS in eclipse's ant runner and have it picked up?
I've tried setting it via the Environment tab in the External Tools setup, but that doesn't appear to be picked up.
I'm trying to set the following:
-Djava.util.logging.config.file=logging.properties
so that I can turn on debug logging in some Oracle deployment ant tasks. Their instructions specifically say to set ANT_OPTS, although any other way to get ant to pick up the setting would be fine as wel.