In the Eclipse Ant task configuration, I can use variables to point to different aspects of my project. Ex: build_files
, java_type_name
, etc..
Is there an existing variable that resolves the Java Build Path->Default Output Folder
as configured in the Java Build Path window? None of the default vars seem to point to that configuration, unless I am missing the obvious.