CarlosJuncher03 commented on issue #6112:
URL: https://github.com/apache/hop/issues/6112#issuecomment-3628472020
Regarding this issue, I noticed the following behavior:
When I set a folder path in front of the ${PROJECT_HOME} variable in the
Unit tests base path configuration (as shown in the first screenshot), Hop
resolves the test pipeline path as an absolute path.
<img width="1783" height="1148" alt="Image"
src="https://github.com/user-attachments/assets/8106bddd-dc07-45cf-8c31-1e4c8aa14777"
/>
<img width="2348" height="1016" alt="Image"
src="https://github.com/user-attachments/assets/187ed848-6e46-4457-a19d-374b58f76557"
/>
However, if I leave the value as only ${PROJECT_HOME} (without an additional
folder), Hop correctly resolves it as a relative path, beginning with ./.
<img width="2395" height="1016" alt="Image"
src="https://github.com/user-attachments/assets/7d949525-2323-4807-a52d-2cc2aad792fb"
/>
So it seems that adding any additional folder after ${PROJECT_HOME} triggers
absolute path resolution, while leaving the variable alone results in the
expected relative path behavior.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]