Author
Variable references non-existent resource : ${workspace_loc:project}
nitss bhavsar
Ranch Hand
Joined: Jan 09, 2012
Posts: 55
hi,
while running one testcase in eclipse getting error like Variable references non-existent resource : ${workspace_loc:project}.
how to solve it please reply.
regards,
Peter Johnson
author
Bartender
Joined: May 14, 2008
Posts: 5533
posted Jul 13, 2012 11:29:49
0
See if this helps:
http://help.eclipse.org/juno/index.jsp?topic=%2Forg.eclipse.platform.doc.user%2Fconcepts%2Fconcepts-exttools.htm
According to that page, the reference is to a project named "project" within the workspace. Do you have a project by that name?
If this doesn't help, please provide more details, such as information about your project, the location of the error as reported by Eclipse, etc.
JBoss In Action
subject: Variable references non-existent resource : ${workspace_loc:project}