到输出文件夹的 Eclipse 路径变量

Eclipse Path Variable to Output folder

我需要在eclipse 中启动一个外部工具,它以一些参数启动。其中之一返回到输出文件。我的问题是,我有多个构建配置,所以我有多个输出文件夹,但我只想使用一个外部工具配置。

External tool config

有什么方法可以将输出文件夹设置为动态变量,这取决于所选的构建配置。

存在变量config_name:

https://www.eclipse.org/forums/index.php/t/1076833/

${config_name} of the current project is given by: ${config_name:${ProjName}}