Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
7.0.X, Master
-
7.0.x
-
Committed
-
3
Description
Steps to Reproduce
- Create a new branch based on master
- Run ant compile to prepare all the tooling classes
- Run ant baseline-current-branch
Expected Results: Build Successful
Actual Results: Build Failed
The error occurs because git.base.dir defaults to a relative path ".", and in some operating systems, trying to get the parent file for the relative file "." returns null.
Attachments
Issue Links
- is caused by
-
LPS-74544 SourceFormatter improvements
-
- Closed
-