I actually have two related questions:
- Can predefined constants be expanded in the task declarations as
<injar file="${build}/myjar.jar" />? - How can I reuse the classpath definition in proguard? What I am trying to achieve is not to specify the whole set of required libraries. They are quite a lot and they are already included in ant's classpath with specific id.
Thanks a lot.
Martin