Nuñito Calzada
Nuñito Calzada

Reputation: 2106

Eclipse External Tools configurations

I want to run a program with this arguments

-f "${workspace_loc}:/${project_name}/${config_name:${project_name}}/${project_name}.bin}" -r

but when I run it I got this error:

Variable references empty selection: ${project_name}

Upvotes: 2

Views: 451

Answers (1)

greg-449
greg-449

Reputation: 111162

To use ${project_name} you must have a project selected in a view when you run the tool.

Upvotes: 3

Related Questions