Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TPD validator seems to use workspace relative paths for includes #75

Open
JonasHelming opened this issue Mar 27, 2018 · 0 comments
Open

Comments

@JonasHelming
Copy link

In the following folder structure, where "projectFolder" is imported to the workspace and "anyFolder" is there on disk, but not visible in Eclipse:

root
projectFolder1
tpd1
anyFolder
projectFolder2
tpd2

If you include tpd1 from tpd2:

  1. The validation in the editor tells you that ../projectFolder/tpd1 is correct and ../../projectFolder1/tpd1 shows a failure
  2. When running the .target creation, it only works with ../../projectFolder1/tpd1 (which was marked as wrong in the editor)

I guess that the editor uses a workspaces-based resolvement of includes, while the generations uses a file system based.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant