Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Print or edit variables from run/external tools configuration in eclipse

Tags:

eclipse

Is it possible to print and edit the current variables in eclipse from Run > External tools > External tools configuration menu?

like image 939
Guest Avatar asked Aug 11 '11 20:08

Guest


1 Answers

I use this:

In Location put:

C:\Windows\System32\cmd.exe

In Argumentes put one or more:

/k echo ${container_loc} ${project_loc} ${resource_path} ${target_home}

like image 189
Ray Hulha Avatar answered Nov 15 '22 04:11

Ray Hulha