How to resolve project_loc [message #704967] |
Fri, 29 July 2011 05:23 |
Eclipse User |
|
|
|
Hi all,
I have a problem when working with eclipse variables such as project_loc or workspace_loc.
How does Eclipse normally resolve those variables internally? I mean not to which location they are resolved, but which mechanism is used and is this intended to be used "manually" by developers or only internally by Eclipse?
My problem is that I have a project where the variables are resolved by customizations (not written by me). I have a java.io.File that that points to a file with a path such as "{project_loc:project}/dir/", the project is outside of the workspace.
file.exists() returns true, however I see no way how to get the actual location by substituting project_loc. Is there any way to achieve this?
|
|
|
Powered by
FUDForum. Page generated in 1.17328 seconds