Hello everyone, I have noticed a lot of WARN messages in our maven-built applications that look like this.
Can’t get path when run as jar: Ajax - Properties Can’t get path when run as jar: Ajax - Properties.user These messages repeat for every framework the app uses, not just the Ajax framework. I’m using a fork of wonder from years ago that we enhanced to use slf4j with log4j2 as the logging library along with other fixes of our own. BTW, I saw Ramsey has wonder 8 converted to slf4j. That is great. I just wonder if others building their application with maven see the same messages in the console? I can shutdown the warnings by changing the logging level for er.extensions.foundation.ERXFileUtilities from WARN to ERROR. I think that at the end the applications run fine because we load an optional properties file that sets all the properties we need the way we need them. Thank you Ricardo Parada
