Variables | Description |
---|---|
${workspace_loc} | Used to build the path between Eclipse workspace directory and system hard drive. |
${Workspace_loc:} | The variable define the path between stated resource and the system hard drive. |
${project_loc} | The variable define the path between currently choose resource project and the system hard drive. |
${project_loc:} | The variable define the path between stated resource project and the system hard drive. |
${container_loc} | The variable defines the path between currently choose resource parent folder or a project. |
${container_loc:} | The variable defines the path between the stated resource parent folder or a project and the system hard drive. |
${resource_loc} | The variable defines the path between choose resource and the system hard drive. |
${resource_loc:} | The variable defines the path between stated resource and the system hard drive. |
${project_path} | The variable defined as the path with respect to the workspace root of the presently choose resource project that being built when the external tool is keep running as a major part of build. |
${container_path} | The variable defined as the path with respect to the workspace root of the presently chosen resource parent folder or project. |
${resource_path} | The variable defined as the path with respect to the workspace root of the presently chosen resource. |
${project_name} | The variable define the name for the presently chosen project that being built when the external tool is keep running as a major part of build. |
${container_name} | The variable define the name for the chosen resource parent folder or a project. |
${resource_name} | The variable define the name for the presently chosen resource. |
${build_type} | The variable define as when the external tool run inside the build produces the incremental, auto or full values if run outside produces none. |