I know that markers can be added only for IResource(s), could they be added for linked resources ?
I've got the linked resource name from .project, using org.eclipse.core.internal.Project.internalGetDescription()
and getLinks()
.
But it seems that something is missing, Eclipse is complaining about the fact that the resource does not exist.
I'm creating the resource using Workspace.newResource([PATH])
, where the PATH is an IPath
built correctly using the linked resource name from .project and the rest of path towards the file name.
Maybe somebody has worked with this before ?