nadment opened a new issue, #8062:
URL: https://github.com/apache/hop/issues/8062

   ### Apache Hop version?
   
   2.20.0
   
   ### Java version?
   
   21
   
   ### Operating system
   
   Windows
   
   ### What happened?
   
   The MetadataReferenceFinder.matchesFilePath method does not find a match 
because the path is inconsistent on Windows due to a reversed File.separator.
   
   value = "${PROJECT_HOME}/pipeline.hpl"
   filePath = "C:\hop\config\projects\REVERSE\pipeline.hpl"
   stored = "${PROJECT_HOME}/pipeline.hpl"
   resolved = "C:\hop\config\projects\REVERSE/pipeline.hpl"
   
   The path must be standardized
   
   
   ### Issue Priority
   
   Priority: 3
   
   ### Issue Component
   
   Component: Hop Gui


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