opticyclic / antdebugger

IntelliJ IDEA Plugin - Ant Debugger
7 stars 9 forks source link

Ability to manually specify a target #4

Open jiji1james opened 10 years ago

jiji1james commented 10 years ago

Our project is build using a hierarchy of ant build scripts. While building the applications many times, the target that is executed is not directly available on the the build.xml that is being executed.

The run configuration only allows selecting targets from the drop down, which is derived from the build.xml file that is selected on the build file field.

Can you add an option to manually specify the target (or list of targets) to be run