You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I seem to recall some issues regarding whether the relative path is relative to the workspace logical location versus the underlying file system file locations. You've not really outlined the actual locations in the workspace nor in the underlying file system.
This is weird... in my existing project, it can't find a tpd file in a parent folder (../myfile.tpd) or in another relative path.
But if I create a new project with 2 tpd files, including with a parent link, the include is working...
Is there something specific stored in a project ? I closed it, restarted Eclipse, I still have the problem.
My relative path is for instance :
include "../../iaudit/zzz.brainwave.iaudit.tp/zzz.brainwave.iaudit.common.tpd" and of course I can access to this file when I am in the folder from where it is included.
Yes I totally agree... I have a situation that works and one that fails ... I will try to find time to fix it or to investigate (even if it is not blocking) !
If we include another tpd file with a relative path in the tpd editor, it displays an error :
and the editor does not take it into account (it can not add the warning for doublons for instance).
On the other hand, if we generate the target file, the include is found and the target file is correct.
Remark : if we include a file from the same folder it works well.
The include's check in the editor should be updated to be able to navigate through relative paths.
The text was updated successfully, but these errors were encountered: