nadment commented on issue #8062:
URL: https://github.com/apache/hop/issues/8062#issuecomment-5429749330

   The issue with the Windows separator ‘/’ has been resolved, but there is 
still a problem: no references are found in the files.
   
   Now the MetadataReferenceFinder.matchesFilePath method not resolve the path 
to an absolute value.
   
   value = "${PROJECT_HOME}/pipeline.hpl"
   filePath = "C:/hop/projects/BASIC/pipeline.hpl"
   
   stored = "${PROJECT_HOME}/pipeline.hpl"
   resolved = "projects/BASIC/pipeline.hpl"
   
   
   


-- 
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]

Reply via email to