Closed
Description
Describe the bug
If developing out of maven and project structure is not "/src/main/resources/.." properties file can't be found. Also can't set path manually.
To Reproduce
Develop a simple application with Netbeans (Ant build) and try to run.
Expected behavior
Load properties as defined in properties file.
Environment:
- OS: Windows 10
- JDK OpenJDK 11.0.2
- Version 1.3.1
Additional context
Project structure:
- project root
|- resources (x/y/z/abc.properties)
| - src (...)
| - test
(etc.)
- resources (x/y/z/abc.properties)