Files
Ed Espino b276354078 build: make build script location-independent (#36087)
* build: make build script location-independent

Replace hardcoded relative paths with dynamic path resolution,
allowing the script to be executed from any directory. Previously, the
script required being run from its containing directory.

Changes:
- Use BASH_SOURCE to determine script location dynamically
- Add proper error handling and dependency checks
- Improve logging with timestamps
- Add comprehensive documentation

The script now works correctly regardless of the current working
directory.

* Remove unnecessary Author and Last Updated header info.

Address PR review comment.

* Use mvn -f option to reference alternate pom.xml in $AGGREGATE_DIR

Incorporate PR review comment.

---------

Co-authored-by: MashaKorax <84867187+MashaKorax@users.noreply.github.com>
Co-authored-by: Serge Rider <serge@jkiss.org>
2025-08-06 09:14:16 +02:00
..