Name
|
Description
|
${workspace_loc} | The absolute path on the system's hard drive to Eclipse's workspace directory |
${workspace_loc:<resource path>} | The absolute path on the system's hard drive to the specified resource. The <resource path> is the full path of the resource relative to the workspace root. For example ${workspace_loc:/MyProject/MyFile.txt}. Note that the expanded result of this variable is not the same as ${workspace_loc}/MyProject/MyFile.txt if the project's contents directory for MyProject is outside the workspace directory. |
${project_loc} | The absolute path on the system's hard drive to the currently selected resource's project or to the project being built if the external tool is run as part of a build. |
${project_loc:<resource path>} | The absolute path on the system's hard drive to the specified resource's project. The <resource path> is the full path of the resource relative to the workspace root. For example ${workspace_loc:/MyProject/MyFile.txt}. Note that the expanded result of this variable is not the same as ${workspace_loc}/MyProject if the project's contents directory for MyProject is outside the workspace directory. |
${container_loc} | The absolute path on the system's hard drive to the currently selected resource's parent (either a folder or project). |
${container_loc:<resource path>} | The absolute path on the system's hard drive to the specified resource's parent (either a folder or project). The <resource path> is the full path of the resource relative to the workspace root. For example:${workspace_loc:/MyProject/MyFolder/MyFile.txt}. Note that the expanded result of this variable is not the same as ${workspace_loc}/MyProject/MyFolder if the project's contents directory for MyProject is outside the workspace directory. |
${resource_loc} | The absolute path on the system's hard drive to the currently selected resource. |
${resource_loc:<resource path>} | The absolute path on the system's hard drive to the specified resource. The <resource path> is the full path of the resource relative to the workspace root. For example ${workspace_loc:/MyProject/MyFile.txt}. Note that the expanded result of this variable is not the same as ${workspace_loc}/MyProject/MyFile.txt if the project's contents directory for MyProject is outside the workspace directory. |
${project_path} | The full path, relative to the workspace root, of the currently selected resource's project or of the project being built if the external tool is run as part of a build. |
${container_path} | The full path, relative to the workspace root, of the currently selected resource's parent (either a folder or project). |
${resource_path} | The full path, relative to the workspace root, of the currently selected resource. |
${project_name} | The name of the currently selected resource's project or of the project being built if the external tool is run as part of a build. |
${container_name} | The name of the currently selected resource's parent (either a folder or project). |
${resource_name} | The name of the currently selected resource. |